-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Repo Link & Add Comment Length Validation #453
Conversation
Release 0.3.0
Release 0.3.1
Release 0.4.0
Release 1.0.0
Release 1.1.0 (Unsquashed)
Release 1.1.1
Release 1.2.0
Release 1.3.0
Release 1.3.1
Release 1.3.2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
How would you feel about bumping up from 1k though? Does seem a bit small in retrospect.
I think 1K is reasonable. If we get user feedback, we can increase it. |
We're already seeing comments with 783 characters (see https://grants.zfnd.org/proposals/915080287-crypto-camp-in-the-south-bronx and unfortunately I can't link directly to the comment), so a 1000-character limit is definitely too low. |
Thanks for the feedback @tromer! We'll bump this up to 5,000 and can increase further if necessary. |
Closes #444
Part of #405
What this does
What this doesn't do
User feedback related to (2) is minimal, the textarea simply doesn't allow user to type additional characters. In the future, this could be improved by adding alerts, etc. Because this is handled by
react-mde
directly, we'd need to build our own checker outside ofreact-mde
to determine when we should should these error messages.