Problem
Destructive actions such as deleting a document, revoking a verification, or removing a user have no confirmation step. Users can accidentally trigger irreversible actions without any warning.
Proposed Solution
Create a reusable ConfirmationModal component inside frontend/module/components/confirmation-modal/ that wraps any destructive action behind a modal confirmation dialog.
Acceptance Criteria
Problem
Destructive actions such as deleting a document, revoking a verification, or removing a user have no confirmation step. Users can accidentally trigger irreversible actions without any warning.
Proposed Solution
Create a reusable ConfirmationModal component inside
frontend/module/components/confirmation-modal/that wraps any destructive action behind a modal confirmation dialog.Acceptance Criteria