feat(gallery): transition to and from the nds

This commit is contained in:
2026-01-04 20:53:52 +01:00
parent 7742b90c2f
commit 99e1da8e58
13 changed files with 253 additions and 14 deletions

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

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