summaryrefslogtreecommitdiffstats
path: root/ui/src/components/post-form.tsx
AgeCommit message (Expand)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
2020-07-10Replacing selectr with choices.js for community searching. (#932)Dessalines
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
2020-06-30improve lighthouse best practices audit (#863)Andy Coupe
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
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
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
2020-01-01Finally got debounce working!Dessalines
2019-12-29Preview image type post.Dessalines
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
2019-12-11Adding debounce for post name and url changeDessalines
2019-12-11Adding some site oriented settings.Dessalines
2019-11-21Adding archive button for valid post urls.Dessalines
2019-10-18Running prettier on code.Dessalines
2019-10-17Don't allow image uploads for non-logged-in users.Dessalines
2019-09-08Add image loading indicator.Dessalines