auto generate summit log on gpx upload

This commit is contained in:
Christian Beutel
2024-11-02 13:55:24 +01:00
parent ebfd6f0e72
commit 0d8ff5c83b
3 changed files with 31 additions and 19 deletions

View File

@@ -133,7 +133,7 @@
>
<span
><i class="fa fa-clock mr-2"></i>{formatTimeHHMM(
totals.duration,
totals.duration / 1000 / 60,
)}</span
>
</div>

View File

@@ -98,7 +98,7 @@
<td>
{formatElevation(totals?.elevationGain)}
</td><td>
{formatTimeHHMM(totals?.duration)}
{formatTimeHHMM(totals ? (totals?.duration / 1000 / 60) : undefined)}
</td>
<td>
{#if log.text}