soulsync/webui
Broque Thomas 5219780c01 Page-aware click on similar-artist bubbles
The bubble click handler hardcoded selectArtistForDetail (the inline
Artists page navigator). On the standalone /artist-detail page it
fired but couldn't actually navigate anywhere — the page just
re-rendered the similar-artists section for the same artist instead
of moving to the clicked artist.

Now: detect whether the standalone page is active. If yes,
navigateToArtistDetail(id, name, source). Otherwise fall back to
selectArtistForDetail for the inline page (unchanged behaviour
there). Both surfaces work correctly without the caller having to
know which page they're on.
2026-04-22 16:43:36 -07:00
..
static Page-aware click on similar-artist bubbles 2026-04-22 16:43:36 -07:00
index.html Add Similar Artists to standalone /artist-detail page, hide library-only UI for source artists 2026-04-22 16:19:25 -07:00