From 72e720dd888b3c6835b21232b0d169fee9e4779a Mon Sep 17 00:00:00 2001
From: Broque Thomas <26755000+Nezreka@users.noreply.github.com>
Date: Thu, 2 Apr 2026 17:06:49 -0700
Subject: [PATCH] Add Discogs enrichment button to dashboard header
- Circular button with "dc" logo text, matching exact pattern of
AudioDB/Deezer/Spotify/iTunes/Last.fm/Genius/Tidal/Qobuz buttons
- Spinner animation when active, dimmed when paused, green when complete
- Hover tooltip showing status, current item, and progress stats
- Click to toggle pause/resume with config persistence
- WebSocket status handler updates button state in real-time
---
webui/index.html | 22 +++++++++
webui/static/script.js | 50 +++++++++++++++++++-
webui/static/style.css | 102 +++++++++++++++++++++++++++++++++++++++++
3 files changed, 172 insertions(+), 2 deletions(-)
diff --git a/webui/index.html b/webui/index.html
index 030e338b..dce9bfda 100644
--- a/webui/index.html
+++ b/webui/index.html
@@ -546,6 +546,28 @@
+
+