#130 Improve error feedback
Opened by amitosh. Modified

Instead of showing an empty screen and a snackbar when an error occured, we should show a prominent message in the space and optionally a retry button.

We can use some image resources from undraw.co
They are good and MIT licensed.


Metadata Update from @amitosh:
- Issue tagged with: easy-fix

you mean something like this, right?

Screenshot_20190320-102336.png

There are few placeholder components under components which are currently not used. Perhaps a better way would be to adjust them to the use case. It is close to what we are looking for. Make a pull request. We can continue iterating over there.

thelittlewonder commented

I would recommend keeping the design consistent with the current components

Example: https://communityblog.fedoraproject.org/wp-content/uploads/2018/06/es.png

Let me know if you need help with the image resources, I can design something :)

I would recommend keeping the design consistent with the current components
Example: https://communityblog.fedoraproject.org/wp-content/uploads/2018/06/es.png
Let me know if you need help with the image resources, I can design something :)

Could you design a default error page? That would be displayed for any unforeseen error. @thelittlewonder

Metadata