aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app/components
AgeCommit message (Collapse)Author
2026-03-13feat: enhance navigation and planner functionality in NavBar and map componentsAriel Costas Guerrero
2026-03-13feat: map search field, pick-on-map returns to planner, geolocate + viewport ↵copilot-swe-agent[bot]
fixes Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com>
2026-03-13feat: geolocation hook, map context menu, simplified home planner widget"copilot-swe-agent[bot]
Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com>
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
2025-12-07Implement Renfe data sourceAriel Costas Guerrero
2025-12-07Update navigation barAriel Costas Guerrero
2025-12-01fix: adjust width of LineIcon container and improve marquee display logicAriel Costas Guerrero
2025-12-01refactor: replace StopSheet with StopSummarySheet and update related componentsAriel Costas Guerrero
- Deleted StopSheet and StopSheetSkeleton components. - Introduced StopSummarySheet and StopSummarySheetSkeleton components. - Updated ConsolidatedCirculationCard to support a reduced view. - Modified ConsolidatedCirculationList to accept a reduced prop. - Adjusted map route to use StopSummarySheet. - Cleaned up CSS styles related to the stop sheet components. - Enhanced error handling and loading states in the new summary sheet. - Updated stop report logic to filter out empty next streets.
2025-12-01Fix some terminus formatting, add marquee-d next streetsAriel Costas Guerrero
2025-12-01Add line list with link to official schedulesAriel Costas Guerrero
2025-11-30Remake home and settings pages using Tailwind stylesAriel Costas Guerrero