managarten/packages/shared-ui/src
Till JS 9bdb997394 refactor(pwa): replace custom service workers with Vite PWA plugin and centralize offline page
Remove hand-written sw.js, offline.html, and manifest.json from todo/skilltree/zitare web apps
in favor of the Workbox-based service worker generated by @vite-pwa/sveltekit. This fixes an
issue where the custom SW could get stuck serving the offline fallback page even when the server
was reachable. Also extracts the duplicated offline page (~80 lines each across 19 apps) into a
shared OfflinePage component in @manacore/shared-ui with 3 props (appName, offlineMessage,
accentColor), reducing each app's offline route to an 8-line wrapper.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-22 18:16:43 +01:00
..
atoms chore: various UI improvements and fixes 2025-12-10 20:05:02 +01:00
charts feat(shared-ui): add unified statistics components with theme support 2025-12-10 21:12:07 +01:00
command-bar fix(contacts): resolve Svelte 5 hydration error 2025-12-14 21:13:22 +01:00
components feat(shared): add DevBuildBadge component and getBuildDefines() helper 2026-03-20 19:34:21 +01:00
context-menu feat(shared-ui): add reusable HelpModal system with keyboard shortcuts and syntax panels 2025-12-14 23:43:19 +01:00
help feat(shared-ui): add reusable HelpModal system with keyboard shortcuts and syntax panels 2025-12-14 23:43:19 +01:00
molecules fix(shared-ui): export calculateFadeOpacity from index 2026-02-02 17:07:49 +01:00
navigation fix(nav): add missing Phosphor icons for Mukke, Context, Todo, and Storage 2026-03-19 21:07:54 +01:00
organisms refactor(shared-ui): centralize toast system across all web apps 2026-01-29 14:03:29 +01:00
pages refactor(pwa): replace custom service workers with Vite PWA plugin and centralize offline page 2026-03-22 18:16:43 +01:00
quick-input 🎨 refactor(shared-ui): improve LoginPage and InputBar components 2026-02-13 23:29:56 +01:00
settings ♻️ refactor(shared-ui): simplify PillNavigation - remove sidebar mode 2026-02-17 13:27:23 +01:00
toast ♻️ refactor: centralize global error handler in shared-ui 2026-01-29 15:17:17 +01:00
index.ts refactor(pwa): replace custom service workers with Vite PWA plugin and centralize offline page 2026-03-22 18:16:43 +01:00