Interaction I-06
Toast = Info.
Dialog = Decision.
Toast: ephemeral, non-blocking
File saved · Undo
Dialog: requires a choice
Unsaved Changes
Save before closing?
Discard
Save
LaunchYourVibe I-06
Dialogs steal focus because they have to. If the user can ignore it, use a toast. If they must choose, use a dialog. Never use a dialog to say something they don't need to act on.
View all cards