managarten/services/mana-core-auth/src/settings
Till-JS c6f8b9f87c feat(settings): add device-specific settings storage
Implement per-device settings sync via mana-core-auth. Settings are now
stored both locally (localStorage) and in the cloud, with each device
(desktop, mobile, tablet) maintaining its own configuration.

Changes:
- Add deviceSettings JSONB column to user_settings table
- Add device API endpoints (GET/PATCH/DELETE /settings/device/:id/:app)
- Extend user-settings-store with device ID generation and detection
- Integrate calendar settings with cloud sync per device
- Remove todos from calendar header row (sidebar + grid only)
- Add hours dropdown to CalendarHeader for time range configuration

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-11 23:49:18 +01:00
..
dto feat(settings): add device-specific settings storage 2025-12-11 23:49:18 +01:00
settings.controller.ts feat(settings): add device-specific settings storage 2025-12-11 23:49:18 +01:00
settings.module.ts feat(auth): add centralized user settings synced across all apps 2025-12-03 00:09:47 +01:00
settings.service.ts feat(settings): add device-specific settings storage 2025-12-11 23:49:18 +01:00