Flash Messages #5
Loading…
Add table
Add a link
Reference in a new issue
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?
When being redirected after an action, it's helpful to have an area of the application that is always available to show a message about the action that happened. These can be success or failure messages, but regardless the user should be made aware of what happened or is happening in the background.
These are typically implemented as a layout level component that shows a floating message box somewhere on the screen with the text of the response entered by the UI renderer.