From 3282491415b8aec2aecd0631d4d5e8eed3f0a970 Mon Sep 17 00:00:00 2001 From: josedario87 <71241187+josedario87@users.noreply.github.com> Date: Wed, 11 Jun 2025 04:49:16 -0600 Subject: [PATCH] Improve floating chat --- ui/src/components/chat/FloatingChat.vue | 54 ++++++++++++++++++++----- 1 file changed, 43 insertions(+), 11 deletions(-) diff --git a/ui/src/components/chat/FloatingChat.vue b/ui/src/components/chat/FloatingChat.vue index 63b52f6..9a13aec 100644 --- a/ui/src/components/chat/FloatingChat.vue +++ b/ui/src/components/chat/FloatingChat.vue @@ -7,14 +7,26 @@ const open = ref(false)