managarten/services/mana-core-auth/src
Till-JS 0e5d923faf feat(auth): add centralized user settings synced across all apps
- Add settings module to mana-core-auth with REST API endpoints
- Create user_settings table with globalSettings and appOverrides (JSONB)
- Add createUserSettingsStore() factory in shared-theme package
- Integrate user settings in all app layouts (calendar, chat, contacts, etc.)
- Support for nav position, theme, locale settings with per-app overrides
- Optimistic updates with localStorage caching for offline support
- Add comprehensive documentation in docs/USER_SETTINGS.md

API Endpoints:
- GET /api/v1/settings - Get all user settings
- PATCH /api/v1/settings/global - Update global settings
- PATCH /api/v1/settings/app/:appId - Set app override
- DELETE /api/v1/settings/app/:appId - Remove app override

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-03 00:09:47 +01:00
..
__tests__/utils fix(ci): build shared packages before tests and fix formatting 2025-12-01 23:15:00 +01:00
ai fix(ci): build shared packages before tests and fix formatting 2025-12-01 23:15:00 +01:00
auth fix(ci): build shared packages before tests and fix formatting 2025-12-01 23:15:00 +01:00
common feat: improve chat UX and add optional auth for public feedback 2025-11-29 23:10:03 +01:00
config 🔀 merge: auth/complete branch with Better Auth implementation 2025-12-01 15:25:38 +01:00
credits fix(ci): build shared packages before tests and fix formatting 2025-12-01 23:15:00 +01:00
db feat(auth): add centralized user settings synced across all apps 2025-12-03 00:09:47 +01:00
feedback fix(ci): build shared packages before tests and fix formatting 2025-12-01 23:15:00 +01:00
settings feat(auth): add centralized user settings synced across all apps 2025-12-03 00:09:47 +01:00
app.module.ts feat(auth): add centralized user settings synced across all apps 2025-12-03 00:09:47 +01:00
main.ts feat(feedback): add centralized feedback system with AI-generated titles 2025-11-29 22:46:37 +01:00