stuyspec / cms

New CMS using React + Typescript.
MIT License
5 stars 10 forks source link

Add a button to make draft into an article #64

Open dchen278 opened 3 years ago

dchen278 commented 3 years ago

Currently, to publish an article, you have to change the "draft" in the URL to "article" and then click "Edit". This can get tedious really quickly.

TODO: Implement a way to make this easier