From 6734b6ab227f0866b04a77c6bedf7df1a39fd185 Mon Sep 17 00:00:00 2001 From: BoulderBadgeDad Date: Tue, 23 Jun 2026 00:29:46 -0700 Subject: [PATCH] video discover phase 4 (UI): 'Not interested' card button + ignore-list modal MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - A βœ• 'Not interested' button on every un-owned Discover card (hover) β€” adds to the ignore list and fades the card out instantly. - A '🚫 Ignore List' button top-right of the hero opens a vibey glassmorphic modal: a header explaining what it is, a search box to hide any movie/show directly (TMDB search), and a poster grid of everything hidden with one-click 'Un-hide'. Empty state guides the user. - Card button + modal both POST /discover/ignore; ignored titles vanish from every rail (via _stamp_owned). Video-only, additive. --- webui/index.html | 1 + webui/static/video/video-discover.js | 117 ++++++++++++++++++++++++++- webui/static/video/video-side.css | 74 +++++++++++++++++ 3 files changed, 191 insertions(+), 1 deletion(-) diff --git a/webui/index.html b/webui/index.html index 1d875e8a..4f97106a 100644 --- a/webui/index.html +++ b/webui/index.html @@ -1035,6 +1035,7 @@