uwasystemhealth / IndEAAv2

A web application that streamlines course review by industry advisory panels. A complete rewrite of https://github.com/uwasystemhealth/IndEAA
4 stars 1 forks source link

[FEATURE] Error Display when Loading #77

Open frinzekt opened 2 years ago

frinzekt commented 2 years ago

Is your feature request related to a problem? Please describe

As a user, if something went wrong while loading, I want to knkw

Describe the solution you'd like

Use the MUI V5 Alert component. I think you can display it as it is, instead of using a snack bar. It's your choice

Additional context

Relevant to #75, the useSWRAuth has a field that gets the error of the request.

Chrome Dev tools in the network tab can simulate offline or slow connection... You can also just shutoff the backend container to help you here