From 856c514c156e3c5a58fa081ce3d906d1779b62c5 Mon Sep 17 00:00:00 2001 From: ngthanhvu Date: Fri, 24 Jul 2026 05:51:08 -0400 Subject: [PATCH] feat: update comment and reply components to support mention formatting and improve user experience --- app/components/CommentReplies.vue | 85 +++++++++++---------- app/components/CommentSection.vue | 119 ++++++++++++++++++------------ app/pages/xem/[slug].vue | 4 +- server/api/comments/index.get.ts | 8 +- 4 files changed, 122 insertions(+), 94 deletions(-) diff --git a/app/components/CommentReplies.vue b/app/components/CommentReplies.vue index fd6249b..8cc9fe9 100644 --- a/app/components/CommentReplies.vue +++ b/app/components/CommentReplies.vue @@ -1,5 +1,5 @@