Listoka / bittoka

4 stars 1 forks source link

Draft Fix #199

Closed robbyphillips closed 5 years ago

robbyphillips commented 5 years ago

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.