feat(achievements): implement unlocking, saving and notification

This commit is contained in:
2026-01-18 22:50:35 +01:00
parent ca9d0a2b55
commit 41eea74cc0
13 changed files with 269 additions and 2 deletions

View File

@@ -68,7 +68,9 @@ export const useIntroStore = defineStore("intro", {
})
.call(() => {
const app = useAppStore();
const achievements = useAchievementsStore();
app.booted = true;
achievements.unlock("boot");
});
},
},