From eb8a1387135f06c606073c0f38e562b456c3f01f Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Tue, 1 Jul 2025 21:00:43 +0800 Subject: [PATCH] feat: enhance conversation actions with delete functionality and improved styling --- dashboard/src/views/ChatPage.vue | 99 +++++++++++--------------------- 1 file changed, 32 insertions(+), 67 deletions(-) diff --git a/dashboard/src/views/ChatPage.vue b/dashboard/src/views/ChatPage.vue index 2954153ae..0dae041b2 100644 --- a/dashboard/src/views/ChatPage.vue +++ b/dashboard/src/views/ChatPage.vue @@ -31,7 +31,7 @@ elevation="0">
- +
@@ -49,8 +49,12 @@ }} --> @@ -65,22 +69,6 @@ -
- -
-
- -
- - mdi-delete - {{ tm('actions.deleteChat') }} - -
-
-
@@ -112,7 +100,7 @@