From 6a2027b0d46a676181437442680885e33836b805 Mon Sep 17 00:00:00 2001 From: mawkone Date: Wed, 10 Jun 2026 14:13:31 -0700 Subject: [PATCH] design(chat): add paperclip button to chat input and auto-resize textarea --- .../components/vibn-chat/chat-panel.tsx | 259 ++++++------------ 1 file changed, 89 insertions(+), 170 deletions(-) diff --git a/vibn-frontend/components/vibn-chat/chat-panel.tsx b/vibn-frontend/components/vibn-chat/chat-panel.tsx index cadca70..c647203 100644 --- a/vibn-frontend/components/vibn-chat/chat-panel.tsx +++ b/vibn-frontend/components/vibn-chat/chat-panel.tsx @@ -26,6 +26,7 @@ import { Sparkles, Compass, Cpu, + Paperclip, } from "lucide-react"; import { ProjectIconRail } from "@/components/project/project-icon-rail"; import { @@ -1965,118 +1966,6 @@ export function ChatPanel({ position: "relative", }} > - {/* Chat Mode Toggle */} -
- - - -
- {!mcpToken && (