| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-03-13 | feat(routes): add realtime estimates panel with pattern-aware styling | Ariel 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-13 | Fix favourites button in stop header not toggling (#144) | 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-09 | Add stopFeedId and fallbackStopCode to Estimates component; improve layout ↵ | Ariel Costas Guerrero | |
| for estimates display | |||
| 2026-03-08 | Refactor VigoUsageProcessor to remove CSV whitelist loading; add ↵ | Ariel Costas Guerrero | |
| StopUsageChart component for usage visualization in Stops page | |||
| 2026-03-08 | Rename LineIcon -> RouteIcon, fix some size issues | Ariel Costas Guerrero | |
| 2026-02-14 | feat: Implemen experimental bus stop usage display | Ariel Costas Guerrero | |
| 2026-02-11 | Use provided colours in map | Ariel Costas Guerrero | |
| Closes #131 | |||
| 2025-12-25 | Update icons again | Ariel Costas Guerrero | |
| 2025-12-24 | Refactor map components and improve modal functionality | Ariel Costas Guerrero | |
| 2025-12-24 | Implement new UI styles | Ariel Costas Guerrero | |
| 2025-12-23 | Full real-time page, coruña real time | Ariel Costas Guerrero | |
| 2025-12-19 | Implement loading stops as tiles from OTP | 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 | feat: add StopHelpModal component and integrate help functionality in Estimates | Ariel Costas Guerrero | |
| 2025-12-07 | Implement Renfe data source | 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 | 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-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 | 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-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-21 | Show path from bus position to terminus | Ariel Costas Guerrero | |
| 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: 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-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-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 | Make experimental notice smaller | 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-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 | |
