managarten/apps
Till JS 5bd967900f refactor(context-mobile): migrate from Supabase to backend API + mana-core-auth
Complete migration of Context mobile app from direct Supabase access
to NestJS backend API with mana-core-auth authentication.

New files:
- context/AuthProvider.tsx: mana-core-auth integration via @manacore/shared-auth
- services/backendApi.ts: Backend API client for spaces, documents, AI, tokens

Rewritten services (same exports, backend implementation):
- supabaseService.ts: Now thin wrapper around backendApi
- aiService.ts: Uses backendApi for auth token
- tokenCountingService.ts: Model prices from backend API
- tokenTransactionService.ts: All token ops via backend API
- revenueCatService.ts: Token balance via backend API

Updated 16 consumer files (auth forms, token components, AI toolbars)

Deleted:
- utils/supabase.ts, context/AuthContext.tsx
- services/spaceService.ts, services/spaceServiceDirect.ts

Dependencies:
- Added: @manacore/shared-auth, expo-secure-store
- Removed: @supabase/supabase-js, @google/generative-ai, openai, @azure/openai

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-23 12:01:58 +01:00
..
calendar feat(analytics): expand umami tracking in todo, calendar, and contacts apps 2026-03-23 09:27:30 +01:00
chat fix(mana-media): use prom-client directly instead of shared metrics package 2026-03-23 11:06:09 +01:00
citycorners fix(citycorners): add missing shared packages and patches to web Dockerfile 2026-03-23 11:38:45 +01:00
clock fix(docker): add shared-error-tracking package to all 15 web Dockerfiles 2026-03-23 09:08:33 +01:00
contacts feat(contacts): integrate spiral-db for visual contact network 2026-03-23 11:02:19 +01:00
context refactor(context-mobile): migrate from Supabase to backend API + mana-core-auth 2026-03-23 12:01:58 +01:00
docs fix: replace all manacore.app URLs with mana.how 2026-03-22 18:40:37 +01:00
manacore refactor(manacore-mobile): migrate from Supabase to mana-core-auth 2026-03-23 11:41:48 +01:00
manadeck feat(error-tracking): add browser error tracking to all 19 SvelteKit web apps 2026-03-22 19:16:21 +01:00
matrix fix(matrix): prod-readiness fixes for Manalink web app 2026-03-23 12:01:22 +01:00
mukke feat(mukke): redesign FullPlayer as immersive fullscreen experience 2026-03-23 10:52:10 +01:00
nutriphi fix(mana-media): use prom-client directly instead of shared metrics package 2026-03-23 11:06:09 +01:00
photos feat(observability): add metrics and monitoring for all 15 backends 2026-03-23 09:09:04 +01:00
picture chore: remove remaining Hetzner references across codebase 2026-03-23 10:30:26 +01:00
planta fix(mana-media): use prom-client directly instead of shared metrics package 2026-03-23 11:06:09 +01:00
playground refactor: move llm-playground from services/ to apps/playground/ 2026-03-23 11:25:54 +01:00
presi fix(docker): add shared-nestjs-metrics to 5 backend Dockerfiles 2026-03-23 09:31:21 +01:00
questions feat(error-tracking): add browser error tracking to all 19 SvelteKit web apps 2026-03-22 19:16:21 +01:00
skilltree fix(docker): add shared-error-tracking package to all 15 web Dockerfiles 2026-03-23 09:08:33 +01:00
storage chore: remove remaining Hetzner references across codebase 2026-03-23 10:30:26 +01:00
todo fix(todo): add missing shared-app-onboarding to Dockerfile 2026-03-23 11:37:49 +01:00
traces feat(error-tracking): complete GlitchTip integration for all backends 2026-03-19 21:47:27 +01:00
zitare feat(zitare): integrate spiral-db for visual quote storage 2026-03-23 10:44:39 +01:00