Toast notifications are brief pop-up messages that appear in the corner of your screen to confirm actions or alert you to issues. They appear automatically and disappear after a few seconds.
When Toast Notifications Appear
| Action | Toast Message |
|--------|---------------|
| Job Created | "Job Created" - Job {number} has been created successfully |
| Status Updated | "Status Updated" - Job status updated to {status} |
| Job Assigned | "Job Assigned" - Confirmation of driver assignment |
| Job Cancelled | "Job Cancelled" - Confirmation of cancellation |
| Error | "Error" - Description of what went wrong |
Toast Notification Types
How the Toast System Works
The application uses a centralized toast system:
Example Toast Flow - Job Creation
Toast Location
Toast notifications appear in the bottom-right corner of the screen by default, stacking if multiple appear quickly.