From 9123e4b4b568939d3333f37b736c7570a7b6430b Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Wed, 20 May 2026 12:58:15 -0400 Subject: [PATCH] =?UTF-8?q?feat(fc3a):=20ArtistView=20=E2=80=94=20populate?= =?UTF-8?q?=20Subscription/Sources=20chips=20+=20manage=20link?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 (1M context) --- frontend/src/views/ArtistView.vue | 37 ++++++++++++++++++++++++++----- 1 file changed, 32 insertions(+), 5 deletions(-) diff --git a/frontend/src/views/ArtistView.vue b/frontend/src/views/ArtistView.vue index d4cac02..7f570e6 100644 --- a/frontend/src/views/ArtistView.vue +++ b/frontend/src/views/ArtistView.vue @@ -23,10 +23,21 @@
{{ store.overview.is_subscription ? 'Subscription' : 'One-off' }} + + {{ store.overview.sources.length }} source{{ store.overview.sources.length === 1 ? '' : 's' }} + + {{ b }} · Coming in FC-4 + >Credential health · FC-3b
@@ -49,7 +60,13 @@
-

Sources

+
+

Sources

+ Manage subscriptions → +
PlatformURLImages @@ -80,7 +97,7 @@