From 4eae33270b91cf21d26c931da4a375f397c5e8ad Mon Sep 17 00:00:00 2001 From: BoulderBadgeDad Date: Sun, 7 Jun 2026 16:24:26 -0700 Subject: [PATCH] Watchlist: put Blocklist + Download Origins buttons on the LIVE page header MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Both buttons were added to showWatchlistModal() in api-monitor.js — which has no callers (dead/legacy code), so neither ever rendered. The live watchlist is the #watchlist-page in index.html; its action row (.watchlist-page-actions, next to Global Settings) is the real header. Added both buttons there as static markup. Download Origins (shipped in 1f7834cc) was in the dead modal too — this surfaces it for the first time as well. onclick-coverage integrity test green (both handlers resolve to their standalone modules). --- webui/index.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/webui/index.html b/webui/index.html index 87f7d766..218ed21a 100644 --- a/webui/index.html +++ b/webui/index.html @@ -7003,6 +7003,14 @@ Global Settings + +