From c9fecd53dcdafc20103e07046ed28af99d70e5f2 Mon Sep 17 00:00:00 2001 From: pewdiepie-archdaemon Date: Tue, 9 Jun 2026 14:47:21 +0900 Subject: [PATCH] Settings: third 'Added Models' tab in Add Models card MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Move the Added Local + Added API lists out of the per-type tabs into a dedicated third tab. Each Add tab is now just the form; the new tab collects both lists together with Local / API subheadings. Card layout: Add Models [Probe] [Clear offline] [Local] [API] [Added Models] Tab content: Local → Add Local form API → Add API form Added Models → Local list + API list (subheadings) All endpoint list/form IDs preserved. Tab switcher JS is generic so the new 'added' tab works without code changes. --- static/index.html | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/static/index.html b/static/index.html index 7876c64de..8b4f5b27f 100644 --- a/static/index.html +++ b/static/index.html @@ -2015,6 +2015,9 @@ + @@ -2059,14 +2062,6 @@
- - -
-
- Added Local Models -
-
Loading...
-
@@ -2137,11 +2132,20 @@
+ - + +