feat: Add detailed park and ride pages with HTMX integration

- Implemented park detail page with dynamic content loading for rides and weather.
- Created park list page with filters and search functionality.
- Developed ride detail page showcasing ride stats, reviews, and similar rides.
- Added ride list page with filtering options and dynamic loading.
- Introduced search results page with tabs for parks, rides, and users.
- Added HTMX tests for global search functionality.
This commit is contained in:
pacnpal
2025-12-19 19:53:20 -05:00
parent bf04e4d854
commit b9063ff4f8
154 changed files with 4536 additions and 2570 deletions

View File

@@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" width="800" height="450" viewBox="0 0 800 450">
<rect width="100%" height="100%" fill="#e5e7eb" />
<g fill="#9ca3af" font-family="Arial, Helvetica, sans-serif" font-size="28">
<text x="50%" y="45%" text-anchor="middle">Image not available</text>
<text x="50%" y="60%" text-anchor="middle" font-size="16">placeholder</text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 389 B