aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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.
2025-11-07Improve gallery scroll indicators and format codecopilot-swe-agent[bot]
Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com>
2025-11-07Add gallery components and improve search functionalitycopilot-swe-agent[bot]
Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com>
2025-11-07Finish implementing navidadAriel Costas Guerrero
2025-11-06Refactor styles and add alert color variables; implement scroll management ↵Ariel Costas Guerrero
for timetable
2025-11-06Refactor GetStopArrivalsMerged to use Europe/Madrid timezone and ensure ↵Ariel Costas Guerrero
unique trip matches
2025-11-06Update stops data (#75)github-actions[bot]
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-11-06Begin adding christmas modificationsAriel Costas Guerrero
2025-11-06Add 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-06Update stops data (#68)github-actions[bot]
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-11-06Add floating action button for timetable navigation (#72)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-06Skip scheduled trips with unparseable GTFS times (#71)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-06Refactor VigoController to improve real-time and scheduled circulation ↵Ariel Costas Guerrero
handling; remove Confidence property from RealTimeData
2025-11-06Seemingly fix algorithm (thanks copilot)Ariel Costas Guerrero
2025-11-06Fix timetable pageAriel Costas Guerrero
2025-11-06Bump SW version to expire assetsAriel Costas Guerrero
2025-11-06Move controllers, add config, read stop schedules from local directoryAriel Costas Guerrero
2025-11-06Add stop_report.py for generating stop-based JSON reportsAriel Costas Guerrero
2025-11-06Rename schedules tableAriel Costas Guerrero
2025-11-06Fix regression on estimates nameAriel Costas Guerrero
2025-11-06Begin (poorly) implementing merging scheduled and real-time dataAriel Costas Guerrero
2025-11-05Refactor LineIcon component to display the original line name and adjust ↵Ariel Costas Guerrero
StopSheet styles for better layout
2025-11-05fix(deps): update all npm dependencies (#65)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-04chore(deps): update dependency @rollup/rollup-linux-x64-gnu to v4.52.5 (#60)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-04chore(deps): update dependency eslint-plugin-react-refresh to v0.4.24 (#61)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-03vibe: Implement user location tracking and sort stops by proximityAriel Costas Guerrero
2025-11-03Display available lines on StopSheetAriel Costas Guerrero
2025-11-03Show distances only whne supportedAriel Costas Guerrero