From 0a4c75ce45867c369a390c1c32125923b4cc0ab8 Mon Sep 17 00:00:00 2001 From: JOJO <1498581755@qq.com> Date: Sun, 28 Jun 2026 00:15:07 +0800 Subject: [PATCH] Add fold/expand and hover actions to user message bubbles --- static/icons/git-fork.svg | 1 + static/src/components/chat/ChatArea.vue | 173 +++++++++++++++++- .../styles/components/chat/_chat-area.scss | 94 ++++++++++ 3 files changed, 266 insertions(+), 2 deletions(-) create mode 100644 static/icons/git-fork.svg diff --git a/static/icons/git-fork.svg b/static/icons/git-fork.svg new file mode 100644 index 0000000..7ad04cf --- /dev/null +++ b/static/icons/git-fork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/src/components/chat/ChatArea.vue b/static/src/components/chat/ChatArea.vue index 4150aa5..430f3eb 100644 --- a/static/src/components/chat/ChatArea.vue +++ b/static/src/components/chat/ChatArea.vue @@ -20,10 +20,18 @@ {{ userHeaderLabel(msg) }} -
+