summaryrefslogtreecommitdiffstats
path: root/ui/src/components/site-form.tsx
AgeCommit message (Collapse)Author
2020-07-08Blocking page refresh when forms are filled. Fixes #671Dessalines
2020-06-22Disable submit when loading. Fixes #706Dessalines
2020-06-22Changing edit to save for some forms. Fixes #829Dessalines
2020-04-10Adding an admin settings page.Dessalines
- Fixes #620 - Adding a UserListing component. Fixes #627
2020-03-06Ask for confirmation on leaving pages with incomplete forms. Fixes #529Dessalines
2020-02-02Finishing up interpolation rework.Dessalines
2020-01-31usability featuresRichard
This are all the commits from another PR combined into a single commit.
2020-01-24Adding autocomplete to post, community, message, and site forms. Fixes #453Dessalines
2020-01-06Upgrade package.json.Dessalines
2019-12-11Adding some site oriented settings.Dessalines
- Adding option to close registration. Fixes #350 - Adding option to disable showing NSFW buttons. Fixes #364 - Adding option to disable downvotes. Fixes #239
2019-10-18Running prettier on code.Dessalines
- #305 , #309
2019-08-09Adding support for internationalization / i18n (#189)Dessalines
* Still not working * Starting to work on internationalization * Main done. * i18n translations first pass. * Localization testing mostly done. * Second front end pass. * Added a few more translations. * Adding back end translations.
2019-04-29Adding a max character of 10k to textareasDessalines
2019-04-21Add site editing.Dessalines
- Fixes #96
2019-04-19Saving replies, the actual fixes will be in the merge to dev.Dessalines
2019-04-18Adding max length to user, post, and forum fields.Dessalines
Fixes #76
2019-04-16Before big moderation mergeDessalines