RightToAskOrg / righttoask-app

GNU General Public License v3.0
2 stars 2 forks source link

Refactor server error checking #213

Closed vteague closed 1 year ago

vteague commented 1 year ago

This primarily deals with correcting the error handling for updates on the QuestionDetailPage. The app now checks if it got a success message from the server and conveys this to the user if not. Various other things about question updates have also been cleaned up, including ensuring that the update button is only enabled if there are updates to make.