Commit Graph

14 Commits

Author SHA1 Message Date
dc007b24ce refactor: replace chip filters with compact dropdown menus in transport section
Filters now occupy a single compact row instead of multiple chip rows,
giving more vertical space to taxi and shuttle cards.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-04 17:59:40 -05:00
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
269691c900 Refactor(transporte): remover íconos de filtros y hacerlos más compactos lado a lado 2026-03-22 10:38:53 -05:00
3cda38bf8f Perf: Fase 2 optimización de imágenes y asincronía en interfaz finalizada 2026-03-21 16:06:21 -05:00
4e17613d49 feat: Refinamiento del tracking de analiticas y actualizacion del dashboard admin 2026-03-04 20:36:31 -05:00
84e98b6213 feat: replace obsolete spinners with branded UI loading component 2026-03-04 11:17:16 -05:00
af7464be43 fix: resolve blank screen on return from external links 2026-03-03 20:51:17 -05:00
df0a4397f6 fix: implement global app-refocus listener and data recovery pattern in critical views to prevent infinite loading after app suspension 2026-03-03 15:04:16 -05:00
b098c23291 Integrated AuthGuard in Discover and Shuttles, updated Business types and translations 2026-03-03 11:45:36 -05:00
97ab6c1b9a Enhancement: Multi-shift taxis, vehicle type, accessibility flag and filter label update 2026-03-03 10:40:04 -05:00
b50c2cc82b Fix CSS parsing issues by avoiding grid-column shorthand and cleaning comments 2026-03-03 10:14:13 -05:00
9d8a535929 Refined Discover and Transport UI, added shuttle categorization and descriptions 2026-03-03 10:08:57 -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