From 35b038036aee1b17429fd1b2aa3c969383837c50 Mon Sep 17 00:00:00 2001 From: Matthew Raymer Date: Mon, 28 Apr 2025 09:07:27 +0000 Subject: [PATCH] chore(qr): add visible debug output and version bump for device-side troubleshooting - Bump version string in QRScannerDialog to include build number for cache-busting and verification - Add debugMessage UI panel to display internal state and debug info directly in the dialog - Add alert() and debugMessage updates at key points in QR scanner initialization for device-visible feedback --- src/components/QRScanner/QRScannerDialog.vue | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/src/components/QRScanner/QRScannerDialog.vue b/src/components/QRScanner/QRScannerDialog.vue index d9ed0f9e..032286e1 100644 --- a/src/components/QRScanner/QRScannerDialog.vue +++ b/src/components/QRScanner/QRScannerDialog.vue @@ -13,7 +13,7 @@ >

Scan QR Code

- v1.1.0 + v1.1.0 build 00000