managarten/packages
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
..
mana-core-nestjs-integration fix(ci): build shared packages before tests and fix formatting 2025-12-01 23:15:00 +01:00
manadeck-database style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00
news-database style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00
nutriphi-database style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00
shared-auth style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00
shared-auth-stores style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00
shared-auth-ui 🎨 style(contacts): fix CSS variables and add modern contact pages 2025-12-02 13:50:19 +01:00
shared-branding feat(branding): add Calendar and Storage app branding 2025-12-02 14:40:30 +01:00
shared-config style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00
shared-credit-service style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00
shared-errors style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00
shared-feedback-service 🔧 chore: fix turbo infinite recursion and update dependencies 2025-12-02 02:43:47 +01:00
shared-feedback-types feat(feedback): add centralized feedback system with AI-generated titles 2025-11-29 22:46:37 +01:00
shared-feedback-ui fix(ci): build shared packages before tests and fix formatting 2025-12-01 23:15:00 +01:00
shared-i18n feat(shared-ui): add nested language submenu in PillNavigation 2025-11-30 01:00:43 +01:00
shared-icons feat(icons): migrate to phosphor-svelte for all icon usage 2025-11-29 07:02:59 +01:00
shared-landing-ui 🔧 chore: fix turbo infinite recursion and update dependencies 2025-12-02 02:43:47 +01:00
shared-nestjs-auth fix(ci): build shared packages before tests and fix formatting 2025-12-01 23:15:00 +01:00
shared-profile-ui fix(ci): build shared packages before tests and fix formatting 2025-12-01 23:15:00 +01:00
shared-storage 🔧 fix(shared-storage): update build configuration for CommonJS 2025-12-02 14:40:55 +01:00
shared-subscription-types style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00
shared-subscription-ui fix(ci): build shared packages before tests and fix formatting 2025-12-01 23:15:00 +01:00
shared-supabase style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00
shared-tailwind style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00
shared-theme feat(auth): add centralized user settings synced across all apps 2025-12-03 00:09:47 +01:00
shared-theme-ui feat(a11y): add accessibility settings and theme improvements 2025-12-02 22:56:09 +01:00
shared-types style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00
shared-ui feat(auth): add centralized user settings synced across all apps 2025-12-03 00:09:47 +01:00
shared-utils style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00
test-config fix(ci): fix test-config and upgrade vitest to v4 2025-12-01 23:37:47 +01:00
uload-database style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00