From dad737021f11f2e56d5d769e7161de55de9cc1fe Mon Sep 17 00:00:00 2001 From: Suhavi Sandhu Date: Wed, 13 Jan 2021 08:46:45 -0500 Subject: [PATCH] =?UTF-8?q?Adds=20character=20count=20to=20reply=20box=20?= =?UTF-8?q?=F0=9F=98=B3=20(#1634)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Added characters remaining to reply box * Changed warning text for character length * Decreased font size of message --- .../widgets/WootWriter/ReplyTopPanel.vue | 35 +++++++++++++++++-- .../widgets/WootWriter/constants.js | 5 +++ .../widgets/conversation/ReplyBox.vue | 13 ++++--- 3 files changed, 47 insertions(+), 6 deletions(-) diff --git a/app/javascript/dashboard/components/widgets/WootWriter/ReplyTopPanel.vue b/app/javascript/dashboard/components/widgets/WootWriter/ReplyTopPanel.vue index 390bf1160..775087719 100644 --- a/app/javascript/dashboard/components/widgets/WootWriter/ReplyTopPanel.vue +++ b/app/javascript/dashboard/components/widgets/WootWriter/ReplyTopPanel.vue @@ -19,12 +19,18 @@ {{ $t('CONVERSATION.REPLYBOX.PRIVATE_NOTE') }} -
+
+
+ + {{ characterLengthWarning }} + +
+