aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app/root.tsx
AgeCommit message (Collapse)Author
2026-02-14Always use robotoAriel Costas Guerrero
2026-02-11Add new icons and SVG assets for the frontendAriel Costas Guerrero
- Added icon-maskable-192.png and icon-maskable-512.png for application icons. - Introduced icon-monochrome-256.png for monochrome icon representation. - Created icon.svg for scalable vector graphics representation of the icon.
2026-02-11Improve loading experience (especially iPhone)Ariel Costas Guerrero
Closes #133
2025-12-29Rename a lot of stuff, add Santiago real timeAriel Costas Guerrero
2025-12-28Improve planning widgetAriel Costas Guerrero
2025-12-24Update iconsAriel 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: enhance OTP service logic, improve planner overlay, and update NavBar ↵Ariel Costas Guerrero
styles
2025-12-08Update formattingAriel 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-07Make "stops" page be the home (renaming only)Ariel Costas Guerrero
2025-11-07Improve gallery scroll indicators and format codecopilot-swe-agent[bot]
Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com>
2025-11-06Refactor styles and add alert color variables; implement scroll management ↵Ariel Costas Guerrero
for timetable
2025-10-22Confirm region change, make app name more consistentAriel Costas Guerrero
2025-09-07feat: Enhance development scripts and add Angular supportAriel Costas Guerrero
- Added new scripts for Angular development and formatting in package.json. - Updated workspaces to include Angular frontend. - Modified backend project file to exclude specific views from content inclusion. - Updated logging settings in appsettings.json to include HttpClient warnings. - Refactored TimetableTable component for cleaner rendering. - Removed UpdateNotification component and related service worker management code. - Simplified service worker registration in root component. - Cleaned up settings page by removing update management functionality. - Improved stoplist component structure for better readability. - Updated PWA worker to streamline caching and response handling.
2025-08-06feat: Implement pull-to-refresh functionality across various componentsAriel Costas Guerrero
- Added `PullToRefresh` component to enable pull-to-refresh behavior in `StopList` and `Estimates` pages. - Integrated `usePullToRefresh` hook to manage pull-to-refresh state and actions. - Created `UpdateNotification` component to inform users of available updates from the service worker. - Enhanced service worker management with `ServiceWorkerManager` class for better update handling and caching strategies. - Updated CSS styles for new components and improved layout for better user experience. - Refactored API caching logic in service worker to handle multiple endpoints and dynamic cache expiration. - Added auto-refresh functionality for estimates data to keep information up-to-date.
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-24Implement i18nAriel Costas Guerrero
Closes #18
2025-06-24Refactor navigation structure: move NavBar to its own component, implement ↵Ariel Costas Guerrero
geolocation handling, and remove unused isWithinVigo function from AppContext.
2025-06-24Replace leaflet for maplibre, use react-router in framework modeAriel Costas Guerrero