From ac44d1fdef3aff22334df4528d26e9d4cb24fa37 Mon Sep 17 00:00:00 2001 From: Soulter <37870767+Soulter@users.noreply.github.com> Date: Mon, 2 Mar 2026 12:26:55 +0800 Subject: [PATCH] feat: enhance chat interface and mobile responsiveness (#5635) --- dashboard/index.html | 2 +- dashboard/src/components/chat/Chat.vue | 20 +++--- dashboard/src/components/chat/ChatInput.vue | 71 +++++++++++-------- .../components/chat/ConversationSidebar.vue | 9 ++- dashboard/src/components/chat/MessageList.vue | 1 + .../full/vertical-header/VerticalHeader.vue | 52 +++++++++++++- dashboard/src/scss/style.scss | 4 ++ dashboard/src/stores/customizer.ts | 11 ++- 8 files changed, 125 insertions(+), 45 deletions(-) diff --git a/dashboard/index.html b/dashboard/index.html index 30513dea2..771f72aff 100644 --- a/dashboard/index.html +++ b/dashboard/index.html @@ -3,7 +3,7 @@ - + diff --git a/dashboard/src/components/chat/Chat.vue b/dashboard/src/components/chat/Chat.vue index 054a18662..7c25e1bc3 100644 --- a/dashboard/src/components/chat/Chat.vue +++ b/dashboard/src/components/chat/Chat.vue @@ -37,14 +37,7 @@