canvas-website/backlog/tasks/task-045 - Implement-offlin...

563 B

id title status assignee created_date labels dependencies priority
task-045 Implement offline-first loading from IndexedDB Done
2025-12-08 08:47
bug-fix
offline
automerge
high

Description

Fixed a bug where the app would hang indefinitely when the server wasn't running because await adapter.whenReady() blocked IndexedDB loading. Now the app loads from IndexedDB first (offline-first), then syncs with server in the background with a 5-second timeout.