Alert dialog

Destructive confirms — irreversible actions only.

Primitives · fixture-only

Destructive confirm only

AlertDialog for irreversible deletes and bulk operations — explicit Cancel + Confirm.

Workshop: Record delete, workflow cancel, approval rejection.
Avoid: AlertDialog for non-destructive actions — use Dialog instead.

Fixture data only — behaviour matches production chrome

Destructive confirm

Explicit approve/deny with focus trap — irreversible actions only.