aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app/routes/home.tsx
AgeCommit message (Collapse)Author
2026-03-13Refactor geolocation settings across components; improve accuracy and ↵Ariel Costas Guerrero
timeout configurations
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-01-30feat: Update localization and enhance route search functionalityAriel Costas Guerrero
2026-01-25Bring back basic stop searchAriel Costas Guerrero
2025-12-28Get favourite stops from OTP instead of pre-generated fileAriel Costas Guerrero
2025-12-28feat: Refactor NavBar and Planner components; update geocoding servicesAriel Costas Guerrero
- Removed unused Navigation2 icon from NavBar. - Updated usePlanner hook to manage route history and improve local storage handling. - Enhanced PlannerApi with new fare properties and improved itinerary handling. - Added recent routes feature in StopList with navigation to planner. - Implemented NominatimGeocodingService for autocomplete and reverse geocoding. - Updated UI components for better user experience and accessibility. - Added translations for recent routes in multiple languages. - Improved CSS styles for map controls and overall layout.
2025-12-24Implement new UI stylesAriel Costas Guerrero
2025-12-19Implement loading stops as tiles from OTPAriel Costas Guerrero
2025-12-12Fix formatting and errorsAriel Costas Guerrero
2025-12-08Update formattingAriel Costas Guerrero
2025-12-08Refactor code structure for improved readability and maintainability; ↵Ariel Costas Guerrero
removed redundant code blocks and optimized functions.
2025-12-01Add line list with link to official schedulesAriel Costas Guerrero
2025-11-30Remake home and settings pages using Tailwind stylesAriel 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-22Try to debug why in prod, clicking the map doesn't workAriel Costas Guerrero
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.
2025-11-17Use consolidated data API in map sheet with shared card component (#100)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-07Make "stops" page be the home (renaming only)Ariel Costas Guerrero