aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app/routes/stops-$id.tsx
AgeCommit message (Collapse)Author
2026-03-08Rename LineIcon -> RouteIcon, fix some size issuesAriel Costas Guerrero
2026-02-14feat: Implemen experimental bus stop usage displayAriel Costas Guerrero
2026-02-11Use provided colours in mapAriel Costas Guerrero
Closes #131
2025-12-25Update icons againAriel Costas Guerrero
2025-12-24Refactor map components and improve modal functionalityAriel Costas Guerrero
2025-12-24Implement new UI stylesAriel Costas Guerrero
2025-12-23Full real-time page, coruña real timeAriel Costas Guerrero
2025-12-19Implement loading stops as tiles from OTPAriel 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-08feat: add StopHelpModal component and integrate help functionality in EstimatesAriel Costas Guerrero
2025-12-07Implement Renfe data sourceAriel Costas Guerrero
2025-12-07Fix stutter caused by the "setDataLoading" changes. I'm a moron.Ariel Costas Guerrero
2025-12-01fix: increase auto-refresh interval from 12s to 18sAriel Costas Guerrero
2025-12-01refactor: replace StopSheet with StopSummarySheet and update related componentsAriel Costas Guerrero
- Deleted StopSheet and StopSheetSkeleton components. - Introduced StopSummarySheet and StopSummarySheetSkeleton components. - Updated ConsolidatedCirculationCard to support a reduced view. - Modified ConsolidatedCirculationList to accept a reduced prop. - Adjusted map route to use StopSummarySheet. - Cleaned up CSS styles related to the stop sheet components. - Enhanced error handling and loading states in the new summary sheet. - Updated stop report logic to filter out empty next streets.
2025-12-01Fix some terminus formatting, add marquee-d next streetsAriel 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-30feat: add Tailwind CSS support and create ConsolidatedCirculationCard stylesAriel Costas Guerrero
- Added Tailwind CSS and its Vite plugin to the project dependencies. - Updated Vite configuration to include Tailwind CSS plugin. - Created a new CSS file for the Consolidated Circulation Card component with styles for various states and responsive design.
2025-11-22feat: Implement previous trip shape handling in VigoController and update ↵Ariel Costas Guerrero
related components for improved trip tracking
2025-11-22feat: Update StopMapModal and Estimates to use selectedCirculationId for ↵Ariel Costas Guerrero
better clarity and consistency
2025-11-21Show path from bus position to terminusAriel Costas Guerrero
2025-11-19feat: Implement StopMapModal component for displaying bus stop locations ↵Ariel Costas Guerrero
with live tracking; enhance styles and add interaction features
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-19Some UI tweaksAriel Costas Guerrero
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-15Refactor code structure for improved readability and maintainabilityAriel Costas Guerrero
2025-11-15Fix old tables, improve new stylesAriel Costas Guerrero
2025-11-14Fix map markersAriel Costas Guerrero
2025-11-14Make experimental notice smallerAriel Costas Guerrero
2025-11-14fix some stylesAriel Costas Guerrero
2025-11-14Enhance stop map functionality with new styles and components for better ↵Ariel Costas Guerrero
user experience
2025-11-14Add loading states, error handling, and refresh feedback to stops-$id page (#89)Copilot
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com>
2025-11-07PWA: use standalone display mode and disable scroll on modal sheets (#82)Copilot
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com>
2025-11-07Implement experimental consolidated circulation viewAriel Costas Guerrero