From b84090c9a3f62a10cf3b665087e4ab945faa46f7 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 19:14:33 +0000 Subject: [PATCH] Refactor chat input layout --- src/components/chat/ChatInput.tsx | 41 +++++++++++++++++-------------- 1 file changed, 23 insertions(+), 18 deletions(-) diff --git a/src/components/chat/ChatInput.tsx b/src/components/chat/ChatInput.tsx index e8ccd0e..0ac64d2 100644 --- a/src/components/chat/ChatInput.tsx +++ b/src/components/chat/ChatInput.tsx @@ -57,10 +57,10 @@ export const ChatInput = ({ onSendMessage }: ChatInputProps) => { return (
-
+
{/* Attached Files Preview */} {attachedFiles.length > 0 && ( -
+
{attachedFiles.map((file, index) => (
{
)} -
-