phonegap / phonegap-app-stockpile

n. - A storage pile accumulated for future use
Apache License 2.0
4 stars 10 forks source link

Show error when fetching via API fails #5

Closed devgeeks closed 6 years ago

devgeeks commented 7 years ago

Currently only a console.log()

https://github.com/phonegap/phonegap-app-stockpile/blob/master/src/components/pages/Results.vue#L86-L89

This should at the very least show an error dialog... but it would be even better if it checked offline status and gave an appropriate error if that is the case.

devgeeks commented 6 years ago

Fixed in 560abd03b54ecebd84459570220572bb95017ed4 ?