feat: GPS-Track-Statistiken automatisch ins Logbuch übernehmen.

Strecke, Max- und Durchschnittsgeschwindigkeit werden beim Track-Upload berechnet, gespeichert und in PDF/CSV exportiert. Test-GPX für die Kieler Förde (5 sm) hinzugefügt.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-05-29 15:36:21 +02:00
parent cffe934d5e
commit b1b0c798b3
8 changed files with 1503 additions and 4 deletions
+5
View File
@@ -1980,6 +1980,11 @@ body:has(.theme-cupertino) {
margin-bottom: 12px;
}
.track-stats-grid {
margin-top: 16px;
align-items: start;
}
.signature-grid {
align-items: start;
}