feat: implementing experience page (#718)
* feat: add color scheme toggle * feat: colorScheme stored in UserSettings model * feat: add stories * fix: AnimatePresence exit not working --------- Co-authored-by: Lucas Bordeau <bordeau.lucas@gmail.com>
This commit is contained in:
@ -68,6 +68,9 @@ export class UserUncheckedCreateWithoutRefreshTokensInput {
|
||||
@Validator.IsOptional()
|
||||
metadata?: any;
|
||||
|
||||
@Field(() => String, {nullable:false})
|
||||
settingsId!: string;
|
||||
|
||||
@HideField()
|
||||
deletedAt?: Date | string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user