rspace-online/website
Jeff Emmett b2b5644f94 feat: add service worker precaching for cold-start offline support
Generate precache-manifest.json at build time by scanning dist/ for all
cacheable assets. SW fetches the manifest during install and precaches
core shell assets (shell.js, shell.css, theme.css, HTML pages) immediately.
Module JS/CSS bundles are lazy-cached in the background after activation.

Bumps CACHE_VERSION to rspace-v2 to trigger SW update and cache cleanup.
The app can now load fully offline even after browser restart with no network.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-04 19:12:05 -08:00
..
public fix: responsive header dropdowns + space switcher on all pages 2026-03-04 16:46:40 -08:00
admin.html fix: normalize visibility enums + tab tracking across remaining files 2026-03-03 13:29:01 -08:00
canvas.html feat: make whiteboard drawings selectable, moveable, resizable, deletable 2026-03-04 11:56:12 -08:00
create-space.html fix: normalize visibility enums + tab tracking across remaining files 2026-03-03 13:29:01 -08:00
index.html refactor: complete rfunds → rflows rename across configs and references 2026-03-03 19:13:14 -08:00
shell.ts feat: wire offline-first Automerge sync to all 13 rSpace modules 2026-03-04 19:07:59 -08:00
sw.ts feat: add service worker precaching for cold-start offline support 2026-03-04 19:12:05 -08:00
test-stack.html test: add stack view + wiring test page 2026-03-02 13:03:29 -08:00