aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2025-11-22Use trip ID structure to link previous trips instead of block_idcopilot-swe-agent[bot]
Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com>
2025-11-22Add previous_trip_shape_id field to protobuf and implement linking logiccopilot-swe-agent[bot]
Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com>
2025-11-22Update stops data (#106)github-actions[bot]
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-11-22Link 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-22fix(deps): update all npm dependencies (#97)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-21refactor: Clean up whitespace in FindClosestPointIndexAsync methodAriel Costas Guerrero
2025-11-21feat: Enhance shape retrieval with bus and stop point indexing; update ↵Ariel Costas Guerrero
related components
2025-11-21Fix data consolidationAriel Costas Guerrero
2025-11-21Remove 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-21Reject 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-21Show path from bus position to terminusAriel Costas Guerrero
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>