feat: add confetti

This commit is contained in:
2026-01-31 20:36:27 +01:00
parent 9071adff23
commit f6591b9081
3 changed files with 146 additions and 0 deletions

View File

@@ -103,6 +103,7 @@ useKeyUp((key) => {
<AchievementsTopScreen v-else-if="app.screen === 'achievements'" />
<AchievementsNotification />
<CommonConfetti screen="top" />
</Screen>
</div>
<div>
@@ -114,6 +115,8 @@ useKeyUp((key) => {
<SettingsBottomScreen v-else-if="app.screen === 'settings'" />
<GalleryBottomScreen v-else-if="app.screen === 'gallery'" />
<AchievementsBottomScreen v-else-if="app.screen === 'achievements'" />
<CommonConfetti screen="bottom" />
</Screen>
</div>
</div>