| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | Fix some terminus formatting, add marquee-d next streets | 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-22 | style: Update StopSheet styles and fix layout issues in footer | 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 | 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-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 | 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-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 | |||
| 2025-11-19 | feat: Refactor layout and styles for StopList and related components; add ↵ | Ariel Costas Guerrero | |
| ThemeColorManager for dynamic theme support | |||
| 2025-11-19 | feat: Add About and Favourites pages, update routing and context management | Ariel Costas Guerrero | |
| - Added new routes for About and Favourites pages. - Implemented About page with version information and credits. - Created Favourites page with a placeholder message for empty favourites. - Refactored RegionConfig import paths for consistency. - Introduced PageTitleContext to manage page titles dynamically. - Updated various components to utilize the new context for setting page titles. - Enhanced AppShell layout with a responsive Drawer for navigation. - Added CSS styles for new components and pages. - Integrated commit hash display in the About page for version tracking. | |||
| 2025-11-19 | Some UI tweaks | Ariel Costas Guerrero | |
| 2025-11-18 | Handle GTFS times exceeding 24 hours for night services (#98) | Copilot | |
| Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com> Co-authored-by: Ariel Costas Guerrero <ariel@costas.dev> | |||
| 2025-11-17 | Use consolidated data API in map sheet with shared card component (#100) | Copilot | |
| Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com> Co-authored-by: Ariel Costas Guerrero <ariel@costas.dev> | |||
| 2025-11-17 | Drop support for Santiago de Compostela, add collection script | Ariel Costas Guerrero | |
| 2025-11-15 | Refactor code structure for improved readability and maintainability | Ariel Costas Guerrero | |
| 2025-11-15 | Fix old tables, improve new styles | Ariel Costas Guerrero | |
| 2025-11-14 | Fix map markers | Ariel Costas Guerrero | |
| 2025-11-14 | small stuff | Ariel Costas Guerrero | |
| 2025-11-14 | fix some styles | Ariel Costas Guerrero | |
| 2025-11-14 | Enhance stop map functionality with new styles and components for better ↵ | Ariel Costas Guerrero | |
| user experience | |||
| 2025-11-14 | Add loading states, error handling, and refresh feedback to stops-$id page (#89) | 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-08 | Fix scrolling on mobile finally! | Ariel Costas Guerrero | |
| 2025-11-07 | Actualizar StopSheet.tsx | Ariel Costas Guerrero | |
| 2025-11-07 | [WIP] Fix stop alert colours in dark mode and consolidate styling (#84) | 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-07 | PWA: use standalone display mode and disable scroll on modal sheets (#82) | 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-07 | Implement experimental consolidated circulation view | Ariel Costas Guerrero | |
| 2025-11-07 | Make "stops" page be the home (renaming only) | Ariel Costas Guerrero | |
| 2025-11-07 | Show all stop lines with horizontal scroll for 6+ lines (#79) | Copilot | |
| Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com> Co-authored-by: Ariel Costas Guerrero <ariel@costas.dev> | |||
| 2025-11-07 | Fix shit | Ariel Costas Guerrero | |
| 2025-11-07 | Refactor StopGallery and StopGalleryItem components for improved layout and ↵ | Ariel Costas Guerrero | |
| item display; update StopList to switch recent and favourite stops display order. | |||
| 2025-11-07 | Improve gallery scroll indicators and format code | copilot-swe-agent[bot] | |
| Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com> | |||
| 2025-11-07 | Add gallery components and improve search functionality | copilot-swe-agent[bot] | |
| Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com> | |||
| 2025-11-07 | Finish implementing navidad | Ariel Costas Guerrero | |
| 2025-11-06 | Refactor styles and add alert color variables; implement scroll management ↵ | Ariel Costas Guerrero | |
| for timetable | |||
| 2025-11-06 | Add manual stop creation and override alerts with alternate stop codes (#74) | Copilot | |
| Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com> Co-authored-by: Ariel Costas Guerrero <ariel@costas.dev> | |||
| 2025-11-06 | Add stop_report.py for generating stop-based JSON reports | Ariel Costas Guerrero | |
| 2025-11-06 | Rename schedules table | Ariel Costas Guerrero | |
| 2025-11-06 | Begin (poorly) implementing merging scheduled and real-time data | Ariel Costas Guerrero | |
| 2025-11-05 | Refactor LineIcon component to display the original line name and adjust ↵ | Ariel Costas Guerrero | |
| StopSheet styles for better layout | |||
