fc3e: ArtistView — 'View posts' chip linking to /posts?artist_id=N
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -34,6 +34,11 @@
|
|||||||
:to="`/subscriptions?artist_id=${store.overview.id}`"
|
:to="`/subscriptions?artist_id=${store.overview.id}`"
|
||||||
>{{ store.overview.sources.length }} source{{ store.overview.sources.length === 1 ? '' : 's' }}</v-chip>
|
>{{ store.overview.sources.length }} source{{ store.overview.sources.length === 1 ? '' : 's' }}</v-chip>
|
||||||
|
|
||||||
|
<v-chip
|
||||||
|
size="small" variant="outlined" prepend-icon="mdi-rss"
|
||||||
|
:to="`/posts?artist_id=${store.overview.id}`"
|
||||||
|
>View posts</v-chip>
|
||||||
|
|
||||||
<v-chip
|
<v-chip
|
||||||
size="small" variant="outlined" disabled
|
size="small" variant="outlined" disabled
|
||||||
prepend-icon="mdi-clock-outline"
|
prepend-icon="mdi-clock-outline"
|
||||||
|
|||||||
Reference in New Issue
Block a user