From 1449869c0f0efa1d8460567bcca89891709d727b Mon Sep 17 00:00:00 2001 From: DJ2LS Date: Tue, 6 Feb 2024 22:49:55 +0100 Subject: [PATCH] adjusted chat navbars --- gui/src/components/chat.vue | 14 +- gui/src/components/chat_conversations.vue | 32 +++++ gui/src/components/chat_messages.vue | 124 +++++++++++++++++- gui/src/components/chat_navbar.vue | 153 ---------------------- gui/src/components/chat_new_message.vue | 6 +- 5 files changed, 165 insertions(+), 164 deletions(-) delete mode 100644 gui/src/components/chat_navbar.vue diff --git a/gui/src/components/chat.vue b/gui/src/components/chat.vue index 9f914bdb..dfbd9e69 100644 --- a/gui/src/components/chat.vue +++ b/gui/src/components/chat.vue @@ -1,5 +1,4 @@