diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-11-19 15:04:55 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-11-19 15:05:34 +0100 |
| commit | d51169f6411b68a226d76d2d39826904de484929 (patch) | |
| tree | 4d8a403dfcc5b17671a92b8cc1e5d71d20ed9537 /src/frontend/app/i18n | |
| parent | d434204860fc0409ad6343e815d0057b97ce3573 (diff) | |
feat: Add About and Favourites pages, update routing and context management
- 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.
Diffstat (limited to 'src/frontend/app/i18n')
| -rw-r--r-- | src/frontend/app/i18n/locales/en-GB.json | 3 | ||||
| -rw-r--r-- | src/frontend/app/i18n/locales/es-ES.json | 3 | ||||
| -rw-r--r-- | src/frontend/app/i18n/locales/gl-ES.json | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/src/frontend/app/i18n/locales/en-GB.json b/src/frontend/app/i18n/locales/en-GB.json index 6fabd8a..25ab97f 100644 --- a/src/frontend/app/i18n/locales/en-GB.json +++ b/src/frontend/app/i18n/locales/en-GB.json @@ -76,8 +76,7 @@ "trip": "trip", "last_updated": "Updated at", "reload": "Reload", - "unknown_service": "Unknown service. It may be a reinforcement or the service has a different name than planned.", - "experimental_feature": "Experimental feature" + "unknown_service": "Unknown service. It may be a reinforcement or the service has a different name than planned." }, "timetable": { "fullCaption": "Theoretical timetables for this stop", diff --git a/src/frontend/app/i18n/locales/es-ES.json b/src/frontend/app/i18n/locales/es-ES.json index 0b31825..d567bb3 100644 --- a/src/frontend/app/i18n/locales/es-ES.json +++ b/src/frontend/app/i18n/locales/es-ES.json @@ -76,8 +76,7 @@ "trip": "viaje", "last_updated": "Actualizado a las", "reload": "Recargar", - "unknown_service": "Servicio desconocido. Puede tratarse de un refuerzo o de que el servicio lleva un nombre distinto al planificado.", - "experimental_feature": "Función experimental" + "unknown_service": "Servicio desconocido. Puede tratarse de un refuerzo o de que el servicio lleva un nombre distinto al planificado." }, "timetable": { "fullCaption": "Horarios teóricos de la parada", diff --git a/src/frontend/app/i18n/locales/gl-ES.json b/src/frontend/app/i18n/locales/gl-ES.json index a56f2de..aab3140 100644 --- a/src/frontend/app/i18n/locales/gl-ES.json +++ b/src/frontend/app/i18n/locales/gl-ES.json @@ -76,8 +76,7 @@ "trip": "viaxe", "last_updated": "Actualizado ás", "reload": "Recargar", - "unknown_service": "Servizo descoñecido. Pode tratarse dun reforzo ou de que o servizo leva un nome distinto ó planificado.", - "experimental_feature": "Función experimental" + "unknown_service": "Servizo descoñecido. Pode tratarse dun reforzo ou de que o servizo leva un nome distinto ó planificado." }, "timetable": { "fullCaption": "Horarios teóricos da parada", |
