diff --git a/package-lock.json b/package-lock.json index e0367c0..62f5b61 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,6 @@ "@tauri-apps/api": "^1.4.0", "vue": "^3.2.45", "vue-router": "^4.3.0" - }, "devDependencies": { "@tauri-apps/cli": "^1.4.0", 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..c161413 --- /dev/null +++ b/src/components/VehicleStatus/Coordinate.vue @@ -0,0 +1,37 @@ + + + + + + \ 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..977f3c8 --- /dev/null +++ b/src/components/VehicleStatus/EmergencyStop.vue @@ -0,0 +1,40 @@ + + + + + + \ 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..5695b2f --- /dev/null +++ b/src/components/VehicleStatus/Open.vue @@ -0,0 +1,30 @@ + + + + + + \ 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 @@ + + + + + + \ No newline at end of file diff --git a/src/components/VehicleStatusComponent.vue b/src/components/VehicleStatusComponent.vue new file mode 100644 index 0000000..4c2174c --- /dev/null +++ b/src/components/VehicleStatusComponent.vue @@ -0,0 +1,138 @@ + + + + + + \ 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 @@ diff --git a/src/views/StaticScreen.vue b/src/views/StaticScreen.vue index 67a7436..c55bdc1 100644 --- a/src/views/StaticScreen.vue +++ b/src/views/StaticScreen.vue @@ -1,12 +1,35 @@ \ No newline at end of file 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 @@ + + + + +