From 6f29152d6e08e8b3d7ac0e067d8a2b2602618e94 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/components/vibn-chat/chat-panel.tsx b/components/vibn-chat/chat-panel.tsx index cadca706..c647203c 100644 --- a/components/vibn-chat/chat-panel.tsx +++ b/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 && (