feat(home): add theme and alarm buttons (dummy), and refactor to have less components

This commit is contained in:
2025-12-19 19:53:31 +01:00
parent a26e2b1a32
commit 06bcd6baf8
7 changed files with 44 additions and 76 deletions

View File

@@ -54,7 +54,7 @@ export const useHomeStore = defineStore("home", {
);
},
animateOutro(to: "contact" | "projects" | "settings") {
animateOutro(to: "contact" | "projects" | "theme" | "settings" | "alarm") {
this.isOutro = true;
this.outro.animateTop = to !== "settings";