managarten/apps
Till JS ce51fd5fe2 feat(apps): migrate Presi, Picture, Inventar, NutriPhi, Planta, Storage to local-first
Add IndexedDB data layer (Dexie.js via @manacore/local-store) to 6 more apps,
bringing the total to 12/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} + handleAuthReady()
- Add GuestWelcomeModal for first-visit experience
- Add @manacore/local-store dependency

App-specific changes:
- Presi: Rewrite decks store from API to IndexedDB, conditional share button
- Picture: Rewrite gallery + boards pages to read from IndexedDB
- Inventar: Replace manual auth $effect with AuthGate, keep localStorage stores
- NutriPhi: Add onReady handler to existing AuthGate
- Planta: Add allowGuest + sync init to existing AuthGate
- Storage: Add local store init to existing handleAuthReady

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-27 17:35:38 +01:00
..
calendar feat(apps): migrate Calendar, Clock, Contacts, ManaDeck to local-first 2026-03-27 13:10:07 +01:00
chat feat(auth): add password strength indicator and magic links 2026-03-27 11:23:09 +01:00
citycorners feat(auth): add password strength indicator and magic links 2026-03-27 11:23:09 +01:00
clock feat(apps): migrate Calendar, Clock, Contacts, ManaDeck to local-first 2026-03-27 13:10:07 +01:00
contacts feat(apps): migrate Calendar, Clock, Contacts, ManaDeck to local-first 2026-03-27 13:10:07 +01:00
context feat(auth): add password strength indicator and magic links 2026-03-27 11:23:09 +01:00
docs fix: replace all manacore.app URLs with mana.how 2026-03-22 18:40:37 +01:00
inventar feat(apps): migrate Presi, Picture, Inventar, NutriPhi, Planta, Storage to local-first 2026-03-27 17:35:38 +01:00
manacore docs: add devlog for 2026-03-25 and update 2026-03-26 2026-03-27 12:33:06 +01:00
manadeck feat(apps): migrate Calendar, Clock, Contacts, ManaDeck to local-first 2026-03-27 13:10:07 +01:00
matrix feat(apps): integrate shared TagStrip into all 15 remaining apps 2026-03-26 21:41:14 +01:00
mukke feat(auth): add password strength indicator and magic links 2026-03-27 11:23:09 +01:00
nutriphi feat(apps): migrate Presi, Picture, Inventar, NutriPhi, Planta, Storage to local-first 2026-03-27 17:35:38 +01:00
photos feat(auth): add password strength indicator and magic links 2026-03-27 11:23:09 +01:00
picture feat(apps): migrate Presi, Picture, Inventar, NutriPhi, Planta, Storage to local-first 2026-03-27 17:35:38 +01:00
planta feat(apps): migrate Presi, Picture, Inventar, NutriPhi, Planta, Storage to local-first 2026-03-27 17:35:38 +01:00
playground feat(auth): add password strength indicator and magic links 2026-03-27 11:23:09 +01:00
presi feat(apps): migrate Presi, Picture, Inventar, NutriPhi, Planta, Storage to local-first 2026-03-27 17:35:38 +01:00
questions feat(auth): add password strength indicator and magic links 2026-03-27 11:23:09 +01:00
skilltree feat(auth): add password strength indicator and magic links 2026-03-27 11:23:09 +01:00
storage feat(apps): migrate Presi, Picture, Inventar, NutriPhi, Planta, Storage to local-first 2026-03-27 17:35:38 +01:00
todo feat(todo): add Hono + Bun server for compute-only endpoints 2026-03-27 12:40:28 +01:00
traces feat: add unified @manacore/shared-llm package and migrate all backends 2026-03-23 22:06:30 +01:00
zitare feat(zitare): migrate to local-first with Dexie.js 2026-03-27 12:05:01 +01:00