Open installed dashboard offline with a versioned app shell #227

Merged
timmy merged 1 commits from timmy/226-offline-app-shell into main 2026-08-07 20:57:33 +00:00
Owner

Closes #226

Delivered

  • atomically precache the subpath-scoped HTML, manifest, icons, and all first-party modules
  • use network-first navigation with an offline shell fallback while never caching API or cross-origin traffic
  • preserve unrelated origin caches during worker upgrades
  • announce offline mode accessibly and refresh live data after reconnection
  • document the exact shell-only offline guarantee

Verification

  • PYTHONDONTWRITEBYTECODE=1 python3 -m pytest tests/ -q -p no:cacheprovider — 365 passed
  • executable Node VM service-worker lifecycle/fetch tests
  • headless Chromium at 320×568 and 390×844: offline reload succeeded, Drafts remained reachable, accessible status rendered, and document width matched viewport with no horizontal overflow
Closes #226 ## Delivered - atomically precache the subpath-scoped HTML, manifest, icons, and all first-party modules - use network-first navigation with an offline shell fallback while never caching API or cross-origin traffic - preserve unrelated origin caches during worker upgrades - announce offline mode accessibly and refresh live data after reconnection - document the exact shell-only offline guarantee ## Verification - `PYTHONDONTWRITEBYTECODE=1 python3 -m pytest tests/ -q -p no:cacheprovider` — 365 passed - executable Node VM service-worker lifecycle/fetch tests - headless Chromium at 320×568 and 390×844: offline reload succeeded, Drafts remained reachable, accessible status rendered, and document width matched viewport with no horizontal overflow
timmy added 1 commit 2026-08-07 20:56:38 +00:00
feat: open mobile dashboard offline (#226)
All checks were successful
CI / lint (pull_request) Successful in 19s
CI / build-frontend (pull_request) Successful in 6s
6bf5512b47
timmy merged commit a579b95f47 into main 2026-08-07 20:57:33 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: stackchain/stackchain-dashboard#227
No description provided.