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:
2026-04-21 18:52:01 +02:00
parent c99442b54b
commit cf5ac96fc3
5 changed files with 155 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "homepage",
"version": "1.43.1",
"version": "1.44.0",
"private": true,
"type": "module",
"scripts": {