From 36e83e64ee14650a83c62b436159349340776c0e Mon Sep 17 00:00:00 2001 From: Broque Thomas <26755000+Nezreka@users.noreply.github.com> Date: Sat, 4 Apr 2026 11:56:37 -0700 Subject: [PATCH] Redesign Artist Map toolbar + shortcuts key + fixes Toolbar redesigned: three-section layout (back+brand / centered search with icon / tool buttons). Brand icon in accent purple. Zoom buttons in compact pill group. Tool labels visible on desktop, icon-only on mobile. Added keyboard shortcuts modal (keyboard icon button): lists all 10 shortcuts with styled kbd elements. Fixes: - Mouse wheel zoom min matched to button zoom min (0.02) - Right-click no longer triggers left-click info modal (button filter) - Removed external "Open on Spotify" link from context menu - Search results dropdown centered under search bar --- webui/index.html | 56 ++++++++++++++++--------- webui/static/script.js | 38 ++++++++++++++++- webui/static/style.css | 94 ++++++++++++++++++++++++++++++------------ 3 files changed, 140 insertions(+), 48 deletions(-) diff --git a/webui/index.html b/webui/index.html index e5437c75..b879fe67 100644 --- a/webui/index.html +++ b/webui/index.html @@ -3070,27 +3070,45 @@