Refactor admin preferences management to use global site preferences, update UI components for better user experience, and implement image selection for background settings.

This commit is contained in:
Julien Froidefond
2025-12-09 08:37:52 +01:00
parent 4486f305f2
commit 8c326bdd20
21 changed files with 1853 additions and 199 deletions

View File

@@ -11,4 +11,5 @@
export type * from './models/User'
export type * from './models/UserPreferences'
export type * from './models/Event'
export type * from './models/SitePreferences'
export type * from './commonInputTypes'