Standard modals, confirmations, success toasts, and error handling for IMS.
Confirmation Modal Pattern
Use this before doing destructive or important actions (delete record, approve PR, finalize PO, etc.).
JS (sample): if (user confirms) → run backend → show success toast
Action Success Toast / Alert
Use after successful save / delete / update. Auto-dismiss after ~3 seconds.
Default position: upper right for normal success.
You can also show it centered if it's a big/important notice.