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

8
app/types/app.d.ts vendored
View File

@@ -1 +1,7 @@
type AppScreen = "home" | "contact" | "projects" | "settings" | "gallery";
type AppScreen =
| "home"
| "contact"
| "projects"
| "settings"
| "gallery"
| "achievements";