From 52894d3c65b38d6b53c371c0db5c9bb5d42c1c97 Mon Sep 17 00:00:00 2001 From: Broque Thomas <26755000+Nezreka@users.noreply.github.com> Date: Sat, 4 Apr 2026 11:41:23 -0700 Subject: [PATCH] Artist Map polish: keyboard shortcuts, context menu, filter toggle MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Keyboard: Escape close, +/- zoom, F fit, S search, H toggle similar - Right-click context menu: Artist Info, View Discography, Watchlist, Open on Spotify — glass-style with auto-close - Filter toggle button + H key: hide/show similar artists for clean watchlist-only overview - Removed node dragging (caused visual desync with offscreen buffer) - Better loading progress text - Cleanup: keyboard handler removed on close, context menu hidden --- webui/index.html | 3 ++ webui/static/script.js | 86 +++++++++++++++++++++++++++++++++++++++++- webui/static/style.css | 15 ++++++++ 3 files changed, 102 insertions(+), 2 deletions(-) diff --git a/webui/index.html b/webui/index.html index 3c257d54..e5437c75 100644 --- a/webui/index.html +++ b/webui/index.html @@ -3079,6 +3079,9 @@ +