Rides by {designer.name}
++ Explore all rides designed by {designer.name} +
+ +No rides found
++ {designer.name} hasn't designed any rides matching your criteria +
+From 6f579faa312ad972d7d8b94f80bf2b1b9878dc67 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 17:39:27 +0000 Subject: [PATCH 01/71] Fix reviews query and NaN handling --- src/components/reviews/ReviewForm.tsx | 3 ++- src/components/reviews/ReviewsList.tsx | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/reviews/ReviewForm.tsx b/src/components/reviews/ReviewForm.tsx index 70107e84..2f9ae68b 100644 --- a/src/components/reviews/ReviewForm.tsx +++ b/src/components/reviews/ReviewForm.tsx @@ -189,7 +189,8 @@ export function ReviewForm({ {entityType === 'ride' &&
+ {model.description} +
+ )} +Rides designed by {designer.name} will be displayed here.
++ View all rides designed by {designer.name} +
+ Explore all rides designed by {designer.name} +
+ ++ {designer.name} hasn't designed any rides matching your criteria +
+Rides manufactured by {manufacturer.name} will be displayed here.
++ View all rides manufactured by {manufacturer.name} +
++ View all ride models by {manufacturer.name} +
+ Explore all ride models manufactured by {manufacturer.name} +
+ ++ {manufacturer.name} doesn't have any models matching your criteria +
++ Explore all rides manufactured by {manufacturer.name} +
+ ++ {manufacturer.name} hasn't manufactured any rides matching your criteria +
+Parks operated by {operator.name} will be displayed here.
++ View all parks operated by {operator.name} +
+ Explore all theme parks operated by {operator.name} +
+ ++ {operator.name} doesn't operate any parks matching your criteria +
++ Explore all theme parks owned by {owner.name} +
+ ++ {owner.name} doesn't own any parks matching your criteria +
+Parks owned by {owner.name} will be displayed here.
++ View all parks owned by {owner.name} +
- View all parks operated by {operator.name} -
+ + {parksLoading ? ( +No parks found for {operator.name}
+- View all parks owned by {owner.name} -
+ + {parksLoading ? ( +No parks found for {owner.name}
+{selectedLocation.name}
+City: {selectedLocation.city}
} + {selectedLocation.state_province &&State/Province: {selectedLocation.state_province}
} +Country: {selectedLocation.country}
+ {selectedLocation.postal_code &&Postal Code: {selectedLocation.postal_code}
} ++ Coordinates: {selectedLocation.latitude.toFixed(6)}, {selectedLocation.longitude.toFixed(6)} +
++ Search for the park's location using OpenStreetMap +
+