From a07e791368fef1f4e4b72f51ff7d16be11229f53 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Sun, 12 Jul 2026 10:42:29 +0200 Subject: [PATCH] feat(artists): link live-search hits to the artist preview page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Each MB search result on /artists now links its name to /discover/artist/[mbid] (the read-only disco + tracklist + own-state preview), so you can preview before following there too — same wiring the discovery feed already uses. Co-Authored-By: Claude Opus 4.8 (1M context) --- web/src/app/artists/artists-client.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/app/artists/artists-client.tsx b/web/src/app/artists/artists-client.tsx index d82b801..729ab4d 100644 --- a/web/src/app/artists/artists-client.tsx +++ b/web/src/app/artists/artists-client.tsx @@ -77,7 +77,7 @@ export function ArtistsClient() {