- Redesign AdminPanel.vue with color-coded section navigation cards
- Create AdminPageHeader.vue shared component with back-nav and action slot
- Redesign AdminDrivers.vue with modern taxi cards and bottom-sheet modal
- Redesign AdminReports.vue with stats summary and color-coded report cards
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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>
- 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>
- Updated useDirectionsRoute to support and respect cancelTokens in internal loops.
- Ensured all route tracing calls in useFlujoPrincipal are abortable.
- Prevented late polyline registration after map cleanup.
- Added cancel tokens to avoid 'traces' on map after route removal.
- Fixed math bug in ETA proportion calculating 16.6% less time than real.
- Set average bus speed to 30km/h for more realistic calculations.