Open cached dashboard when mobile navigation stalls #354

Merged
timmy merged 1 commits from timmy/353-stalled-navigation-deadline into main 2026-08-08 23:56:16 +00:00
Owner

Closes #353

Delivered

  • abort and bound same-origin dashboard navigations after four seconds
  • return the cached shell on stalls, including fetch implementations that ignore abort
  • return deterministic HTTP 504 reconnect guidance when no shell exists
  • prevent late network completion from writing the shell cache
  • advance the app-shell cache atomically and document the behavior

Verification

  • RED observed for stalled cached navigation, uncached 504, late completion, and cache revision
  • pytest -q tests/test_service_worker.py — 26 passed
  • pytest -q — 660 passed
Closes #353 ## Delivered - abort and bound same-origin dashboard navigations after four seconds - return the cached shell on stalls, including fetch implementations that ignore abort - return deterministic HTTP 504 reconnect guidance when no shell exists - prevent late network completion from writing the shell cache - advance the app-shell cache atomically and document the behavior ## Verification - RED observed for stalled cached navigation, uncached 504, late completion, and cache revision - `pytest -q tests/test_service_worker.py` — 26 passed - `pytest -q` — 660 passed
timmy added 1 commit 2026-08-08 23:55:03 +00:00
fix: bound stalled dashboard navigations (#353)
All checks were successful
CI / lint (pull_request) Successful in 35s
CI / build-release (pull_request) Successful in 4s
CI / release-candidate (pull_request) Has been skipped
0ff6b5c8fd
timmy merged commit 34029e624f into main 2026-08-08 23:56:16 +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#354
No description provided.