Make the web app installable (PWA) #1

Merged
asbjornenge merged 1 commit from polpot/chattr:pwa-installable into main 2026-06-08 17:23:17 +02:00
Contributor

Adds a minimal service worker so the app meets browser installability criteria, plus an offline app-shell fallback. Network-first; the API, WebSocket, non-GET and cross-origin (IPFS) requests pass straight through. No pressure — merge or close as you like.

Adds a minimal service worker so the app meets browser installability criteria, plus an offline app-shell fallback. Network-first; the API, WebSocket, non-GET and cross-origin (IPFS) requests pass straight through. No pressure — merge or close as you like.
Register a minimal service worker so the app meets the browser
installability criteria (manifest + a fetch-handling service worker over
HTTPS) and gains an offline app-shell fallback. The worker is network-first
so the live app stays fresh, and passes the API, WebSocket upgrades, non-GET
and cross-origin (IPFS) requests straight through.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Owner

Nais! LGTM! Merger ❤️

Nais! LGTM! Merger ❤️
polpot deleted branch pwa-installable 2026-06-19 18:40:40 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 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: asbjornenge/chattr#1
No description provided.