From f87b689e2740da5a4a78c110a0aeb405e0514cbb Mon Sep 17 00:00:00 2001 From: jedi Date: Mon, 24 Aug 2026 19:49:10 +0200 Subject: [PATCH] stash --- frontend/src/components/BaseLayout.vue | 3 + frontend/src/components/CameraScanner.vue | 287 +++++++++++++++ frontend/src/views/Scan.vue | 423 ++-------------------- 3 files changed, 314 insertions(+), 399 deletions(-) create mode 100644 frontend/src/components/CameraScanner.vue diff --git a/frontend/src/components/BaseLayout.vue b/frontend/src/components/BaseLayout.vue index 3a489d0..3ffe9a7 100644 --- a/frontend/src/components/BaseLayout.vue +++ b/frontend/src/components/BaseLayout.vue @@ -9,6 +9,9 @@ @@ -53,63 +56,7 @@
Scan from camera
-

- This browser has no camera API available. -

- - -
- Drag & drop an image here, paste one, or use the file picker above. -
-
- -
-
    -
  • - No codes found. -
  • -
  • - {{ r.type }} - {{ r.metaText }} -
    - {{ r.text }} - - -
    -
  • -
+
@@ -121,10 +68,8 @@