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

@@ -54,3 +54,8 @@ export type UserPreferences = Prisma.UserPreferencesModel
*
*/
export type Event = Prisma.EventModel
/**
* Model SitePreferences
*
*/
export type SitePreferences = Prisma.SitePreferencesModel