feat(achievements): implement achievements screen

This commit is contained in:
2026-01-20 19:18:12 +01:00
parent 425195cf5f
commit fffed80faa
13 changed files with 394 additions and 12 deletions

View File

@@ -76,8 +76,9 @@ useKeyUp((key) => {
<ProjectsTopScreen v-else-if="app.screen === 'projects'" />
<SettingsTopScreen v-else-if="app.screen === 'settings'" />
<GalleryTopScreen v-else-if="app.screen === 'gallery'" />
<AchievementsTopScreen v-else-if="app.screen === 'achievements'" />
<CommonAchievementNotification />
<AchievementsNotification />
</Screen>
</div>
<div>