From 169b5c02096effeb2698c16f099bcf23ebd4a866 Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Sun, 31 Mar 2024 23:31:30 +0800 Subject: [PATCH] :sparkles: Chat replying --- src/components/chat/ChatEditor.vue | 44 ++++++++++++++++++- src/components/chat/ChatList.vue | 4 +- src/components/chat/ChatMessage.vue | 67 ++++++++++++++++++----------- src/components/posts/PostList.vue | 2 +- src/stores/channels.ts | 2 + 5 files changed, 90 insertions(+), 29 deletions(-) diff --git a/src/components/chat/ChatEditor.vue b/src/components/chat/ChatEditor.vue index e30a6dc..fea8242 100644 --- a/src/components/chat/ChatEditor.vue +++ b/src/components/chat/ChatEditor.vue @@ -1,5 +1,33 @@