managarten/apps/chat/apps/web
Till JS 8d880f1fb6 feat(apps): migrate Chat, Questions, Mukke, Context, Photos to local-first
Add IndexedDB data layer to 5 more Tier 2 apps, bringing the total to
17/22 apps with local-first architecture.

For each app:
- Create local-store.ts with typed collections and sync config
- Create guest-seed.ts with onboarding data for guest mode
- Update layout with AuthGate allowGuest={true} + local store init
- Add GuestWelcomeModal for first-visit experience

App-specific changes:
- Chat: Add store init to existing AuthGate, keep session-based guest mode
- Questions: Replace manual onMount auth with AuthGate wrapper
- Mukke: Add allowGuest to existing AuthGate, audio files stay server-side
- Context: Replace manual onMount auth with AuthGate, AI stays server-side
- Photos: Add allowGuest to existing AuthGate, photos stay on mana-media

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-27 21:17:56 +01:00
..
src feat(apps): migrate Chat, Questions, Mukke, Context, Photos to local-first 2026-03-27 21:17:56 +01:00
.env.example Feat: Refactor postgress 2025-11-27 02:25:37 +01:00
Dockerfile fix(citycorners): replace @const with direct function calls in templates 2026-03-25 16:05:37 +01:00
eslint.config.js improve code quality 2025-12-03 23:42:37 +01:00
package.json feat(apps): migrate Chat, Questions, Mukke, Context, Photos to local-first 2026-03-27 21:17:56 +01:00
svelte.config.js feat(chat-web): add Docker deployment for chat frontend 2025-12-05 02:10:32 +01:00
tsconfig.json style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00
vite.config.ts feat: show build date/time on login screen across all apps 2026-03-21 12:40:57 +01:00