mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-24 05:51:15 -05:00
Refactor user settings implementation
This commit is contained in:
@@ -98,7 +98,12 @@ export interface Profile {
|
||||
bio?: string;
|
||||
avatar_url?: string;
|
||||
avatar_image_id?: string;
|
||||
preferred_pronouns?: string;
|
||||
show_pronouns?: boolean;
|
||||
timezone?: string;
|
||||
preferred_language?: string;
|
||||
location?: Location;
|
||||
location_id?: string;
|
||||
date_of_birth?: string;
|
||||
privacy_level: 'public' | 'friends' | 'private';
|
||||
theme_preference: 'light' | 'dark' | 'system';
|
||||
|
||||
Reference in New Issue
Block a user