From 55d18138b78b291a159a55551877f60408caea95 Mon Sep 17 00:00:00 2001 From: Ben Miller Date: Mon, 29 Dec 2025 00:21:02 -0700 Subject: [PATCH] feat: handle missing SKU in Media Manager - Added UI and logic to handle cases where the Media Manager is opened for a row without a SKU. - Displays a user-friendly error message with a Close button. - Fixed an issue where the Gallery card was not properly hidden in the error state. --- src/MediaManager.html | 38 ++++++++++++++++++++++++++++++++------ 1 file changed, 32 insertions(+), 6 deletions(-) diff --git a/src/MediaManager.html b/src/MediaManager.html index 0b5ac1a..c3d9e55 100644 --- a/src/MediaManager.html +++ b/src/MediaManager.html @@ -403,7 +403,6 @@
Initializing...
-
@@ -447,6 +446,17 @@
Connecting...
+ + +