Open frinzekt opened 2 years ago
As a user, if something went wrong while loading, I want to knkw
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
Relevant to #75, the useSWRAuth has a field that gets the error of the request.
useSWRAuth
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
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