- What is a dialog UI?
- What is the purpose of providing a confirmation message before deleting or modifying a record?
What is a dialog UI?
Dialogs are modal UI overlays that provide contextual app information. Dialogs block interactions with the app window until being explicitly dismissed. They often request some kind of action from the user.
What is the purpose of providing a confirmation message before deleting or modifying a record?
To allow users a second chance to check their work before proceeding with a dangerous action.