Deliver queued issue captures after the app closes #251

Merged
timmy merged 1 commits from timmy/250-background-issue-sync into main 2026-08-08 01:45:30 +00:00
Owner

Closes #250

What changed

  • mirror queued issue captures into a service-worker-visible IndexedDB outbox
  • drain matching-account captures through Background Sync after all clients close
  • share atomic claims with foreground delivery and preserve idempotency keys
  • reconcile sent/permanent-failure tombstones into Drafts on reopen
  • retain foreground reconnect behavior when browser APIs are unavailable

Verification

  • python3 -m pytest tests/ -q — 427 passed
  • JavaScript syntax checks and git diff --check passed
Closes #250 ## What changed - mirror queued issue captures into a service-worker-visible IndexedDB outbox - drain matching-account captures through Background Sync after all clients close - share atomic claims with foreground delivery and preserve idempotency keys - reconcile sent/permanent-failure tombstones into Drafts on reopen - retain foreground reconnect behavior when browser APIs are unavailable ## Verification - `python3 -m pytest tests/ -q` — 427 passed - JavaScript syntax checks and `git diff --check` passed
timmy added 1 commit 2026-08-08 01:44:43 +00:00
feat: deliver offline issue captures after app close (#250)
All checks were successful
CI / lint (pull_request) Successful in 22s
CI / build-frontend (pull_request) Successful in 4s
a4beca2d9e
Closes #250
timmy merged commit 5f6dd265a5 into main 2026-08-08 01:45:30 +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#251
No description provided.