You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 12, 2026. It is now read-only.
Pretty much everything in this app assumes that everything was successful. The app really needs a centralized way to handle errors. I'm thinking that we can have some sort of global context / state that contains an error, and if it is set, the page can render something to notify the user that an error occurred.
A good element for this might be a toast or a callout
Pretty much everything in this app assumes that everything was successful. The app really needs a centralized way to handle errors. I'm thinking that we can have some sort of global context / state that contains an error, and if it is set, the page can render something to notify the user that an error occurred.
A good element for this might be a toast or a callout