feat: continued general UI improvements

This commit is contained in:
LukeGus
2026-05-26 22:05:58 -05:00
parent 0fe3f8d126
commit 9c12a84a91
15 changed files with 867 additions and 505 deletions
+2 -1
View File
@@ -145,7 +145,8 @@ function App() {
})
.catch(() => {});
}
setPhase("idle-app");
setPhase("fading-in");
timerRef.current = setTimeout(() => setPhase("idle-app"), 450);
})
.catch(() => {
clearStoredAuth();