In various locations around the app the user can do data-destructive actions such as resetting the default points and deleting points. I want to put together a simple, on-theme confirmation dialog component that I can pop up for these and future actions to prevent users from accidentally performing destructive actions.
AC includes:
design a simple on-brand confirmation dialog box
create a reusable component that accepts content parameters for the various parts of the component
implement the new confirmation dialog on any data-sensitive actions
In various locations around the app the user can do data-destructive actions such as resetting the default points and deleting points. I want to put together a simple, on-theme confirmation dialog component that I can pop up for these and future actions to prevent users from accidentally performing destructive actions.
AC includes: