From 29334fa020a5d54d8b147f8c12fb21e4982dbbb8 Mon Sep 17 00:00:00 2001 From: sameeranageshwar Date: Sun, 12 Apr 2026 01:27:45 -0400 Subject: [PATCH] chat icon --- website/src/lib/components/VoiceButton.svelte | 295 ++++++++++++++++++ website/src/routes/+layout.svelte | 11 +- 2 files changed, 304 insertions(+), 2 deletions(-) create mode 100644 website/src/lib/components/VoiceButton.svelte diff --git a/website/src/lib/components/VoiceButton.svelte b/website/src/lib/components/VoiceButton.svelte new file mode 100644 index 0000000..d9aba7e --- /dev/null +++ b/website/src/lib/components/VoiceButton.svelte @@ -0,0 +1,295 @@ + + +
+
+
+
+
+
+
+
+
+ +
+ + diff --git a/website/src/routes/+layout.svelte b/website/src/routes/+layout.svelte index 07f219f..640d7df 100644 --- a/website/src/routes/+layout.svelte +++ b/website/src/routes/+layout.svelte @@ -1,12 +1,15 @@ @@ -37,6 +40,10 @@ + {#if showVoiceButton} + + {/if} +
{@render children()}