summaryrefslogtreecommitdiffstats
path: root/ui/src/components/post-form.tsx
AgeCommit message (Collapse)Author
2020-07-11Redirect error on create_post page for not logged in users. #937 (#938)ernestwisniewski
2020-07-10Forbid users to use empty titles for posts (#930)Tony Antonov
- Add a regex that checks if string contains anything but whitespace - Check for whitespace-only titles on post creation and edit - Trim whitespace from titles before saving - Add frontend validation to title
2020-07-10Replacing selectr with choices.js for community searching. (#932)Dessalines
- Fixes #839 - Fixes #847
2020-07-09Removing twemoji, and the massive emoji picker. Fixes #895Dessalines
2020-07-08Blocking page refresh when forms are filled. Fixes #671Dessalines
2020-07-08HTML title bugs.Dessalines
- Fixing HTML titles for some pages. Fixes #801 - Removing WebSocketService.Instance.site, fetching site on demand now.
2020-06-30improve lighthouse best practices audit (#863)Andy Coupe
* improve safety of cross origin links * add additional safety for cross origin links * remove duplicates
2020-06-23Merge branch 'master' into federation_merge_from_master_2Dessalines
2020-06-22Coerce empty post form to undefined. Fixes #602Dessalines
2020-06-22Disable submit when loading. Fixes #706Dessalines
2020-06-22Making comment, post, and message preview a card. Fixes #817Dessalines
2020-06-10Adding delete picture via pict-rs delete tokens. Fixes #505Dessalines
2020-06-09Fixing some front end pictshare to pictrs conversions.Dessalines
2020-06-09Merge branch 'master' into federationFelix Ableitner
2020-06-08Use pictrs instead of pictshareFelix Ableitner
2020-05-28For top-bar post creation, dont select a default community. Fixes #729Dessalines
2020-04-14Front end federation names and links for users, posts, and communities.Dessalines
2020-04-14Merge branch 'dev' into federationDessalines
2020-04-12Use twemoji style for emoji picker.Dessalines
2020-04-12Add Emoji squashed commit.Dessalines
2020-03-07Iframely and pictshare backend mostly done.Dessalines
2020-03-06Ask for confirmation on leaving pages with incomplete forms. Fixes #529Dessalines
2020-03-03A first pass at adding icons, and tippy tooltips.Dessalines
- Adding icons for post-listing, comment-node, and navbar. - Adding html titles. - Updating moment expand to use users locale.
2020-02-15Fix minor issue with selector. Fix issue with truncate wrapping.Dessalines
2020-02-12Add community refine by searching on new post creation. Fixes #521Dessalines
2020-02-07Fix issue with post creating redirecting other posts. Fixes #520Dessalines
2020-02-06Increasing post title length limit to 200. Fixes #515Dessalines
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-27Allow pasting images into comment boxes and post url box. Fixes #472Dessalines
2020-01-25Fixing front end error messages. Fixes #462Dessalines
2020-01-24Adding autocomplete to post, community, message, and site forms. Fixes #453Dessalines
2020-01-23Done merging http-api and private_messageDessalines
2020-01-22Adding a toaster to replace alerts. Fixes #457Dessalines
2020-01-19Strongly typing WebsocketJsonResponse. Forgot comment-form.tsxDessalines
2020-01-18First pass at fixing UI to work with new websocketresponses.Dessalines
2020-01-06Upgrade package.json.Dessalines
2020-01-03Fixing create_post, create_community, and login pages.Dessalines
- Includes fetching the site for `enable_nsfw` info. Fixes #400
2020-01-01Finally got debounce working!Dessalines
- Fixes #367 - Fixes #376
2019-12-29Preview image type post.Dessalines
- Fixes #383
2019-12-28Post editing fix.Dessalines
2019-12-28Removing debounce.Dessalines
2019-12-15Fixing suggested title filling.Dessalines
2019-12-14Fix post title and url change.Dessalines
- Fixes #368
2019-12-11Adding debounce for post name and url changeDessalines
- Fixes #367
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-11-21Adding archive button for valid post urls.Dessalines
- Fixes #342
2019-10-18Running prettier on code.Dessalines
- #305 , #309
2019-10-17Don't allow image uploads for non-logged-in users.Dessalines
- Fixes #297
2019-09-08Add image loading indicator.Dessalines