diff --git a/frontend/src/components/clientSubPages/History.vue b/frontend/src/components/clientSubPages/History.vue new file mode 100644 index 0000000..0f02ff8 --- /dev/null +++ b/frontend/src/components/clientSubPages/History.vue @@ -0,0 +1,33 @@ + + + + + diff --git a/frontend/src/components/clientSubPages/Overview.vue b/frontend/src/components/clientSubPages/Overview.vue index 918f2f8..ecc589f 100644 --- a/frontend/src/components/clientSubPages/Overview.vue +++ b/frontend/src/components/clientSubPages/Overview.vue @@ -139,21 +139,28 @@ /> - -
-

Location

- -
- - Coordinates: - {{ parseFloat(latitude).toFixed(6) }}, {{ parseFloat(longitude).toFixed(6) }} - +
+ +
+ +
+ + +
+

Location

+ +
+ + Coordinates: + {{ parseFloat(latitude).toFixed(6) }}, {{ parseFloat(longitude).toFixed(6) }} + +
@@ -191,6 +198,7 @@ import LeafletMap from "../common/LeafletMap.vue"; import ClientInformationForm from "./ClientInformationForm.vue"; import ContactInformationForm from "./ContactInformationForm.vue"; import AddressInformationForm from "./AddressInformationForm.vue"; +import History from "./History.vue"; import DataUtils from "../../utils"; import Api from "../../api"; import { useRouter } from "vue-router";