aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app/components
AgeCommit message (Collapse)Author
8 daysEnhance arrival and transit functionality with new vehicle operation logic ↵Ariel Costas Guerrero
and transit kind classification
10 daysBasic push notification system for service alertsAriel Costas Guerrero
Co-authored-by: Copilot <copilot@github.com>
2026-03-24Properly display arrival low-precision for VitrasaAriel Costas Guerrero
2026-03-24feat: client-side trip tracking with browser notifications (#151)Copilot
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com>
2026-03-21feat: enhance geocoding and stop search with performance metrics and ↵Ariel Costas Guerrero
improved response handling
2026-03-16Display operator name on xunta arrivalsAriel Costas Guerrero
2026-03-16feat: enhance geolocation handling with loading state and improve button ↵Ariel Costas Guerrero
click behavior
2026-03-16Add legal document shenanigansAriel Costas Guerrero
Closes #147
2026-03-13feat: integrate geolocation functionality and enhance map interactionsAriel Costas Guerrero
- Added useGeolocation hook to manage user location and permissions. - Updated PlannerOverlay to utilize geolocation for setting origin. - Enhanced NavBar with a new planner route. - Introduced context menu for map interactions to set routes from current location. - Improved search functionality in the map with a dedicated search bar. - Updated localization files with new strings for routing and search features.
2026-03-13feat(routes): add realtime estimates panel with pattern-aware stylingAriel Costas Guerrero
- New GET /api/stops/estimates endpoint (nano mode: tripId, patternId, estimate, delay only) - useStopEstimates hook wiring estimates to routes-$id stop panel - Pattern-aware styling: dim schedules and estimates from other patterns - Past scheduled departures shown with strikethrough instead of hidden - Persist selected pattern in URL hash (replace navigation, no history push) - Fix planner arrivals using new estimates endpoint
2026-03-13Refactor geolocation settings across components; improve accuracy and ↵Ariel Costas Guerrero
timeout configurations
2026-03-08Refactor VigoUsageProcessor to remove CSV whitelist loading; add ↵Ariel Costas Guerrero
StopUsageChart component for usage visualization in Stops page
2026-03-08Refactor styles in StopSummarySheet and ReducedArrivalCard components; ↵Ariel Costas Guerrero
update translations in es-ES.json
2026-03-08Enhance StopItem component to display next arrivals and improve layout; ↵Ariel Costas Guerrero
update StopList to show arrivals for the first three stops
2026-03-08Rename LineIcon -> RouteIcon, fix some size issuesAriel Costas Guerrero
2026-02-25[WIP] Implement UX improvements for map styles and feature selection (#136)Copilot
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com>
2026-02-14feat: Implemen experimental bus stop usage displayAriel Costas Guerrero
2026-02-11refactor: Remove unused logging and streamline stop data handling in map and ↵Ariel Costas Guerrero
processor components
2026-02-11Use provided colours in mapAriel Costas Guerrero
Closes #131
2026-01-30feat: Enhance header and app shell with back navigation and dynamic title ↵Ariel Costas Guerrero
support
2026-01-02feat: Integrate Geoapify geocoding service and update configurationAriel Costas Guerrero
2025-12-31feat: Add vehicle information to arrival details and update related componentsAriel Costas Guerrero
2025-12-29Rename a lot of stuff, add Santiago real timeAriel Costas Guerrero
2025-12-28Improve planning widgetAriel Costas Guerrero
2025-12-28Implement displaying routes with dynamic data from OTPAriel Costas Guerrero
2025-12-28Get favourite stops from OTP instead of pre-generated fileAriel Costas Guerrero
2025-12-28feat: Refactor NavBar and Planner components; update geocoding servicesAriel Costas Guerrero
- Removed unused Navigation2 icon from NavBar. - Updated usePlanner hook to manage route history and improve local storage handling. - Enhanced PlannerApi with new fare properties and improved itinerary handling. - Added recent routes feature in StopList with navigation to planner. - Implemented NominatimGeocodingService for autocomplete and reverse geocoding. - Updated UI components for better user experience and accessibility. - Added translations for recent routes in multiple languages. - Improved CSS styles for map controls and overall layout.
2025-12-27Refactor route planner to use new GraphQL backendAriel Costas Guerrero
2025-12-25Implement selecting stop layers to displayAriel Costas Guerrero
2025-12-25Fix shit with mapAriel Costas Guerrero
2025-12-25Update icons againAriel Costas Guerrero
2025-12-24Screw thisAriel Costas Guerrero
2025-12-24Update iconsAriel Costas Guerrero
2025-12-24Refactor map components and improve modal functionalityAriel Costas Guerrero
2025-12-24Implement new UI stylesAriel Costas Guerrero
2025-12-23Full real-time page, coruña real timeAriel Costas Guerrero
2025-12-23Reimplement real time for VitrasaAriel Costas Guerrero
2025-12-22Refactor arrivals handling and improve type definitions; reorganise componentsAriel Costas Guerrero
2025-12-22Implement retrieving next arrivals for a stop (scheduled only)Ariel Costas Guerrero
2025-12-19Implement loading stops as tiles from OTPAriel Costas Guerrero
2025-12-14Undo change of mrker in StopMapModalAriel Costas Guerrero
2025-12-12feat: implement favourites management, add recent places functionality, and ↵Ariel Costas Guerrero
enhance planner features
2025-12-12feat: enhance OTP service logic, improve planner overlay, and update NavBar ↵Ariel Costas Guerrero
styles
2025-12-12Improved version of the planner featureAriel Costas Guerrero
2025-12-12fix: enhance route matching logic and improve CSS layout for consolidated ↵Ariel Costas Guerrero
circulation card
2025-12-12Initial ultra-ñapa implementation of OTP integrationAriel Costas Guerrero
2025-12-08fix: update default formatter to Prettier and enhance ETA display logic in ↵Ariel Costas Guerrero
ConsolidatedCirculationCard
2025-12-08Update formattingAriel Costas Guerrero
2025-12-08Refactor code structure for improved readability and maintainability; ↵Ariel Costas Guerrero
removed redundant code blocks and optimized functions.
2025-12-08feat: add StopHelpModal component and integrate help functionality in EstimatesAriel Costas Guerrero