aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2025-11-21feat: Update ConsolidatedCirculationCard to support readonly mode; enhance ↵Ariel Costas Guerrero
button behavior based on GPS availability
2025-11-20feat: 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-19feat: Implement StopMapModal component for displaying bus stop locations ↵Ariel Costas Guerrero
with live tracking; enhance styles and add interaction features
2025-11-19feat: Enhance map attribution feature; improve styles and add toggle ↵Ariel Costas Guerrero
functionality in StopMapSheet component
2025-11-19feat: Refactor layout and styles for StopList and related components; add ↵Ariel Costas Guerrero
ThemeColorManager for dynamic theme support
2025-11-19feat: Add About and Favourites pages, update routing and context managementAriel 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-19Some UI tweaksAriel Costas Guerrero
2025-11-18Update stops data (#102)github-actions[bot]
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-11-18fix fetching traffic because of date parsingAriel Costas Guerrero
2025-11-18Handle 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-17Use 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-17Fix InvalidOperationException when stops have no real-time arrivals (#99)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-17Implement showing traffic density with municipal dataAriel Costas Guerrero
2025-11-17Drop support for Santiago de Compostela, add collection scriptAriel Costas Guerrero
2025-11-15Refactor code structure for improved readability and maintainabilityAriel Costas Guerrero
2025-11-15Fix old tables, improve new stylesAriel Costas Guerrero
2025-11-14Fix map markersAriel Costas Guerrero
2025-11-14Update stops data (#93)github-actions[bot]
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-11-14Make experimental notice smallerAriel Costas Guerrero
2025-11-14Fix line colours on mapAriel Costas Guerrero
2025-11-14small stuffAriel Costas Guerrero
2025-11-14Update all npm dependencies (#86)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-14bump deps 1/2 [skip ci]Ariel Costas Guerrero
2025-11-14Fix (again)Ariel Costas Guerrero
2025-11-14fix some stylesAriel Costas Guerrero
2025-11-14Enhance stop map functionality with new styles and components for better ↵Ariel Costas Guerrero
user experience
2025-11-14Add 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-14Add ShapeTraversalService for shape loading and bus position calculationAriel Costas Guerrero
2025-11-14Add Shape extraction from GTFS to new protobufsAriel Costas Guerrero
2025-11-14Update generation script to fix issues and make it fasterAriel Costas Guerrero
2025-11-14Implement new stop schedule generation format using protobufAriel Costas Guerrero
2025-11-13Update stops data (#88)github-actions[bot]
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-11-08Fix scrolling on mobile finally!Ariel Costas Guerrero
2025-11-08Update stops data (#87)github-actions[bot]
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-11-07Actualizar StopSheet.tsxAriel 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-07Add formatting tools and VSCode configuration (#83)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-07Update all npm dependencies (#67)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-07PWA: 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-07Add redirect from /stops to root page (#80)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-07Remove unused output buffer and debug logging from ↵Ariel Costas Guerrero
GetConsolidatedCirculations method
2025-11-07Enhance circulation matching logic to improve accuracy by normalizing route ↵Ariel Costas Guerrero
names and adding schedule delay checks
2025-11-07Implement experimental consolidated circulation viewAriel Costas Guerrero
2025-11-07Make "stops" page be the home (renaming only)Ariel Costas Guerrero
2025-11-07Fix bad value for light modeAriel Costas Guerrero
2025-11-07Show 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-07Remove outdated stop overrides and examples for Vigo transit dataAriel Costas Guerrero
2025-11-07Fix shitAriel Costas Guerrero
2025-11-07Implement code changes to enhance functionality and improve performanceAriel Costas Guerrero
2025-11-07Refactor StopGallery and StopGalleryItem components for improved layout and ↵Ariel Costas Guerrero
item display; update StopList to switch recent and favourite stops display order.