aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2025-12-18Fix gazaposAriel Costas Guerrero
2025-12-18Backport date rolling for stop reportAriel Costas Guerrero
2025-12-18Show arrivals from previous leg too (to see how much margin you've got to ↵Ariel Costas Guerrero
transfer)
2025-12-18Fix extra dollar sign in labelAriel Costas Guerrero
2025-12-18Update stops data (#117)github-actions[bot]
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-12-14Fix build errorAriel 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: add comfort parameters to AppConfiguration and update OTP service for ↵Ariel Costas Guerrero
Madrid timezone handling
2025-12-12feat: enhance OTP service logic, improve planner overlay, and update NavBar ↵Ariel Costas Guerrero
styles
2025-12-12Fix formatting and errorsAriel Costas Guerrero
2025-12-12Improved version of the planner featureAriel Costas Guerrero
2025-12-12Taht shouldn't be thereAriel 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-12Some rework on the ServiceViewer (which will be repurposed for live ↵Ariel Costas Guerrero
multi-GTFS serving)
2025-12-12Begin implementingAriel Costas Guerrero
2025-12-08fix: update default formatter to Prettier and enhance ETA display logic in ↵Ariel Costas Guerrero
ConsolidatedCirculationCard
2025-12-08Make deployment script auto-regenerate everything on deploymentAriel Costas Guerrero
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-08fix: filter out invalid routes and adjust time difference criteria in ↵Ariel Costas Guerrero
VitrasaTransitProvider
2025-12-08feat: add StopHelpModal component and integrate help functionality in EstimatesAriel Costas Guerrero
2025-12-07Fix icons not transparentAriel Costas Guerrero
2025-12-07Implement Renfe data sourceAriel Costas Guerrero
2025-12-07feat: implement provider-specific configurations for GTFS feed formatsAriel Costas Guerrero
2025-12-07Update navigation barAriel Costas Guerrero
2025-12-07Fix stutter caused by the "setDataLoading" changes. I'm a moron.Ariel Costas Guerrero
2025-12-01fix: increase auto-refresh interval from 12s to 18sAriel 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-01Update stops data (#113)github-actions[bot]
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-12-01Fix some terminus formatting, add marquee-d next streetsAriel Costas Guerrero
2025-12-01Add font fallback for non-tailwind pagesAriel Costas Guerrero
2025-12-01Rework the about page (which was breaking the builds btw)Ariel 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
2025-11-30Make L23 have light textAriel Costas Guerrero
2025-11-30Refactor StopMap and Settings components; replace region config usage with ↵Ariel Costas Guerrero
REGION_DATA, update StopDataProvider calls, and improve UI elements. Remove unused timetable files and add Tailwind CSS support.
2025-11-30Refactor street name processing and remove unused stop downloader scriptAriel Costas Guerrero
- Updated `street_name.py` to simplify street name handling by removing the `re_remove_street_type` regex and exception streets list, replacing them with a dictionary for name replacements. - Deleted the `download-stops.py` script from the Santiago stop downloader, which was no longer needed. - Removed the empty `.gitkeep` file from the overrides directory. - Added a new `VigoController` class to handle stop estimates and timetables, including error handling for missing data. - Introduced `LineFormatterService` to format circulation routes based on specific line conditions.
2025-11-30feat: add Tailwind CSS support and create ConsolidatedCirculationCard stylesAriel Costas Guerrero
- Added Tailwind CSS and its Vite plugin to the project dependencies. - Updated Vite configuration to include Tailwind CSS plugin. - Created a new CSS file for the Consolidated Circulation Card component with styles for various states and responsive design.
2025-11-23feat: Enhance StopMap and StopMapModal with user interaction tracking and ↵Ariel Costas Guerrero
improved map handling
2025-11-23refactor: Update date handling in VigoController and ScheduledStop for ↵Ariel Costas Guerrero
improved accuracy
2025-11-23Add debug lineAriel Costas Guerrero
2025-11-22style: Update StopSheet styles and fix layout issues in footerAriel Costas Guerrero
2025-11-22Fix 3 errors in JS consoleAriel Costas Guerrero
2025-11-22Update dependencies m'kayAriel Costas Guerrero
2025-11-22Let's see nowAriel Costas Guerrero
2025-11-22feat: Add error handling and logging for map point clicks in StopMap componentAriel Costas Guerrero
2025-11-22Try to debug why in prod, clicking the map doesn't workAriel Costas Guerrero