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:
parent
fd181f18a1
commit
dad737021f
3 changed files with 47 additions and 6 deletions
|
@ -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',
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue