diff --git a/src/App.vue b/src/App.vue index b63b4fb..dc1862f 100644 --- a/src/App.vue +++ b/src/App.vue @@ -8,12 +8,39 @@

Your Cycling Tracks

- +
+ + +
+

Statistics

+
+
+
{{ totalStats.totalTracks }}
+
Total Tracks
+
+
+
{{ totalStats.totalDistance }}
+
Total Distance (km)
+
+
+
{{ totalStats.totalDuration }}
+
Total Hours
+
+
+
{{ totalStats.avgSpeed }}
+
Avg Speed (km/h)
+
+
+
{{ totalStats.totalElevationGain }}
+
Elevation Gain (m)
+
+
+
diff --git a/src/components/MapView.vue b/src/components/MapView.vue index 53350a7..eef1893 100644 --- a/src/components/MapView.vue +++ b/src/components/MapView.vue @@ -3,13 +3,20 @@