From 76b56e55c430620db54d9f87af070a833b77cbea Mon Sep 17 00:00:00 2001 From: ngthanhvu Date: Sat, 1 Aug 2026 12:24:56 -0400 Subject: [PATCH] feat(CommentSection): add chevron-down icon to load more button --- app/components/CommentSection.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/components/CommentSection.vue b/app/components/CommentSection.vue index 7b8ab2a..20e2fd2 100644 --- a/app/components/CommentSection.vue +++ b/app/components/CommentSection.vue @@ -353,7 +353,7 @@ function timeAgo(dateStr: string): string { function formatMentions(content: string) { let html = content.replace(/@(\S+)/g, '@$1') - html = html.replace(/!\[GIF\]\((https?:\/\/[^\s)]+)\)/g, 'GIF') + html = html.replace(/!\[GIF\]\((https?:\/\/[^\s)]+)\)/g, 'GIF') return html } @@ -463,7 +463,7 @@ watch(() => props.slug, () => {
-
+
Ghim bởi Admin
@@ -507,7 +507,7 @@ watch(() => props.slug, () => { class="flex items-center gap-1 text-xs" :class="comment.userVote === 1 ? 'text-cinek-400' : 'text-slate-500 hover:text-slate-300'"> {{ comment.likeCount - }} + }}