rspace-online/website/public
Jeff Emmett a7063d24f5 feat: PWA support — installable app, Web Push notifications, app badge
Phase 1: Installable PWA
- Add web app manifest with multi-size icons (192, 512, maskable, apple-touch)
- Add PWA meta tags to all entry points (shell.ts, canvas.html, index.html, create-space.html)
- Register service worker on all pages (previously only canvas.html)
- Add manifest.json to precache core list
- Capture beforeinstallprompt for custom install UX

Phase 2: Web Push Notifications
- Add web-push dependency + push_subscriptions DB table
- VAPID key endpoint, subscribe/unsubscribe routes in notification-routes.ts
- Web Push delivery in notify() with auto-cleanup of expired subscriptions
- SW push + notificationclick event handlers
- Client push subscription flow in notification bell component

Phase 3: Install UX Polish
- App badge (setAppBadge/clearAppBadge) on unread count changes
- "Enable push" button in notification panel header

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 17:35:30 -07:00
..
_next/static feat: restore original rSpace-website landing page 2026-02-27 17:05:43 -08:00
icons feat: PWA support — installable app, Web Push notifications, app badge 2026-03-10 17:35:30 -07:00
images/design-mode feat: restore original rSpace-website landing page 2026-02-27 17:05:43 -08:00
favicon.png Move favicon to public folder for Vite build 2026-01-02 13:41:58 +01:00
landing.html refactor: complete rfunds → rflows rename across configs and references 2026-03-03 19:13:14 -08:00
logo.png Move favicon to public folder for Vite build 2026-01-02 13:41:58 +01:00
manifest.json feat: PWA support — installable app, Web Push notifications, app badge 2026-03-10 17:35:30 -07:00
shell.css feat: history panel with author attribution + settings gear relocation 2026-03-09 19:24:27 -07:00
theme.css fix(rwallet): use CSS variable theming + soften global light mode 2026-03-09 15:27:07 -07:00