From 32b7ad143bf128c2eae093344bcfe70d793ea262 Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Thu, 21 May 2026 16:04:44 -0400 Subject: [PATCH] =?UTF-8?q?fc3d:=20SourceHealthDot=20=E2=80=94=20green/amb?= =?UTF-8?q?er/red/grey=20badge=20with=20tooltip;=20embed=20in=20SourceRow?= 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/SourceHealthDot.vue | 93 +++++++++++++++++++ .../components/subscriptions/SourceRow.vue | 6 +- 2 files changed, 98 insertions(+), 1 deletion(-) create mode 100644 frontend/src/components/subscriptions/SourceHealthDot.vue diff --git a/frontend/src/components/subscriptions/SourceHealthDot.vue b/frontend/src/components/subscriptions/SourceHealthDot.vue new file mode 100644 index 0000000..44333ef --- /dev/null +++ b/frontend/src/components/subscriptions/SourceHealthDot.vue @@ -0,0 +1,93 @@ + + + + + diff --git a/frontend/src/components/subscriptions/SourceRow.vue b/frontend/src/components/subscriptions/SourceRow.vue index b98cc88..cb7a551 100644 --- a/frontend/src/components/subscriptions/SourceRow.vue +++ b/frontend/src/components/subscriptions/SourceRow.vue @@ -1,5 +1,6 @@