diff --git a/src/assets/ERU.png b/src/assets/ERU.png
new file mode 100644
index 0000000..454167d
Binary files /dev/null and b/src/assets/ERU.png differ
diff --git a/src/assets/FRA.png b/src/assets/FRA.png
new file mode 100644
index 0000000..62775bb
Binary files /dev/null and b/src/assets/FRA.png differ
diff --git a/src/assets/MEA.png b/src/assets/MEA.png
new file mode 100644
index 0000000..a2a5f53
Binary files /dev/null and b/src/assets/MEA.png differ
diff --git a/src/assets/MRA.png b/src/assets/MRA.png
new file mode 100644
index 0000000..b98d6e2
Binary files /dev/null and b/src/assets/MRA.png differ
diff --git a/src/components/VehicleStatus/Battery.vue b/src/components/VehicleStatus/Battery.vue
index d85d569..bd6e2bf 100644
--- a/src/components/VehicleStatus/Battery.vue
+++ b/src/components/VehicleStatus/Battery.vue
@@ -106,7 +106,7 @@
}
#battery_progress {
- background-color: rgb(116, 194, 92);
+ background-color: rgb(83, 255, 83);
border-radius: 12%;
height:100%;
width: 100%;
@@ -132,7 +132,7 @@
height:100%;
}
.normalPercent {
- background-color: rgb(116, 194, 92);
+ background-color: rgb(87, 255, 87);
border-radius: 12%;
}
diff --git a/src/components/VehicleStatus/Connection.vue b/src/components/VehicleStatus/Connection.vue
index 741c822..d8c2b45 100644
--- a/src/components/VehicleStatus/Connection.vue
+++ b/src/components/VehicleStatus/Connection.vue
@@ -13,7 +13,7 @@
- {{ latency }} ms
+
diff --git a/src/components/VehicleStatus/Coordinate.vue b/src/components/VehicleStatus/Coordinate.vue
new file mode 100644
index 0000000..3a2efa2
--- /dev/null
+++ b/src/components/VehicleStatus/Coordinate.vue
@@ -0,0 +1,38 @@
+
+
+
Longitude: {{ coordinates.longitude }}
+
Latitude: {{ coordinates.latitude }}
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/VehicleStatus/EmergencyStop.vue b/src/components/VehicleStatus/EmergencyStop.vue
new file mode 100644
index 0000000..1ebcae1
--- /dev/null
+++ b/src/components/VehicleStatus/EmergencyStop.vue
@@ -0,0 +1,44 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/VehicleStatus/Open.vue b/src/components/VehicleStatus/Open.vue
new file mode 100644
index 0000000..07d7310
--- /dev/null
+++ b/src/components/VehicleStatus/Open.vue
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/VehicleStatus/VehicleTitle.vue b/src/components/VehicleStatus/VehicleTitle.vue
new file mode 100644
index 0000000..3b67670
--- /dev/null
+++ b/src/components/VehicleStatus/VehicleTitle.vue
@@ -0,0 +1,55 @@
+
+
+
+ {{ vehicleName }}
+
+
+
Status: {{ vehicleStatus }}
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/VehicleStatusComponent.vue b/src/components/VehicleStatusComponent.vue
new file mode 100644
index 0000000..da9f95d
--- /dev/null
+++ b/src/components/VehicleStatusComponent.vue
@@ -0,0 +1,161 @@
+
+
+
+
+
+
+
+
+
+
+
+ {{ batteryPct }}%
+
+
+
+
+
+ Connection:
+ Last Packet:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/main.ts b/src/main.ts
index c33641e..bb86d75 100644
--- a/src/main.ts
+++ b/src/main.ts
@@ -3,4 +3,4 @@ import "./styles.css";
import App from "./App.vue";
import router from "./router";
-createApp(App).use(router).mount("#app");
+createApp(App).use(router).mount("#app");
\ No newline at end of file
diff --git a/src/testDisplayComponents.vue b/src/testDisplayComponents.vue
index a2f96b9..75c4f9e 100644
--- a/src/testDisplayComponents.vue
+++ b/src/testDisplayComponents.vue
@@ -3,25 +3,22 @@
-
+
+
-
-
-
- Below is both in one div
-
-
-
-
diff --git a/src/views/testMapScreen.vue b/src/views/testMapScreen.vue
new file mode 100644
index 0000000..444b9cb
--- /dev/null
+++ b/src/views/testMapScreen.vue
@@ -0,0 +1,58 @@
+
+
+
+
+
+
+
+
+
+
+