From ff55062850d02f8c9d382c0ff3f25c3d65f99a39 Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Thu, 11 Apr 2024 22:37:44 +0800 Subject: [PATCH] :lipstick: Better chatting ui :bug: Fix multiple connections --- src/components/chat/ChatEditor.vue | 5 +- .../navigation/NavigationDrawer.vue | 24 ++++----- src/layouts/chat.vue | 54 +++++++++++-------- src/layouts/master.vue | 2 +- src/stores/ui.ts | 5 +- src/views/chat/page.vue | 18 ++++--- 6 files changed, 63 insertions(+), 45 deletions(-) diff --git a/src/components/chat/ChatEditor.vue b/src/components/chat/ChatEditor.vue index d19d541..2692fa3 100644 --- a/src/components/chat/ChatEditor.vue +++ b/src/components/chat/ChatEditor.vue @@ -60,7 +60,6 @@ auto-grow hide-details class="w-full" - variant="solo" density="comfortable" placeholder="Enter some messages..." :rows="1" @@ -70,7 +69,7 @@ @keydown="onEditorKeydown" @paste="pasteMedia" > -