mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 12:08:01 +00:00
Adds character count to reply box 😳 (#1634)
* Added characters remaining to reply box * Changed warning text for character length * Decreased font size of message
This commit is contained in:
@@ -2,3 +2,8 @@ export const REPLY_EDITOR_MODES = {
|
||||
REPLY: 'REPLY',
|
||||
NOTE: 'NOTE',
|
||||
};
|
||||
|
||||
export const CHAR_LENGTH_WARNING = {
|
||||
UNDER_50: 'characters remaining',
|
||||
NEGATIVE: 'characters over',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user