rspace-online/shared/components
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
..
rstack-app-switcher.ts feat(rcal): docked map layout + theme-aware tiles; emoji tab badges 2026-03-10 14:13:28 -07:00
rstack-history-panel.ts fix: attachShadow guard, null toggleMemoryBtn, register canvas components 2026-03-09 20:15:57 -07:00
rstack-identity.ts fix: stop demo→personal space redirect and clean up space switcher 2026-03-04 18:02:00 -08:00
rstack-mi.ts feat: add voice dictation to MI bar, markdown, chat & prompt inputs 2026-03-03 17:10:52 -08:00
rstack-module-setup.ts feat: per-rApp inline config + module-aware settings panel 2026-03-10 16:45:48 -07:00
rstack-notification-bell.ts feat: PWA support — installable app, Web Push notifications, app badge 2026-03-10 17:35:30 -07:00
rstack-offline-indicator.ts feat: wire offline-first Automerge sync to all 13 rSpace modules 2026-03-04 19:07:59 -08:00
rstack-space-settings.ts feat: per-rApp inline config + module-aware settings panel 2026-03-10 16:45:48 -07:00
rstack-space-switcher.ts feat(rsocials): newsletter manager + listmonk proxy + backlog tasks 2026-03-10 12:24:02 -07:00
rstack-tab-bar.ts feat(rcal): docked map layout + theme-aware tiles; emoji tab badges 2026-03-10 14:13:28 -07:00
rstack-user-dashboard.ts feat: user dashboard shown when all tabs are closed 2026-03-09 20:55:39 -07:00