RightToAskOrg / righttoask-app

GNU General Public License v3.0
3 stars 2 forks source link

Inform users about exceeding character limit for question drafts #47

Open vteague opened 2 years ago

vteague commented 2 years ago

Currently, on the second page, the editor correctly restricts input to 280 characters (good) but doesn't tell the user what's happening.

Desired behaviour: implement a simple counter that tells people how many characters they have left. e.g. (n / 280 characters used).

This should also be applied to question-drafting and question-editing in the reading page. Ditto the QuestionDetails page.