From 3549a78be53c1fa18e3e0057cd69cad5aaad9561 Mon Sep 17 00:00:00 2001 From: Karl Ludwig Weise Date: Wed, 17 Jun 2026 19:42:49 +0200 Subject: [PATCH] Added feedback for value being copied successfully --- .../ui/appointment-details/copy-button.svelte | 35 +++++++++++++------ 1 file changed, 25 insertions(+), 10 deletions(-) diff --git a/src/lib/components/ui/appointment-details/copy-button.svelte b/src/lib/components/ui/appointment-details/copy-button.svelte index 6a55c34..d6c869f 100644 --- a/src/lib/components/ui/appointment-details/copy-button.svelte +++ b/src/lib/components/ui/appointment-details/copy-button.svelte @@ -1,7 +1,7 @@ {#if value} - {/if}