halo/ui/console-src/modules/contents/comments/components
Ryan Wang 3487132154
Add support for hidden comments (#7679)
* Add 'hidden' field to comment and reply requests

Signed-off-by: Ryan Wang <i@ryanc.cc>

* Add support for filtering comments with hidden

* Specify hidden=false and approved=true for anonymous users

* Set default hidden flag only if null in comments

* Add 'private reply' option to comment modals

* Add private tag for hidden comments and replies

* Allow hiding comments only

* Enhance comment visibility logic to allow owners to view hidden comments

* Remove hidden input for reply form

Signed-off-by: Ryan Wang <i@ryanc.cc>

* Refine i18n

Signed-off-by: Ryan Wang <i@ryanc.cc>

---------

Signed-off-by: Ryan Wang <i@ryanc.cc>
Co-authored-by: John Niang <johnniang@foxmail.com>
2025-08-19 14:47:37 +08:00
..
CommentDetailModal.vue Add support for hidden comments (#7679) 2025-08-19 14:47:37 +08:00
CommentEditor.vue Comments now support rich text formatting display (#7674) 2025-08-12 06:26:47 +00:00
CommentListItem.vue Add support for hidden comments (#7679) 2025-08-19 14:47:37 +08:00
DefaultCommentContent.vue Comments now support rich text formatting display (#7674) 2025-08-12 06:26:47 +00:00
DefaultCommentEditor.vue Comments now support rich text formatting display (#7674) 2025-08-12 06:26:47 +00:00
OwnerButton.vue chore: update prettier and simplify config (#7589) 2025-06-25 09:47:21 +00:00
ReplyCreationModal.vue Comments now support rich text formatting display (#7674) 2025-08-12 06:26:47 +00:00
ReplyDetailModal.vue Add support for hidden comments (#7679) 2025-08-19 14:47:37 +08:00
ReplyListItem.vue Add support for hidden comments (#7679) 2025-08-19 14:47:37 +08:00
SubjectQueryCommentList.vue Add subject-based comment list modal (#7681) 2025-08-13 15:43:50 +08:00
SubjectQueryCommentListModal.vue Add subject-based comment list modal (#7681) 2025-08-13 15:43:50 +08:00