aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app/contexts
AgeCommit message (Collapse)Author
2026-03-13fix: address code review - clarify [lat,lng] convention, add effect deps, ↵copilot-swe-agent[bot]
use ref for initial permission" Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com>
2026-03-13feat: geolocation hook, map context menu, simplified home planner widget"copilot-swe-agent[bot]
Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com>
2026-03-13Refactor geolocation settings across components; improve accuracy and ↵Ariel Costas Guerrero
timeout configurations
2026-03-08Refactor VigoUsageProcessor to remove CSV whitelist loading; add ↵Ariel Costas Guerrero
StopUsageChart component for usage visualization in Stops page
2026-01-30feat: Enhance header and app shell with back navigation and dynamic title ↵Ariel Costas Guerrero
support
2026-01-02feat: Integrate Geoapify geocoding service and update configurationAriel Costas Guerrero
2026-01-01Fix whatever this isAriel Costas Guerrero
2025-12-29Ñapa: include stops in geocoding searchAriel Costas Guerrero
2025-12-29Rename a lot of stuff, add Santiago real timeAriel Costas Guerrero
2025-12-28Improve planning widgetAriel Costas Guerrero
2025-12-25Implement selecting stop layers to displayAriel Costas Guerrero
2025-12-24Refactor map components and improve modal functionalityAriel Costas Guerrero
2025-12-19Implement loading stops as tiles from OTPAriel Costas Guerrero
2025-12-08Update formattingAriel Costas Guerrero
2025-11-30Refactor StopMap and Settings components; replace region config usage with ↵Ariel Costas Guerrero
REGION_DATA, update StopDataProvider calls, and improve UI elements. Remove unused timetable files and add Tailwind CSS support.
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.