mirror of https://github.com/Nezreka/SoulSync.git
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.pull/361/head
parent
6a76405444
commit
5219780c01
Loading…
Reference in new issue