managarten/packages/shared-theme/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
..
a11y-constants.ts feat(a11y): add accessibility settings and theme improvements 2025-12-02 22:56:09 +01:00
a11y-store.svelte.ts feat(a11y): add accessibility settings and theme improvements 2025-12-02 22:56:09 +01:00
a11y-utils.ts feat(a11y): add accessibility settings and theme improvements 2025-12-02 22:56:09 +01:00
constants.ts fix(picture): resolve all TypeScript type errors 2025-11-29 09:17:55 +01:00
index.ts feat(auth): add centralized user settings synced across all apps 2025-12-03 00:09:47 +01:00
store.svelte.ts feat(theme): add ThemePage components and distinct background colors 2025-11-29 09:03:20 +01:00
types.ts feat(auth): add centralized user settings synced across all apps 2025-12-03 00:09:47 +01:00
user-settings-store.svelte.ts feat(auth): add centralized user settings synced across all apps 2025-12-03 00:09:47 +01:00
utils.ts feat(a11y): add accessibility settings and theme improvements 2025-12-02 22:56:09 +01:00