feat: require click on the loading screen, and make intro animation faster

This commit is contained in:
2026-02-24 12:07:14 +01:00
parent b8054c58e1
commit 1167242798
7 changed files with 36 additions and 14 deletions

View File

@@ -46,6 +46,7 @@ export const useAppStore = defineStore("app", {
return {
ready: false,
booted: false,
userHasInteracted: false,
settings,
previousScreen: "home" as AppScreen,
screen: "home" as AppScreen,