From 04d5c21f8ca244f299a1c3d8ef12c76d93381b5f Mon Sep 17 00:00:00 2001 From: Stephen Adamson Date: Wed, 29 Jul 2026 17:40:39 +0100 Subject: [PATCH] feat: show live availability status on ContactCard --- .../lib/components/layout/ContactCard.svelte | 100 +++++++++++++++--- 1 file changed, 86 insertions(+), 14 deletions(-) diff --git a/frontend/src/lib/components/layout/ContactCard.svelte b/frontend/src/lib/components/layout/ContactCard.svelte index fb4a89d..74be7da 100644 --- a/frontend/src/lib/components/layout/ContactCard.svelte +++ b/frontend/src/lib/components/layout/ContactCard.svelte @@ -1,31 +1,103 @@ -
-
+
+
-
+
{altText}
-
+

{name}

{role}

+ + {#if contactStatus} +
+ + {contactStatus.label} +
+ {/if} + -
+