Conversation
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://victorious-water-056410803-857.westeurope.azurestaticapps.net |
1 similar comment
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://victorious-water-056410803-857.westeurope.azurestaticapps.net |
c705c23 to
7e6f93c
Compare
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://victorious-water-056410803-857.westeurope.azurestaticapps.net |
2 similar comments
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://victorious-water-056410803-857.westeurope.azurestaticapps.net |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://victorious-water-056410803-857.westeurope.azurestaticapps.net |
d8df8b1 to
b75d8f7
Compare
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://victorious-water-056410803-857.westeurope.azurestaticapps.net |
3 similar comments
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://victorious-water-056410803-857.westeurope.azurestaticapps.net |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://victorious-water-056410803-857.westeurope.azurestaticapps.net |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://victorious-water-056410803-857.westeurope.azurestaticapps.net |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://victorious-water-056410803-857.westeurope.azurestaticapps.net |
1 similar comment
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://victorious-water-056410803-857.westeurope.azurestaticapps.net |
50872a6 to
63052cc
Compare
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://victorious-water-056410803-857.westeurope.azurestaticapps.net |
3 similar comments
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://victorious-water-056410803-857.westeurope.azurestaticapps.net |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://victorious-water-056410803-857.westeurope.azurestaticapps.net |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://victorious-water-056410803-857.westeurope.azurestaticapps.net |
There was a problem hiding this comment.
Pull request overview
This PR implements "RO-13: Planlegging" - a new feature for importing, managing, and displaying GPS tracks (GPX and GeoJSON files) in the application. It adds a "Plans" tab where users can upload track files, view them on the map, and manage metadata like names and descriptions.
Key Changes
- Added new "Plans" tab with file import functionality supporting GPX and GeoJSON formats
- Integrated NVE Design System components for UI consistency
- Implemented GeoJSON storage service with IndexedDB persistence
- Enhanced map component to display multiple imported tracks with click interactions
- Added Source Sans Pro fonts to support the NVE Design System
Reviewed changes
Copilot reviewed 25 out of 38 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| tsconfig.json | Updated TypeScript target to es2023 and module to esnext |
| src/main.ts | Added registration for NVE Design System icon library |
| src/global.scss | Added NVE Design System theme and Source Sans Pro font imports |
| src/assets/icon/*.svg | Added new SVG icons for plans feature (tour, input, delete, check, calendar, etc.) |
| src/assets/i18n/*.json | Added Norwegian and English translations for plans feature |
| src/app/pages/tabs/* | Updated tabs infrastructure to include new "Plans" tab |
| src/app/pages/plans/* | New pages for plan list and detail views with file upload functionality |
| src/app/core/services/geojson/* | New service for managing GeoJSON storage and metadata |
| src/app/modules/map/* | Enhanced map component to display imported tracks with metadata |
| package.json | Added dependencies for GeoJSON processing (@tmcw/togeojson, @Turf packages, nve-designsystem) |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://victorious-water-056410803-857.westeurope.azurestaticapps.net |
- Endrer ikon så det fungerer med ion-icon og farger - Fjerner oversettelse ikke i bruk - Fikser headere og back-buttons - Flytter routing til app.routes
0aaf5a0 to
e043030
Compare
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://victorious-water-056410803-857.westeurope.azurestaticapps.net |
Fjerner endringer i CSP. Fjerner ubrukte skrifttyper. Legger til oversettelser som manglet. Forbedrer feilhåndtering ved filopplasting.
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://victorious-water-056410803-857.westeurope.azurestaticapps.net |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://victorious-water-056410803-857.westeurope.azurestaticapps.net |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://victorious-water-056410803-857.westeurope.azurestaticapps.net |
1 similar comment
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://victorious-water-056410803-857.westeurope.azurestaticapps.net |
Husk å rebase denne jevnlig så vi ikke får så mye konflikter til slutt.
Hvis du vil teste import av GPX-spor, kan du bruke f.eks. https://gpx.studio/ til å lage GPS-filer. https://geojson.io/ kan brukes til å lage GeoJSON-filer.
TODO