aboutsummaryrefslogtreecommitdiff
path: root/package-lock.json
AgeCommit message (Collapse)Author
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-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-24Fix buildAriel Costas Guerrero
2025-06-24Replace leaflet for maplibre, use react-router in framework modeAriel Costas Guerrero
2025-06-21Update dependenciesAriel Costas Guerrero
2025-06-21Refactor project structure and update dependencies; replace Outfit font with ↵Ariel Costas Guerrero
Roboto, enhance navigation bar styles, and add .gitignore for frontend
2025-05-26Replace Azure SWA with custom serverAriel Costas Guerrero
2025-05-12chore: update dependencies to latest versionsAriel Costas Guerrero
2025-04-13Update dependenciesAriel Costas Guerrero
2025-04-13feat: Add map state management and enhanced location controlAriel Costas Guerrero
2025-03-04Fix GH actions build (please?)Ariel Costas Guerrero
2025-03-04Add location button to mapAriel Costas Guerrero
2025-03-03Add peerdependenciesAriel Costas Guerrero
2025-03-03Fix build errors & lint a bitAriel Costas Guerrero
2025-03-03Implement map pageAriel Costas Guerrero
2025-03-03Improve more the UIAriel Costas Guerrero
2025-03-03Improve the UIAriel Costas Guerrero
2024-09-17Bump vite in the npm_and_yarn group across 1 directorydependabot[bot]
Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `vite` from 5.4.2 to 5.4.6 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.4.6/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.6/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-08-25Bump micromatch in the npm_and_yarn group across 1 directorydependabot[bot]
Bumps the npm_and_yarn group with 1 update in the / directory: [micromatch](https://github.com/micromatch/micromatch). Updates `micromatch` from 4.0.7 to 4.0.8 - [Release notes](https://github.com/micromatch/micromatch/releases) - [Changelog](https://github.com/micromatch/micromatch/blob/4.0.8/CHANGELOG.md) - [Commits](https://github.com/micromatch/micromatch/compare/4.0.7...4.0.8) --- updated-dependencies: - dependency-name: micromatch dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-08-25Initial commitAriel Costas Guerrero