feat(fitness): download GPX from history detail
Export each cardio exercise's stored GPS track from the history detail page. Cadence is emitted per-point via Garmin's TrackPointExtension v1 so Strava/Garmin Connect preserve it. Filename: YYYY-MM-DD-<workout> <mins>min <Activity>.gpx.
This commit is contained in:
@@ -104,6 +104,7 @@ const translations: Translations = {
|
||||
pace: { en: 'PACE', de: 'TEMPO' },
|
||||
upload_gpx: { en: 'Upload GPX', de: 'GPX hochladen' },
|
||||
uploading: { en: 'Uploading...', de: 'Hochladen...' },
|
||||
download_gpx: { en: 'Download GPX', de: 'GPX herunterladen' },
|
||||
elevation: { en: 'Elevation', de: 'Höhenprofil' },
|
||||
elevation_unit: { en: 'm', de: 'm' },
|
||||
elevation_gain: { en: 'Gain', de: 'Anstieg' },
|
||||
|
||||
Reference in New Issue
Block a user