managarten/apps/zitare/apps/web/src
Till JS a81a1535f6 perf(web): disable SSR for all local-first apps
All 15 local-first apps now use CSR-only (ssr=false in +layout.ts).
Since all data comes from IndexedDB (not server), SSR adds unnecessary
roundtrip latency (~3-4s FCP improvement expected).

Apps affected: todo, calendar, clock, contacts, zitare, skilltree,
citycorners, inventar, photos, mukke, planta, presi, storage,
context, questions.

Chat and manacore keep SSR for SEO.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-28 18:14:57 +01:00
..
lib refactor(auth): centralize auth stores — 21 apps use createManaAuthStore factory 2026-03-28 18:04:27 +01:00
routes perf(web): disable SSR for all local-first apps 2026-03-28 18:14:57 +01:00
app.css feat(zitare): add settings store and i18n updates 2026-02-13 23:29:50 +01:00
app.d.ts feat: show build date/time on login screen across all apps 2026-03-21 12:40:57 +01:00
app.html refactor(analytics): centralize Umami tracking via env vars and shared utility 2026-03-22 18:27:31 +01:00
hooks.client.ts feat(error-tracking): add browser error tracking to all 19 SvelteKit web apps 2026-03-22 19:16:21 +01:00
hooks.server.ts fix(web): use JSON.stringify for env var injection in all hooks.server.ts 2026-03-26 14:23:29 +01:00