From 94f6c950cb26c1960a6a3fd6436d9ab531678a31 Mon Sep 17 00:00:00 2001 From: Broque Thomas <26755000+Nezreka@users.noreply.github.com> Date: Sun, 17 May 2026 20:32:18 -0700 Subject: [PATCH] Polish manual library match tool card --- webui/index.html | 14 ++++++++++++-- webui/static/style.css | 6 ++++++ 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/webui/index.html b/webui/index.html index d3e028ce..4697a106 100644 --- a/webui/index.html +++ b/webui/index.html @@ -6577,9 +6577,19 @@

Manual Library Match

-

Link source tracks to existing library tracks to stop re-downloads

+

Map wishlist and playlist source tracks to library tracks you already own

+
+
+ Source: + Wishlist / Sync +
+
+ Result: + Found +
+
- +
diff --git a/webui/static/style.css b/webui/static/style.css index 14321acb..6e590397 100644 --- a/webui/static/style.css +++ b/webui/static/style.css @@ -10925,6 +10925,12 @@ body.helper-mode-active #dashboard-activity-feed:hover { border-radius: 10px; } +.manual-library-match-stats .stat-item-value { + background-color: rgba(var(--accent-rgb), 0.12); + color: rgb(var(--accent-rgb)); + white-space: nowrap; +} + .stat-item { display: flex; justify-content: space-between;