Search → Artist detail flow with inline watch controls #36
Notifications
Total Time Spent: 43 minutes
connor
43 minutes
No due date set.
Dependencies
No dependencies set.
Reference: Shanty/Main#36
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The search experience should flow naturally: search for an artist → click their name → see a full detail page with their discography → click "Watch" on the artist or individual albums. Currently, search results are a flat table with an "Add" button, and there's no way to preview an artist before committing to watching them.
Requirements
Remove result limits — the search page currently caps at 10 results. Remove the cap or make it much higher (50+). Add pagination if needed.
Clickable artist results — clicking an artist name in search results should navigate to a detail page showing:
/api/search/discography/:mbid)This is different from the Library artist detail page — the library page shows what you have; the search detail page shows what's available. They could potentially be the same page with different data sources, or separate pages. Either way, the search detail should work for artists not yet in the local DB.
Album search results should also be clickable, showing the album's tracklist before adding.
Acceptance Criteria
Dependencies
/api/search/discography/:idendpoint (already exists)