From 0c213b0a9f9710b197db501f828c29f73dca5636 Mon Sep 17 00:00:00 2001 From: JOJO <1498581755@qq.com> Date: Sat, 4 Apr 2026 20:52:50 +0800 Subject: [PATCH] feat: polish minimal summary loader interactions --- static/src/components/chat/ChatArea.vue | 3 ++ static/src/components/chat/MinimalBlocks.vue | 44 +++++++++++++------ .../chat/loaders/BouncingSquaresLoader.vue | 29 ++++++------ .../components/chat/loaders/RippleLoader.vue | 19 ++++---- static/src/components/chat/loaders/index.ts | 40 +++++++++++++++-- .../styles/components/chat/_chat-area.scss | 6 +-- 6 files changed, 96 insertions(+), 45 deletions(-) diff --git a/static/src/components/chat/ChatArea.vue b/static/src/components/chat/ChatArea.vue index 74d3dce..35fe352 100644 --- a/static/src/components/chat/ChatArea.vue +++ b/static/src/components/chat/ChatArea.vue @@ -52,6 +52,8 @@