Closes #174
We no longer create an initial draft post on the server, but instead wait until the user actually hits 'save draft' button. In the future, this should probably be automatic after a certain amount of time or number of changes, but it is an improvement for now.
Additionally, the save draft button now applies the disabled status and changes its text to 'Saving..' until we get the response back from the server that it has saved. This is a pretty crude feedback mechanism at the moment, and it doesn't look that great when the response time is quick. Definitely room for improvement here.
Closes #174 We no longer create an initial draft post on the server, but instead wait until the user actually hits 'save draft' button. In the future, this should probably be automatic after a certain amount of time or number of changes, but it is an improvement for now.
Additionally, the save draft button now applies the
disabled
status and changes its text to 'Saving..' until we get the response back from the server that it has saved. This is a pretty crude feedback mechanism at the moment, and it doesn't look that great when the response time is quick. Definitely room for improvement here.