FEATURE: Missing errors! #19
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The backend has many opportunities to return errors, yet the UI has no handling for such. That will be a big deal once the application is in production. There needs to be a way to display errors to both the user and the developer.
Not sure yet how they will be displayed, but it is definitely needed.
Currently, there exist toasts that display errors. This can be shown from anywhere in the application. So this can be resolved.