managarten/apps
Till JS b37a451d29 refactor(stores): rewrite NutriPhi + Mukke stores to use IndexedDB
NutriPhi meals store: Replace apiClient calls with mealCollection
reads/writes. Daily summary now computed locally from IndexedDB.

Mukke library store: Replace backend API aggregations (albums, artists,
genres, stats) with local computation from songCollection.getAll().
Server-only operations (upload, cover URLs, metadata extraction) remain
as fire-and-forget API calls.

Store migration status: All 19 apps now use IndexedDB as primary
data source. Server API calls only remain for:
- File upload/download (S3 presigned URLs)
- Image generation (Replicate API)
- AI analysis (Gemini)
- Cover art URLs (S3 presigned)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-28 03:12:37 +01:00
..
calendar feat(local-first): migrate 9 apps to reactive useLiveQuery reads 2026-03-28 02:27:46 +01:00
chat feat(local-first): migrate 9 apps to reactive useLiveQuery reads 2026-03-28 02:27:46 +01:00
citycorners feat(local-first): migrate remaining 6 apps to reactive useLiveQuery reads 2026-03-28 02:42:13 +01:00
clock feat(local-first): migrate 9 apps to reactive useLiveQuery reads 2026-03-28 02:27:46 +01:00
contacts feat(local-first): migrate 9 apps to reactive useLiveQuery reads 2026-03-28 02:27:46 +01:00
context feat(local-first): migrate 9 apps to reactive useLiveQuery reads 2026-03-28 02:27:46 +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 feat(infra): consolidate 21 Matrix bots into Go binary + add Go API gateway 2026-03-27 21:03:00 +01:00
manadeck feat(local-first): migrate 9 apps to reactive useLiveQuery reads 2026-03-28 02:27:46 +01:00
matrix feat(apps): integrate shared TagStrip into all 15 remaining apps 2026-03-26 21:41:14 +01:00
mukke refactor(stores): rewrite NutriPhi + Mukke stores to use IndexedDB 2026-03-28 03:12:37 +01:00
nutriphi refactor(stores): rewrite NutriPhi + Mukke stores to use IndexedDB 2026-03-28 03:12:37 +01:00
photos feat(local-first): migrate remaining 6 apps to reactive useLiveQuery reads 2026-03-28 02:42:13 +01:00
picture feat(local-first): migrate remaining 6 apps to reactive useLiveQuery reads 2026-03-28 02:42:13 +01:00
planta feat(local-first): migrate remaining 6 apps to reactive useLiveQuery reads 2026-03-28 02:42:13 +01:00
playground feat(auth): add password strength indicator and magic links 2026-03-27 11:23:09 +01:00
presi feat(local-first): migrate 9 apps to reactive useLiveQuery reads 2026-03-28 02:27:46 +01:00
questions feat(local-first): migrate remaining 6 apps to reactive useLiveQuery reads 2026-03-28 02:42:13 +01:00
skilltree refactor(skilltree): replace custom idb storage with @manacore/local-store 2026-03-27 21:32:47 +01:00
storage feat(local-first): migrate 9 apps to reactive useLiveQuery reads 2026-03-28 02:27:46 +01:00
todo refactor(stores): rewrite NutriPhi + Mukke stores to use IndexedDB 2026-03-28 03:12:37 +01:00
traces feat(apps): add GPU server fallback to all LLM-using apps 2026-03-27 22:21:20 +01:00
zitare feat(local-first): migrate 9 apps to reactive useLiveQuery reads 2026-03-28 02:27:46 +01:00