From d70d410f6f7bb2ebefb352c36a3ddee769c86287 Mon Sep 17 00:00:00 2001 From: BoulderBadgeDad Date: Wed, 3 Jun 2026 15:19:46 -0700 Subject: [PATCH] Similar Artists worker: dashboard enrichment bubble Adds the dashboard status bubble (the small icon row) for the Similar Artists worker, alongside the modal entry. Mirrors the per-source bubbles: MusicMap logo, purple accent, spinner + active/complete/paused states, hover tooltip, and a 2s status poll against /api/enrichment/similar_artists/status. Click toggles pause/resume. Tooltip shows matched/pending (the worker has no artist/album/track phases). 74 JS integrity tests pass. --- webui/index.html | 23 ++++++++++++ webui/static/enrichment.js | 74 ++++++++++++++++++++++++++++++++++++++ webui/static/style.css | 68 +++++++++++++++++++++++++++++++++++ 3 files changed, 165 insertions(+) diff --git a/webui/index.html b/webui/index.html index eb3f5ac6..2d8d7d97 100644 --- a/webui/index.html +++ b/webui/index.html @@ -565,6 +565,29 @@ + +
+ +
+
+
Similar Artists Enrichment
+
+
Status: Idle +
+
No active matches +
+
Progress: 0 / 0 +
+
+
+
+