mirror of
https://github.com/rommapp/romm.git
synced 2026-02-18 00:27:41 +01: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.