aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2026-03-05Fix package-lockAriel Costas Guerrero
2026-03-05Support for Ourense!!Ariel Costas Guerrero
Squashed commit of the following: commit 6c70396fe66ff8bc64655dd8e8c393001d2df8c3 Author: Ariel Costas Guerrero <ariel@costas.dev> Date: Thu Mar 5 01:35:52 2026 +0100 feat: enhance stop sorting logic for bus and coach in map component commit 380396c78a0b9dc8b0435a479236031e0910b57e Author: Ariel Costas Guerrero <ariel@costas.dev> Date: Thu Mar 5 01:30:46 2026 +0100 Update sprite and map colours commit cc3662922d8cf7d8d87c52444bc582c8332160c1 Author: Ariel Costas Guerrero <ariel@costas.dev> Date: Thu Mar 5 01:02:22 2026 +0100 update ourense colour codes and refactor route fetching logic commit a2d8e8b0ecc57989dc79214947ed805d98ebddaa Author: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Date: Wed Mar 4 23:42:49 2026 +0000 feat: add ourense urban bus feed (schedule-only, no real-time) Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com> commit 639a9cf75a71dabc07d1cdf2b39edfd264ccc220 Author: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Date: Wed Mar 4 23:35:44 2026 +0000 Initial plan
2026-03-04Implement sorting helper for tussaAriel Costas Guerrero
2026-03-01Route detail visualisation improvementAriel Costas Guerrero
Squashed commit of the following: commit 2f2261f764e0a0a52652bceda306f39f6f568b87 Author: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Date: Sun Mar 1 10:21:52 2026 +0000 Implement route-specific realtime filtering and route detail UI updates Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com> commit e5ab68b158558e0f6577bf0fdd95e652fb269e6a Author: Ariel Costas Guerrero <ariel@costas.dev> Date: Sun Mar 1 11:17:19 2026 +0100 Fix delay formatting to ensure absolute values are displayed for arrivals and rejections commit df7d61c089a4e55a3b2efad8556b17e1f7f25e1c Author: Ariel Costas Guerrero <ariel@costas.dev> Date: Sun Mar 1 11:14:11 2026 +0100 Improve the formatting a bit for the arrival schedules commit 4b65cdb43824ba936234be6b5bdd6cf8ac9c56bb Author: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Date: Sun Mar 1 10:05:34 2026 +0000 Fix hook-order violation in route details stop departures Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com> commit 2da4fb594f1433ddd1a26e267bbc7e917145b3b5 Author: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Date: Sun Mar 1 09:50:14 2026 +0000 Polish selected-stop realtime display in route details Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com> commit dc7fc11085773a030bc9109e8c435a62a3567051 Author: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Date: Sun Mar 1 09:48:33 2026 +0000 Load route-details realtime only for selected stop Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com> commit b9408664fd0c0d115f6aa0341deb9fa5b74f2b26 Author: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Date: Fri Feb 27 18:20:16 2026 +0000 Initial plan
2026-02-28Deduplicate and collapse routes with excessive short-name variants on stop ↵Copilot
arrivals (#137) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com>
2026-02-28Fix language labelsAriel Costas Guerrero
2026-02-25Include back the building-top without 'shadows'Ariel Costas Guerrero
2026-02-25feat: single light style, remove 3D buildings, language labels, stop ↵copilot-swe-agent[bot]
disambiguation Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com>
2026-02-18feat: Add CtagShuttle support with real-time WRONG estimate and good positionAriel Costas Guerrero
2026-02-14Always use robotoAriel Costas Guerrero
2026-02-14feat: Implemen experimental bus stop usage displayAriel Costas Guerrero
2026-02-11Add new icons and SVG assets for the frontendAriel Costas Guerrero
- Added icon-maskable-192.png and icon-maskable-512.png for application icons. - Introduced icon-monochrome-256.png for monochrome icon representation. - Created icon.svg for scalable vector graphics representation of the icon.
2026-02-11feat: Add splash icon to web manifest for improved brandingAriel Costas Guerrero
2026-02-11refactor: Remove unused logging and streamline stop data handling in map and ↵Ariel Costas Guerrero
processor components
2026-02-11fix: Use formatHex for route color formatting in RouteDetailsPageAriel Costas Guerrero
2026-02-11fix: Normalize headsign handling and improve destination trimming in arrival ↵Ariel Costas Guerrero
processing
2026-02-11Update Xunta fares to 2026 (long overdue)Ariel Costas Guerrero
2026-02-11Implement better route sorting for VitrasaAriel Costas Guerrero
Closes #134
2026-02-11Use provided colours in mapAriel Costas Guerrero
Closes #131
2026-02-11feat: Update OpenTelemetry package versions and enhance route colorAriel Costas Guerrero
handling in OtpService Closes #132
2026-02-11Improve loading experience (especially iPhone)Ariel Costas Guerrero
Closes #133
2026-02-05Better unknown feed handling, handle UVIGO shuttleAriel Costas Guerrero
2026-01-30O carallo 29Ariel Costas Guerrero
2026-01-30feat: Add link to view stop details in route details pageAriel Costas Guerrero
2026-01-30feat: Add trip selection functionality and localization updates for trips in ↵Ariel Costas Guerrero
English, Spanish, and Galician
2026-01-30feat: Add date parameter to GetRouteDetails and update fetchRouteDetails to ↵Ariel Costas Guerrero
support date queries feat: Enhance localization with new date-related strings in English, Spanish, and Galician feat: Improve RouteDetailsPage with layout options and date selection for better user experience
2026-01-30feat: Enhance header and app shell with back navigation and dynamic title ↵Ariel Costas Guerrero
support
2026-01-30feat: Update localization and enhance route search functionalityAriel Costas Guerrero
2026-01-25Bring back basic stop searchAriel Costas Guerrero
2026-01-25feat: Add OpenTelemetry instrumentation and configuration for enhanced ↵Ariel Costas Guerrero
telemetry tracking
2026-01-02feat: Integrate Geoapify geocoding service and update configurationAriel Costas Guerrero