ProductBarcode: various fix requested by Tonya

- fix many missing translations
- properly reset QR scanner when reopening
- add error message on BarcodeModal when no item is found
- fix icon size in item CreateModal
- remove useless closeDialog
This commit is contained in:
Crumb Owl
2025-07-15 13:21:19 +00:00
parent bb5e36f0c4
commit a57b83c52d
4 changed files with 21 additions and 9 deletions

View File

@@ -137,6 +137,7 @@
watch(open, async isOpen => {
if (isOpen) {
detectedBarcode.value = "";
await startScanner();
} else {
stopScanner();