| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-12-08 | Make deployment script auto-regenerate everything on deployment | Ariel Costas Guerrero | |
| 2025-12-08 | Update formatting | Ariel Costas Guerrero | |
| 2025-12-08 | Refactor code structure for improved readability and maintainability; ↵ | Ariel Costas Guerrero | |
| removed redundant code blocks and optimized functions. | |||
| 2025-12-08 | fix: filter out invalid routes and adjust time difference criteria in ↵ | Ariel Costas Guerrero | |
| VitrasaTransitProvider | |||
| 2025-12-08 | feat: add StopHelpModal component and integrate help functionality in Estimates | Ariel Costas Guerrero | |
| 2025-12-07 | Fix icons not transparent | Ariel Costas Guerrero | |
| 2025-12-07 | Implement Renfe data source | Ariel Costas Guerrero | |
| 2025-12-07 | feat: implement provider-specific configurations for GTFS feed formats | Ariel Costas Guerrero | |
| 2025-12-07 | Update navigation bar | Ariel Costas Guerrero | |
| 2025-12-07 | Fix stutter caused by the "setDataLoading" changes. I'm a moron. | Ariel Costas Guerrero | |
| 2025-12-01 | fix: increase auto-refresh interval from 12s to 18s | Ariel Costas Guerrero | |
| 2025-12-01 | fix: adjust width of LineIcon container and improve marquee display logic | Ariel Costas Guerrero | |
| 2025-12-01 | refactor: replace StopSheet with StopSummarySheet and update related components | Ariel 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-01 | Update stops data (#113) | github-actions[bot] | |
| Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | |||
| 2025-12-01 | Fix some terminus formatting, add marquee-d next streets | Ariel Costas Guerrero | |
| 2025-12-01 | Add font fallback for non-tailwind pages | Ariel Costas Guerrero | |
| 2025-12-01 | Rework the about page (which was breaking the builds btw) | Ariel Costas Guerrero | |
| 2025-12-01 | Add line list with link to official schedules | Ariel Costas Guerrero | |
| 2025-11-30 | Remake home and settings pages using Tailwind styles | Ariel Costas Guerrero | |
| 2025-11-30 | Make L23 have light text | Ariel Costas Guerrero | |
| 2025-11-30 | Refactor 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-30 | Refactor street name processing and remove unused stop downloader script | Ariel 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-30 | feat: add Tailwind CSS support and create ConsolidatedCirculationCard styles | Ariel 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-23 | feat: Enhance StopMap and StopMapModal with user interaction tracking and ↵ | Ariel Costas Guerrero | |
| improved map handling | |||
| 2025-11-23 | refactor: Update date handling in VigoController and ScheduledStop for ↵ | Ariel Costas Guerrero | |
| improved accuracy | |||
| 2025-11-23 | Add debug line | Ariel Costas Guerrero | |
| 2025-11-22 | style: Update StopSheet styles and fix layout issues in footer | Ariel Costas Guerrero | |
| 2025-11-22 | Fix 3 errors in JS console | Ariel Costas Guerrero | |
| 2025-11-22 | Update dependencies m'kay | Ariel Costas Guerrero | |
| 2025-11-22 | Let's see now | Ariel Costas Guerrero | |
| 2025-11-22 | feat: Add error handling and logging for map point clicks in StopMap component | Ariel Costas Guerrero | |
| 2025-11-22 | Try to debug why in prod, clicking the map doesn't work | Ariel Costas Guerrero | |
| 2025-11-22 | feat: Implement previous trip shape handling in VigoController and update ↵ | Ariel Costas Guerrero | |
| related components for improved trip tracking | |||
| 2025-11-22 | feat: Update StopMapModal and Estimates to use selectedCirculationId for ↵ | Ariel Costas Guerrero | |
| better clarity and consistency | |||
| 2025-11-22 | feat: Enhance bus position calculation to support previous trip shapes and ↵ | Ariel Costas Guerrero | |
| improve trip ID parsing for multiple formats | |||
| 2025-11-22 | Use trip ID structure to link previous trips instead of block_id | copilot-swe-agent[bot] | |
| Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com> | |||
| 2025-11-22 | Add previous_trip_shape_id field to protobuf and implement linking logic | copilot-swe-agent[bot] | |
| Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com> | |||
| 2025-11-22 | Update stops data (#106) | github-actions[bot] | |
| Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | |||
| 2025-11-22 | Link previous trip shapes for GPS positioning on circular routes (#111) | Copilot | |
| Co-authored-by: Ariel Costas Guerrero <ariel@costas.dev> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com> | |||
| 2025-11-22 | fix(deps): update all npm dependencies (#97) | renovate[bot] | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
| 2025-11-21 | refactor: Clean up whitespace in FindClosestPointIndexAsync method | Ariel Costas Guerrero | |
| 2025-11-21 | feat: Enhance shape retrieval with bus and stop point indexing; update ↵ | Ariel Costas Guerrero | |
| related components | |||
| 2025-11-21 | Fix data consolidation | Ariel Costas Guerrero | |
| 2025-11-21 | Remove schedule delay limit from bus matching algorithm (#109) | Copilot | |
| Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com> | |||
| 2025-11-21 | Reject running services arriving >3min early in consolidation algorithm (#108) | Copilot | |
| Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com> | |||
| 2025-11-21 | Show path from bus position to terminus | Ariel Costas Guerrero | |
| 2025-11-21 | feat: Update ConsolidatedCirculationCard to support readonly mode; enhance ↵ | Ariel Costas Guerrero | |
| button behavior based on GPS availability | |||
| 2025-11-20 | feat: Add format_gtfs_time function for improved GTFS time formatting; ↵ | Ariel Costas Guerrero | |
| enhance stop arrival processing for better handling of current and previous day services | |||
| 2025-11-19 | feat: Implement StopMapModal component for displaying bus stop locations ↵ | Ariel Costas Guerrero | |
| with live tracking; enhance styles and add interaction features | |||
| 2025-11-19 | feat: Enhance map attribution feature; improve styles and add toggle ↵ | Ariel Costas Guerrero | |
| functionality in StopMapSheet component | |||
