From 27aca5333957bc6a6345cd8257728077d8328897 Mon Sep 17 00:00:00 2001 From: Broque Thomas <26755000+Nezreka@users.noreply.github.com> Date: Wed, 1 Apr 2026 15:35:07 -0700 Subject: [PATCH] Add blacklist viewer on Settings tools page New tool card shows blocked source count. "View Blacklist" opens a modal listing all blacklisted sources with track name, filename, username, service icon, and time ago. Each entry has a remove button to unblock. Empty state explains how to blacklist from Source Info. --- webui/index.html | 17 ++++++++ webui/static/script.js | 90 ++++++++++++++++++++++++++++++++++++++++++ webui/static/style.css | 63 +++++++++++++++++++++++++++++ 3 files changed, 170 insertions(+) diff --git a/webui/index.html b/webui/index.html index a9e0749d..b96cea07 100644 --- a/webui/index.html +++ b/webui/index.html @@ -1039,6 +1039,23 @@ + + +
Blocked sources that won't be used for future downloads
+