From f5ea1ce250cb02fbc583c6cb3f52a923912d0178 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Thu, 5 Mar 2026 13:53:19 -0600 Subject: [PATCH] feat: add copy-to-clipboard button next to download in file toolbar --- src/lib/components/chat/FileNav.svelte | 27 ++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/src/lib/components/chat/FileNav.svelte b/src/lib/components/chat/FileNav.svelte index 3897a3c40c..141f4c68bc 100644 --- a/src/lib/components/chat/FileNav.svelte +++ b/src/lib/components/chat/FileNav.svelte @@ -762,6 +762,33 @@ {/if} {/if} + {#if fileContent !== null} + + + + {/if}