From f309a1e79e89ab30809b0af02dcdc658f848bf3d Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Wed, 20 May 2026 20:47:36 -0400 Subject: [PATCH] =?UTF-8?q?feat(fc3c):=20/subscriptions=20Check=20Now=20bu?= =?UTF-8?q?tton=20=E2=80=94=20wires=20SourceRow=20=E2=86=92=20store.checkN?= =?UTF-8?q?ow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 (1M context) --- .../subscriptions/ArtistSection.vue | 5 +++- .../components/subscriptions/SourceRow.vue | 14 ++++++++-- frontend/src/views/SubscriptionsView.vue | 28 ++++++++++++++++++- 3 files changed, 42 insertions(+), 5 deletions(-) diff --git a/frontend/src/components/subscriptions/ArtistSection.vue b/frontend/src/components/subscriptions/ArtistSection.vue index 894f3ab..148d813 100644 --- a/frontend/src/components/subscriptions/ArtistSection.vue +++ b/frontend/src/components/subscriptions/ArtistSection.vue @@ -13,9 +13,11 @@
new Set() }, }) -defineEmits(['toggle', 'edit', 'remove', 'toggle-source', 'add-source']) +defineEmits(['toggle', 'edit', 'remove', 'toggle-source', 'add-source', 'check']) const latestChecked = computed(() => { const dates = props.sources.map(s => s.last_checked_at).filter(Boolean) diff --git a/frontend/src/components/subscriptions/SourceRow.vue b/frontend/src/components/subscriptions/SourceRow.vue index 66807a3..b98cc88 100644 --- a/frontend/src/components/subscriptions/SourceRow.vue +++ b/frontend/src/components/subscriptions/SourceRow.vue @@ -11,14 +11,22 @@ density="compact" hide-details color="accent" @update:model-value="onToggleEnabled" /> +