From dc746fbe665553a8c226ddd5614de39585dcdea3 Mon Sep 17 00:00:00 2001 From: lc6464 Date: Thu, 11 Jun 2026 22:56:21 +0800 Subject: [PATCH] refactor: soften chat composer hint --- .../src/components/chat/chat-composer.tsx | 39 ++++++------------- 1 file changed, 12 insertions(+), 27 deletions(-) diff --git a/web/frontend/src/components/chat/chat-composer.tsx b/web/frontend/src/components/chat/chat-composer.tsx index a06e5304..315c2f9f 100644 --- a/web/frontend/src/components/chat/chat-composer.tsx +++ b/web/frontend/src/components/chat/chat-composer.tsx @@ -10,11 +10,6 @@ import TextareaAutosize from "react-textarea-autosize" import { ContextUsageRing } from "@/components/chat/context-usage-ring" import { Button } from "@/components/ui/button" -import { - Tooltip, - TooltipContent, - TooltipTrigger, -} from "@/components/ui/tooltip" import { cn } from "@/lib/utils" import type { ChatAttachment, ContextUsage } from "@/store/chat" @@ -188,28 +183,18 @@ export function ChatComposer({ /> )} {canInput ? ( - - - - - - - + + ) : null} @@ -218,7 +203,7 @@ export function ChatComposer({