From 6849d35bf5f280866b8b35b54b3f1c151464dc2e Mon Sep 17 00:00:00 2001 From: balibabu Date: Fri, 6 Mar 2026 11:42:25 +0800 Subject: [PATCH] Feat: Optimize the style of the chat page. (#13429) ### What problem does this PR solve? Feat: Optimize the style of the chat page. ### Type of change - [x] New Feature (non-breaking change which adds functionality) --- web/src/components/message-input/next.tsx | 7 +- .../components/message-item/group-button.tsx | 7 +- web/src/components/message-item/index.tsx | 2 +- web/src/components/ui/button.tsx | 2 + web/src/locales/en.ts | 72 +++++++++---------- web/src/pages/chunk/chunk-toolbar.tsx | 2 +- web/src/pages/chunk/index.tsx | 2 +- .../components/chunk-result-bar/index.tsx | 6 +- web/src/pages/next-chats/chat/index.tsx | 7 +- web/tailwind.config.js | 4 -- 10 files changed, 59 insertions(+), 52 deletions(-) diff --git a/web/src/components/message-input/next.tsx b/web/src/components/message-input/next.tsx index 70fbeb9586..e7cdd0c16b 100644 --- a/web/src/components/message-input/next.tsx +++ b/web/src/components/message-input/next.tsx @@ -14,6 +14,7 @@ import { } from '@/components/file-upload'; import { Button } from '@/components/ui/button'; import { Textarea } from '@/components/ui/textarea'; +import { cn } from '@/lib/utils'; import { t } from 'i18next'; import { Atom, @@ -246,8 +247,10 @@ export function NextMessageInput({