From 90c157bf2f949d88d8aa13102ce7734d58f9d3e4 Mon Sep 17 00:00:00 2001 From: Eric Ayers Date: Sat, 26 Jul 2025 13:31:43 -0400 Subject: [PATCH 1/3] Added status message area to USB connect workflow - Removed some catching of exceptions inside the workflow to catch at outer function so we can report. - Added an element to the dialog to hold status messages. - Catch and analyze exceptions to print user friendly messages if possible. --- index.html | 5 +++ js/workflows/usb.js | 89 +++++++++++++++++++++++++++++++--------- sass/layout/_layout.scss | 8 ++++ 3 files changed, 82 insertions(+), 20 deletions(-) diff --git a/index.html b/index.html index 5893479..a11d7e9 100644 --- a/index.html +++ b/index.html @@ -301,6 +301,11 @@

Select USB Host Folder

+
+ +
+
+ +