aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/package.json
AgeCommit message (Collapse)Author
2026-03-05Fix package-lockAriel Costas Guerrero
2025-12-24Implement new UI stylesAriel Costas Guerrero
2025-12-22Implement retrieving next arrivals for a stop (scheduled only)Ariel Costas Guerrero
2025-12-12feat: implement favourites management, add recent places functionality, and ↵Ariel Costas Guerrero
enhance planner features
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-22Update dependencies m'kayAriel Costas Guerrero
2025-11-22fix(deps): update all npm dependencies (#97)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-07Add formatting tools and VSCode configuration (#83)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-07Update all npm dependencies (#67)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-05fix(deps): update all npm dependencies (#65)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-21Bump vite from 7.1.9 to 7.1.11 in /src/frontend in the npm_and_yarn group ↵dependabot[bot]
across 1 directory (#54) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-12Add missing dependenciesAriel Costas Guerrero
2025-10-12Update frontend dependencies, remove root package.json (replaced by Taskfile)Ariel Costas Guerrero
2025-09-07feat: Enhance StopSheet component with error handling and loading statesAriel Costas Guerrero
- Added skeleton loading state to StopSheet for better UX during data fetch. - Implemented error handling with descriptive messages for network and server errors. - Introduced manual refresh functionality to reload stop estimates. - Updated styles for loading and error states. - Created StopSheetSkeleton and TimetableSkeleton components for consistent loading indicators. feat: Improve StopList component with loading indicators and network data fetching - Integrated loading state for StopList while fetching stops from the network. - Added skeleton loading indicators for favourite and recent stops. - Refactored data fetching logic to include favourite and recent stops with full data. - Enhanced user experience with better loading and error handling. feat: Update Timetable component with loading and error handling - Added loading skeletons to Timetable for improved user experience. - Implemented error handling for timetable data fetching. - Refactored data loading logic to handle errors gracefully and provide retry options. chore: Update package dependencies - Upgraded react-router, lucide-react, and other dependencies to their latest versions. - Updated types for TypeScript compatibility.
2025-06-26Implement stop sheet modal for map stop interactions (#27)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-06-24Fix buildAriel Costas Guerrero
2025-06-24Replace leaflet for maplibre, use react-router in framework modeAriel Costas Guerrero
2025-05-26Replace Azure SWA with custom serverAriel Costas Guerrero