Refactor: Database and UI updates

This commit is contained in:
gpt-engineer-app[bot]
2025-11-03 21:32:04 +00:00
parent 63d9d8890c
commit 22f4a68bd8
9 changed files with 349 additions and 34 deletions

View File

@@ -2568,6 +2568,7 @@ export type Database = {
display_name: string | null
home_park_id: string | null
id: string
is_test_data: boolean
location_id: string | null
oauth_provider: string | null
park_count: number | null
@@ -2602,6 +2603,7 @@ export type Database = {
display_name?: string | null
home_park_id?: string | null
id?: string
is_test_data?: boolean
location_id?: string | null
oauth_provider?: string | null
park_count?: number | null
@@ -2636,6 +2638,7 @@ export type Database = {
display_name?: string | null
home_park_id?: string | null
id?: string
is_test_data?: boolean
location_id?: string | null
oauth_provider?: string | null
park_count?: number | null