diff --git a/frontend/src/components/CombinedFileField.vue b/frontend/src/components/CombinedFileField.vue index c5430b0..a5357d2 100644 --- a/frontend/src/components/CombinedFileField.vue +++ b/frontend/src/components/CombinedFileField.vue @@ -37,6 +37,11 @@ + + + + + @@ -106,11 +111,13 @@ import CameraFileSource from "@/components/CameraFileSource.vue"; import AuthenticatedImage from "@/components/AuthenticatedImage.vue"; import DeletableWrapper from "@/components/DeletableWrapper.vue"; import WebcamFileSource from "@/components/WebcamFileSource.vue"; +import WebcamFileSourceLegacy from "@/components/WebcamFileSourceLegacy.vue"; export default { name: "CombinedFileField", components: { WebcamFileSource, + WebcamFileSourceLegacy, ...BIcons, AuthenticatedImage, DeletableWrapper, diff --git a/frontend/src/components/WebcamFileSource.vue b/frontend/src/components/WebcamFileSource.vue index 1cb7b58..a6686de 100644 --- a/frontend/src/components/WebcamFileSource.vue +++ b/frontend/src/components/WebcamFileSource.vue @@ -1,71 +1,29 @@ - - - - - - - - - - {{ lastError }} - - - - Loading... + + + + + + + + + Select Camera Source + + {{ camera.label }} + + + + Video stream not available. + + + - - - - Video stream not available. - - - - - - Capture - - - Retake - - - Save - - - - Select Camera Source - - {{ camera.label }} - - - - - \ No newline at end of file diff --git a/frontend/vite.config.js b/frontend/vite.config.js index 2ae2c0e..5204af3 100644 --- a/frontend/vite.config.js +++ b/frontend/vite.config.js @@ -36,7 +36,6 @@ export default defineConfig({ }, '^/auth/': { target: "https://toolshed.j3d1.de:8000/", - secure: false, }, '^/docs/': { target: "https://toolshed.j3d1.de:8000/",