dashboards icon indicating copy to clipboard operation
dashboards copied to clipboard

Implement widget error handling

Open mstijak opened this issue 7 years ago • 1 comments

It's highly probable that some fetch calls will fail. In that case, the widget should display an error message and offer a button to retry loading of the data. This should be implemented on the app level, instead of requiring that each widget implements it on its own.

mstijak avatar Oct 17 '17 17:10 mstijak

Unfortunately, global error handling is not very simple to implement. Basic error handling is implemented in the btc-price-bchain-info widget and that can be used across widgets until a better way is found.

mstijak avatar Oct 24 '17 10:10 mstijak