From a92078442e464ae796ef394075c4efc279befa69 Mon Sep 17 00:00:00 2001 From: Chuck Date: Mon, 5 Jan 2026 14:49:43 -0500 Subject: [PATCH] Replace complex array-of-objects widget with simple table interface - Replace nested array-of-objects widget with clean table interface - Table shows: Name, URL, Logo (with upload), Enabled checkbox, Delete button - Fix file-upload widget detection order to prevent breaking static-image plugin - Add simple JavaScript functions for add/remove rows and logo upload - Much more intuitive and easier to use --- web_interface/templates/v3/base.html | 141 ++++++++++++++++++ .../templates/v3/partials/plugin_config.html | 111 +------------- 2 files changed, 144 insertions(+), 108 deletions(-) diff --git a/web_interface/templates/v3/base.html b/web_interface/templates/v3/base.html index 9a37c291..07520b1e 100644 --- a/web_interface/templates/v3/base.html +++ b/web_interface/templates/v3/base.html @@ -4820,6 +4820,147 @@ + + +