aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
12 hoursReorder and re-add ArrivalsProcessor services for improved clarityAriel Costas Guerrero
12 hoursRun formatter, split code in backendAriel Costas Guerrero
31 hoursFucking identity...Ariel Costas Guerrero
31 hoursMaybe now?Ariel Costas Guerrero
31 hoursAdd support for forwarded headers in the applicationAriel Costas Guerrero
7 daysDisplay all Xunta routes in route listAriel Costas Guerrero
8 daysRenfe: always indicate actual train numberAriel Costas Guerrero
9 daysEnhance feed ID parsing and agency filtering in TransitController; update ↵Ariel Costas Guerrero
routes page with additional agency entries
9 daysRemove FEVEAriel Costas Guerrero
9 daysUpdate marker design for positions without bearingAriel Costas Guerrero
9 daysAdd a couple of translationsAriel Costas Guerrero
9 daysEnhance arrival and transit functionality with new vehicle operation logic ↵Ariel Costas Guerrero
and transit kind classification
11 daysBasic push notification system for service alertsAriel Costas Guerrero
Co-authored-by: Copilot <copilot@github.com>
2026-03-26Fix estimate precision in VigoAriel Costas Guerrero
2026-03-24huhhAriel Costas Guerrero
2026-03-24Fix stuffAriel Costas Guerrero
2026-03-24Refactor this huge blob of code to make it A BIT more readable, actually fix ↵Ariel Costas Guerrero
the precision indicator.
2026-03-24Enhance NextStopsProcessor to include stop names in marquee and improve stop ↵Ariel Costas Guerrero
description parsing
2026-03-24Properly display arrival low-precision for VitrasaAriel Costas Guerrero
2026-03-24feat: client-side trip tracking with browser notifications (#151)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-22Add nextstopprocessing to Lugo, fix deleted stops breaking home pageAriel Costas Guerrero
2026-03-22Urbanos de LugoAriel Costas Guerrero
2026-03-21feat: enhance geocoding and stop search with performance metrics and ↵Ariel Costas Guerrero
improved response handling
2026-03-19Basic backoffice for alert managementAriel Costas Guerrero
2026-03-16Remove vitrasa scheduled-only in 0 minutesAriel Costas Guerrero
2026-03-16Display operator name on xunta arrivalsAriel Costas Guerrero
2026-03-16feat: enhance geolocation handling with loading state and improve button ↵Ariel Costas Guerrero
click behavior
2026-03-16Add legal document shenanigansAriel Costas Guerrero
Closes #147
2026-03-16New marquee generation logic for XuntaAriel Costas Guerrero
2026-03-15feat: enhance arrival processing with shift badge retrieval and deletion flagAriel Costas Guerrero
2026-03-15Implement basic real time information for RenfeAriel Costas Guerrero
2026-03-13fix: add peer flag to dependencies in package-lock.jsonAriel Costas Guerrero
2026-03-13fix: handle exceptions during point transformation and initialize shape pointsAriel Costas Guerrero
2026-03-13feat: integrate geolocation functionality and enhance map interactionsAriel Costas Guerrero
- Added useGeolocation hook to manage user location and permissions. - Updated PlannerOverlay to utilize geolocation for setting origin. - Enhanced NavBar with a new planner route. - Introduced context menu for map interactions to set routes from current location. - Improved search functionality in the map with a dedicated search bar. - Updated localization files with new strings for routing and search features.
2026-03-13Fix circular routes not having schedule data because of a dumb IF conditionAriel Costas Guerrero
2026-03-13feat(routes): add realtime estimates panel with pattern-aware stylingAriel 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-13Remove legacy stuff [skip ci]Ariel Costas Guerrero
2026-03-13Fix 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-13Don't include usage on reduced viewAriel Costas Guerrero
2026-03-13Refactor geolocation settings across components; improve accuracy and ↵Ariel Costas Guerrero
timeout configurations
2026-03-09Enhance Favourites and Routes components; add agency favorites handling and ↵Ariel Costas Guerrero
improve layout for favorites display
2026-03-09Add stopFeedId and fallbackStopCode to Estimates component; improve layout ↵Ariel Costas Guerrero
for estimates display
2026-03-09Enhance route details handling and add favorites functionality; improve ↵Ariel Costas Guerrero
error logging and response structure
2026-03-08Refactor VigoUsageProcessor to remove CSV whitelist loading; add ↵Ariel Costas Guerrero
StopUsageChart component for usage visualization in Stops page
2026-03-08Refactor styles in StopSummarySheet and ReducedArrivalCard components; ↵Ariel Costas Guerrero
update translations in es-ES.json
2026-03-08Enhance StopItem component to display next arrivals and improve layout; ↵Ariel Costas Guerrero
update StopList to show arrivals for the first three stops
2026-03-08Rename LineIcon -> RouteIcon, fix some size issuesAriel Costas Guerrero
2026-03-06Clean cruft, add colour to football routesAriel Costas Guerrero
2026-03-05Show probable traffic restriction warning on Xunta legs within urban ↵Copilot
municipalities (#141) 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>
2026-03-05Refactor deployment process to use rsync for frontend and backend, update ↵Ariel Costas Guerrero
project paths, and add CtagShuttleRealtimeEstimatesProvider and CtagShuttleStatus classes