From 38bde3a73baab9b59c982f0f43e752e3ac949717 Mon Sep 17 00:00:00 2001
From: Zoe <62722391+juls0730@users.noreply.github.com>
Date: Tue, 3 Mar 2026 10:22:00 -0600
Subject: [PATCH] feat: support pasting files into the chat
---
app/components/ChatInput.vue | 25 +++++-
app/components/FileSelector.vue | 150 ++++++++++++++++----------------
2 files changed, 96 insertions(+), 79 deletions(-)
diff --git a/app/components/ChatInput.vue b/app/components/ChatInput.vue
index 98452c9..b82eabd 100644
--- a/app/components/ChatInput.vue
+++ b/app/components/ChatInput.vue
@@ -1,12 +1,17 @@
@@ -212,7 +233,7 @@ onUnmounted(() => {
-
+