diff --git a/packages/frontend/src/main/components/comments/CommentEditor.vue b/packages/frontend/src/main/components/comments/CommentEditor.vue index 002b690ed..84ee23eaa 100644 --- a/packages/frontend/src/main/components/comments/CommentEditor.vue +++ b/packages/frontend/src/main/components/comments/CommentEditor.vue @@ -13,7 +13,7 @@ - - - - - mdi-pencil - - Archive Comment Thread - - - mdi-close - - - - This comment thread will be archived. Are you sure? - - - - Cancel - Archive - - -
- + - + + + mdi-camera-plus + + mdi-paperclip + + mdi-chevron-up mdi-chevron-down - Comment Thread + + {{ localReplies.length }} + {{ localReplies.length !== 1 ? 'replies' : 'reply' }} + - + mdi-close @@ -203,7 +197,11 @@ I know, this is bad copy paste. Sigh. Currently, one can only wish for a better world with less technical debt. --> -
+
- mdi-camera + mdi-camera-plus mdi-paperclip @@ -334,28 +333,6 @@
- - - - - mdi-pencil - - Archive Comment Thread - - - mdi-close - - - - This comment thread will be archived. Are you sure? - - - - Cancel - Archive - - -
+ + + + + mdi-pencil + + Archive Comment Thread + + + mdi-close + + + + This comment thread will be archived. Are you sure? + + + + Cancel + Archive + + +