aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app/components/stop/StopMapModal.tsx
AgeCommit message (Collapse)Author
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-02-11Use provided colours in mapAriel Costas Guerrero
Closes #131
2025-12-28Get favourite stops from OTP instead of pre-generated fileAriel Costas Guerrero
2025-12-25Implement selecting stop layers to displayAriel Costas Guerrero
2025-12-24Refactor map components and improve modal functionalityAriel Costas Guerrero