update loading screen mascot

This commit is contained in:
Blake Kaufman
2026-07-11 19:11:38 -04:00
parent 112f6d0456
commit 7ac50bc39f
2 changed files with 20608 additions and 30960 deletions
+20607 -30959
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -171,7 +171,7 @@ export default function ConnectingToNodeLoadingScreen() {
const elapsed = Date.now() - startTime;
const minDuration = hasSavedInfo ? 500 : 1500;
await new Promise(resolve =>
setTimeout(resolve, Math.max(60, minDuration - elapsed)),
setTimeout(resolve, Math.round(minDuration - elapsed)),
);
// Idempotent + dispatched through the container (not this instance's