From 552467b52323f0487374c2ffe5f86a30574cf458 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Thu, 10 Jun 2021 10:02:43 +0200 Subject: [PATCH] Improve display of comment announcements Signed-off-by: Thomas Citharel --- js/src/components/Comment/Comment.vue | 74 +++++++++++++++++------ js/src/components/Comment/CommentTree.vue | 15 ++++- 2 files changed, 67 insertions(+), 22 deletions(-) diff --git a/js/src/components/Comment/Comment.vue b/js/src/components/Comment/Comment.vue index ea904c129..6a85c3358 100644 --- a/js/src/components/Comment/Comment.vue +++ b/js/src/components/Comment/Comment.vue @@ -1,10 +1,13 @@