Commit Graph

8 Commits

Author SHA1 Message Date
5c1b62f55a feat: redesign transport section with improved UX, accessibility, and type safety
- Replace native <select> filters with scrollable chip components (TransportFilterChips)
- Add skeleton shimmer loaders for taxi and shuttle cards (TaxiSkeletonCard, ShuttleSkeletonCard)
- Add search bar to TaxisLocales to filter by driver name
- Horizontal card layout on mobile for ViajesTuristicos, vertical on tablet+
- Add ARIA roles (tablist/tab, list/listitem, switch, alert, status) throughout
- Apply hover: hover media query so card hover effects don't trigger on touch
- Add prefers-reduced-motion support across all animations and transitions
- Add clear-filters button in empty states when filters are active
- Fix min-height to use 100dvh instead of 100vh for mobile nav bar
- Reduce tab slider animation from 0.5s to 0.32s
- Fix tsconfig: noUncheckedSideEffectImports false, add vite-plugin-pwa/client types
- Fix AppImage unused parameter warning (_e)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-04 17:48:23 -05:00
a60b079d94 fix: prevent Google Translate from breaking Material Icons and fix lang attribute 2026-03-31 18:29:55 -05:00
1b94aac0a5 perf(ui): Optimize transport tabs to use hardware-accelerated CSS transform 2026-03-12 14:08:27 -05:00
9d8a535929 Refined Discover and Transport UI, added shuttle categorization and descriptions 2026-03-03 10:08:57 -05:00
4d7b472c6c Implement Smart Location: auto-detect user location if preference is enabled, hide location button, and handle permission denial by resetting preference 2026-03-01 12:15:08 -05:00
621da9e4c3 Refactor: Map UI improvements, ETA metrics, Schedule fixes, and Transport Detail styling 2026-02-28 10:39:20 -05:00
a2d317d1bc Fix UI overlapping, transport load error handling, and schedule filtering bugs 2026-02-27 20:22:29 -05:00
b90eb83acb feat(UI): actualización de colores de ruta a amarillo y fix navegación transporte 2026-02-27 10:57:42 -05:00