diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 1bf9893..ce2965e 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -37,9 +37,14 @@ { "fullscreen": false, "resizable": true, - "title": "Interface", + "title": "Camera Screen", "width": 800, "height": 600 + }, + { + "label": "StaticScreen", + "title": "Over View", + "url": "http://localhost:4000/#/1" } ] } diff --git a/src/App.vue b/src/App.vue index 577e9ed..e094329 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,9 +1,5 @@ @@ -12,39 +8,6 @@ import { RouterView } from "vue-router"; - \ No newline at end of file diff --git a/src/views/fourCam.vue b/src/views/HomeScreen.vue similarity index 75% rename from src/views/fourCam.vue rename to src/views/HomeScreen.vue index dff8af1..7e80247 100644 --- a/src/views/fourCam.vue +++ b/src/views/HomeScreen.vue @@ -1,14 +1,23 @@ + + - - + + @@ -18,8 +27,8 @@ import Camera from "../components/Camera.vue"; --> - - + + - - + + - - + +