diff --git a/resources/js/components/LeafletMap.vue b/resources/js/components/LeafletMap.vue index 000fcb1..22bfc13 100644 --- a/resources/js/components/LeafletMap.vue +++ b/resources/js/components/LeafletMap.vue @@ -2,7 +2,7 @@
Price predictions are available on paid plans
+Price predictions are available on paid plans
Upgrade from £0.99/mo @@ -17,15 +17,15 @@Price Prediction
+Price Prediction
{{ prediction.reasoning }}
+{{ prediction.reasoning }}
-Prices in your area are rising — best to fill up today.
+Prices in your area are rising — best to fill up today.
{{ station.name }}
-{{ station.distance_km.toFixed(1) }} km away · Updated {{ updatedAgo }}
+{{ station.name }}
+{{ station.distance_km.toFixed(1) }} km away · Updated {{ updatedAgo }}
+
{{ stations.length }} station{{ stations.length !== 1 ? 's' : '' }} found
diff --git a/resources/js/views/Home.vue b/resources/js/views/Home.vue index a89e587..5a09ab2 100644 --- a/resources/js/views/Home.vue +++ b/resources/js/views/Home.vue @@ -1,149 +1,395 @@ -