From 13629720e89f4a1a9b1fb27bc76f834616f0e0f0 Mon Sep 17 00:00:00 2001 From: Broque Thomas <26755000+Nezreka@users.noreply.github.com> Date: Wed, 1 Apr 2026 22:31:12 -0700 Subject: [PATCH] Add global search bar with full enhanced search parity Persistent Spotlight-style search bar at bottom-center, accessible from any page via click, /, or Ctrl+K. Hidden on Downloads page where enhanced search already exists. Features matching enhanced search: - Clear button when input has text - Source tabs with live switching - Source badges, library check, play buttons - Album click opens download modal directly - Artist click navigates to detail page - Tab switching stays open (timestamp guard) - Mobile responsive --- webui/index.html | 11 + webui/static/script.js | 461 +++++++++++++++++++++++++++++++++++++++++ webui/static/style.css | 276 ++++++++++++++++++++++++ 3 files changed, 748 insertions(+) diff --git a/webui/index.html b/webui/index.html index 17916c83..1b0b0dcf 100644 --- a/webui/index.html +++ b/webui/index.html @@ -6791,6 +6791,17 @@ + +
+ +