diff --git a/assets.db.bak.20260531_110825 b/assets.db.bak.20260531_110825 new file mode 100644 index 0000000..77f7527 Binary files /dev/null and b/assets.db.bak.20260531_110825 differ diff --git a/assets.db.bak.20260531_132122 b/assets.db.bak.20260531_132122 new file mode 100644 index 0000000..87cccc9 Binary files /dev/null and b/assets.db.bak.20260531_132122 differ diff --git a/static/index.html b/static/index.html index 47d59a5..e20ca52 100644 --- a/static/index.html +++ b/static/index.html @@ -1238,12 +1238,12 @@
- - + +
-
+
Barcode Scanner
@@ -1260,7 +1260,7 @@
-
+
OCR Scanner — Photograph Sticker
@@ -2439,10 +2439,9 @@ el.classList.toggle('active', el.dataset.tab === tabId); }); - // Tab lifecycle hooks — start the appropriate scanner + // Tab lifecycle hooks — sync visual panel + start correct camera if (tabId === 'tabAddAsset') { - if (addAssetMode === 'ocr') startOcrCamera(); - else startScanning(); + setAddAssetMode(addAssetMode); } else { stopScanning(); }