Commit Graph

71 Commits

Author SHA1 Message Date
gpt-engineer-app[bot]
361231bfac Add hover preview cards
Adds hover-preview UX by introducing preview cards for entities and wiring hoverable links:
- Implements CompanyPreviewCard and ParkPreviewCard components plus hooks to fetch preview data
- Adds HoverCard usage to ParkDetail and RideDetail for operator, manufacturer, and designer links
- Creates preview wrappers for manufacturer/designer/operator links and updates related pages to use hover previews
- Includes supporting updates to query keys and preview hooks to fetch minimal data for previews
2025-11-12 03:44:01 +00:00
gpt-engineer-app[bot]
fd4e21734f Make operator name clickable
Update ParkDetail to wrap park.operator.name in a Link to the operator page, and import Link from react-router-dom. This changes the display from plain text to a navigable link and fixes missing import.
2025-11-12 03:36:15 +00:00
gpt-engineer-app[bot]
d0c613031e Migrate date precision to exact
Batch update all date precision handling to use expanded DatePrecision, replace hardcoded day defaults, and adjust related validation, UI, and helpers. Includes wrapper migration across Phase 1-3 functions, updates to logs, displays, and formatting utilities to align frontend with new precision values ('exact', 'month', 'year', 'decade', 'century', 'approximate').
2025-11-11 22:05:29 +00:00
gpt-engineer-app[bot]
fc7c2d5adc Refactor park detail address display
Implement the plan to refactor the address display in the park detail page. This includes updating the sidebar address to show the street address on its own line, followed by city, state, and postal code on the next line, and the country on a separate line. This change aims to create a more compact and natural address format.
2025-11-06 14:03:58 +00:00
gpt-engineer-app[bot]
b189f40c1f Fix date display and edit form issues 2025-11-06 05:01:51 +00:00
gpt-engineer-app[bot]
524f6a65e8 Wrap forms with error boundaries 2025-11-05 21:33:14 +00:00
gpt-engineer-app[bot]
3c13b7a9f4 Fix: Resolve TypeScript errors in pages 2025-11-03 02:59:07 +00:00
gpt-engineer-app[bot]
0091584677 feat: Implement full Phase 3 API optimizations 2025-10-30 23:02:26 +00:00
gpt-engineer-app[bot]
ac63e1d2db feat: Implement dynamic OG images 2025-10-29 16:49:41 +00:00
gpt-engineer-app[bot]
2d66a4f778 Implement dynamic page titles 2025-10-29 12:42:18 +00:00
gpt-engineer-app[bot]
6a70267a57 feat: Lazy load admin forms 2025-10-21 18:43:38 +00:00
gpt-engineer-app[bot]
4ab59e2ec2 Fix: Approve database migration 2025-10-17 14:40:48 +00:00
gpt-engineer-app[bot]
866429aa40 Refactor: Uniformly use AuthModalContext 2025-10-16 13:08:23 +00:00
gpt-engineer-app[bot]
48693c2f58 Fix: Hide zero ride counts 2025-10-15 19:50:30 +00:00
gpt-engineer-app[bot]
625ba1a8e2 Approve timeline integration plan 2025-10-15 19:44:17 +00:00
gpt-engineer-app[bot]
f37b99a5f9 Reverted to commit 06ed528d76 2025-10-11 15:58:56 +00:00
gpt-engineer-app[bot]
1df9ada8ae Reverted to commit 96a961d95c 2025-10-11 15:58:11 +00:00
gpt-engineer-app[bot]
1e67ff87fd Fix versioning component errors 2025-10-10 23:08:53 +00:00
gpt-engineer-app[bot]
4d2d39fb5a feat: Implement custom view tracking 2025-10-10 15:53:56 +00:00
gpt-engineer-app[bot]
c39aba6994 feat: Add review counts to tab headers 2025-10-10 15:43:17 +00:00
gpt-engineer-app[bot]
f57ae0d3ce Refactor: Implement Cloudflare Image Variants 2025-10-10 14:09:51 +00:00
gpt-engineer-app[bot]
61c7a551c2 Approve database migration 2025-10-10 13:04:36 +00:00
pac7
bf7dd93d9e Update image sources to use environment variables for dynamic image hosting
Updates image URLs across various components and pages to dynamically fetch images using Cloudflare's image hosting service, configured via environment variables. Also updates the theme provider import for Sonner toasts and modifies the Supabase upload function to use a configurable Supabase URL.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: f1469493-0a69-4efc-91bd-478d1879573a
Replit-Commit-Checkpoint-Type: intermediate_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7cdf4e95-3f41-4180-b8e3-8ef56d032c0e/f1469493-0a69-4efc-91bd-478d1879573a/HYhVkSk
2025-10-07 14:10:00 +00:00
gpt-engineer-app[bot]
f86b772eca Refactor History component 2025-10-06 16:37:56 +00:00
gpt-engineer-app[bot]
522802f005 Fix: Optimize detail pages for desktop 2025-10-06 16:29:23 +00:00
gpt-engineer-app[bot]
bc8cb18172 Refactor: Optimize desktop max-widths 2025-10-06 16:15:36 +00:00
gpt-engineer-app[bot]
590d4ede52 Reverted to commit cb1ef6c177 2025-10-06 16:12:02 +00:00
gpt-engineer-app[bot]
88901a7f20 Fix desktop layout 2025-10-06 16:10:37 +00:00
gpt-engineer-app[bot]
b22d74c381 Refactor: Improve desktop layout 2025-10-06 16:03:35 +00:00
gpt-engineer-app[bot]
28f83b9c0f Refactor: Optimize desktop layout for entity pages 2025-10-06 15:59:22 +00:00
gpt-engineer-app[bot]
cb1ef6c177 Refactor: Add History Tab 2025-10-06 15:55:04 +00:00
gpt-engineer-app[bot]
9380c8fd68 Implement Phase 3 tasks 2025-10-06 15:46:56 +00:00
gpt-engineer-app[bot]
2d1ad9699e Fix ride navigation from park detail 2025-10-03 12:29:25 +00:00
gpt-engineer-app[bot]
4a8ce27bde Add "View All Rides" link 2025-10-02 20:14:29 +00:00
gpt-engineer-app[bot]
4629fc0df5 Fix JSON violations 2025-10-02 19:23:33 +00:00
gpt-engineer-app[bot]
502d893e38 Fix park opening date display 2025-10-02 16:32:32 +00:00
gpt-engineer-app[bot]
94c60f1821 Fix banner image display 2025-10-02 14:59:07 +00:00
gpt-engineer-app[bot]
36603cdb80 Refactor: Enforce submission queue for all edits 2025-10-02 14:46:49 +00:00
gpt-engineer-app[bot]
078026f641 Fix: Pass entity IDs to image uploader 2025-10-02 14:38:40 +00:00
gpt-engineer-app[bot]
1aac247a44 Refactor: Adjust tab bar layout on mobile 2025-10-02 13:36:31 +00:00
gpt-engineer-app[bot]
2324d276e4 feat: Implement comprehensive entity submission architecture 2025-10-01 20:45:11 +00:00
gpt-engineer-app[bot]
83260e7f73 Fix: Resolve image upload and form integration issues 2025-10-01 19:02:21 +00:00
gpt-engineer-app[bot]
92f00bb5ff Fix ride navigation in ParkDetail 2025-10-01 17:19:11 +00:00
gpt-engineer-app[bot]
93f86fc503 Move edit button right 2025-09-30 00:55:12 +00:00
gpt-engineer-app[bot]
28feea6264 feat: Add park operators and owners to form 2025-09-30 00:14:24 +00:00
gpt-engineer-app[bot]
0ddae7493c Implement Park Form and Edit/Add Functionality 2025-09-29 23:45:35 +00:00
gpt-engineer-app[bot]
f586b31954 feat: Implement comprehensive plan 2025-09-29 20:31:28 +00:00
gpt-engineer-app[bot]
c504f25a64 feat: Implement add ride modal and moderation 2025-09-29 20:09:09 +00:00
gpt-engineer-app[bot]
ff152970fd Refactor: Improve Rides tab UI 2025-09-29 20:04:07 +00:00
gpt-engineer-app[bot]
bbbc925b77 Refactor: Implement photo upload plan 2025-09-29 19:41:28 +00:00