feat: Add track material column and filtering

This commit is contained in:
gpt-engineer-app[bot]
2025-10-16 19:54:22 +00:00
parent 294019f7bd
commit f176c28df6
8 changed files with 185 additions and 1 deletions

View File

@@ -166,6 +166,7 @@ export interface Ride {
coaster_type?: string;
seating_type?: string;
intensity_level?: string;
track_material?: string;
drop_height_meters?: number;
max_g_force?: number;
}