feat(achievements): black fade in and out from home and settings screen

This commit is contained in:
2026-01-26 17:54:13 +01:00
parent 1ec5953c71
commit f453839599
14 changed files with 161 additions and 72 deletions

View File

@@ -7,8 +7,7 @@ import StatusBar from "./StatusBar.vue";
const store = useHomeStore();
onMounted(() => {
store.$reset();
store.animateIntro();
store.reset();
});
</script>
@@ -17,4 +16,5 @@ onMounted(() => {
<Calendar />
<Clock />
<StatusBar />
<AchievementsFadeToBlack />
</template>