Refactor settings page

This commit is contained in:
gpt-engineer-app[bot]
2025-09-28 20:58:08 +00:00
parent e841fd2b7c
commit 98b06cdf6e
4 changed files with 16 additions and 2 deletions

View File

@@ -105,6 +105,7 @@ export interface Profile {
location?: Location;
location_id?: string;
personal_location?: string;
home_park_id?: string;
date_of_birth?: string;
privacy_level: 'public' | 'friends' | 'private';
theme_preference: 'light' | 'dark' | 'system';