From b558dff1380b78b908b72a9135cacd864c8fa13c Mon Sep 17 00:00:00 2001 From: Broque Thomas <26755000+Nezreka@users.noreply.github.com> Date: Mon, 2 Mar 2026 09:24:37 -0800 Subject: [PATCH] add all recommended to watchlist. --- webui/static/mobile.css | 11 ++++++-- webui/static/script.js | 62 +++++++++++++++++++++++++++++++++++++---- webui/static/style.css | 42 ++++++++++++++++++++++++++-- 3 files changed, 105 insertions(+), 10 deletions(-) diff --git a/webui/static/mobile.css b/webui/static/mobile.css index a640f5d1..d81707c9 100644 --- a/webui/static/mobile.css +++ b/webui/static/mobile.css @@ -939,8 +939,15 @@ padding: 12px 16px; } - .recommended-search-container { - padding: 0 16px; + .recommended-actions-bar { + padding: 12px 16px 0; + flex-wrap: wrap; + } + + .recommended-add-all-btn { + width: 100%; + text-align: center; + padding: 10px; } .recommended-card-watchlist-btn { diff --git a/webui/static/script.js b/webui/static/script.js index 398ff7dd..86717e0c 100644 --- a/webui/static/script.js +++ b/webui/static/script.js @@ -33742,12 +33742,18 @@ function renderRecommendedArtistsModal(modal, artists) { ×
-