mirror of
https://github.com/rommapp/romm.git
synced 2026-06-28 06:46:00 +00:00
- Introduced `ui_settings` column in the users table via Alembic migration. - Updated UserForm and UserSchema models to include `ui_settings`. - Enhanced user update endpoint to handle `ui_settings`. - Created a new composable `useUISettings` for managing UI settings with local storage. - Refactored UI components to utilize the new `useUISettings` for theme and language settings.