From ffba2d56a33898e4e144df5ad7917001794d7a32 Mon Sep 17 00:00:00 2001 From: Dimitrie Stefanescu Date: Wed, 6 Jul 2022 17:52:53 +0100 Subject: [PATCH] feat(frontend): final mobile view adjustments for comment threads --- .../components/comments/CommentEditor.vue | 6 +- .../comments/CommentThreadViewer.vue | 124 ++++++++++-------- 2 files changed, 74 insertions(+), 56 deletions(-) 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 + + +