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:
@@ -54,3 +54,8 @@ export type UserPreferences = Prisma.UserPreferencesModel
|
||||
*
|
||||
*/
|
||||
export type Event = Prisma.EventModel
|
||||
/**
|
||||
* Model SitePreferences
|
||||
*
|
||||
*/
|
||||
export type SitePreferences = Prisma.SitePreferencesModel
|
||||
|
||||
Reference in New Issue
Block a user