Toast notifications
Most actions in the platform give feedback through a toast — a brief banner at the bottom center of the screen. An error toast appears automatically whenever an action fails, and a success toast appears after many successful actions, such as creating or updating a record. An error toast stays visible for about 10 seconds and a success toast for about 3 seconds; either can also be closed early.
Popups for longer messages
Some actions show a popup — a modal dialog — instead of a toast. Popups are used when the message is long or technical enough to need scrolling and copying, for example the raw response from an advanced station command. Unlike a toast, a popup does not disappear on its own; close it when you are done reading.
Confirmation dialogs Actions that permanently remove something — deleting a card,
tariff, location, or user, for example — show a confirmation dialog before they run, sometimes naming the specific item being removed. The action only proceeds once you confirm.
Documented exceptions — these fire immediately, with no confirmation step, so use them deliberately:
- Removing a dashboard widget (see section 1.4).
- Sending a station reset command, soft or hard (see section 5.6).