About messages in Tx.
This is an attempt to capture the meaning of each element in few lines.
Flag messages
Flag messages are used for confirmations, alerts, and acknowledgments that require minimal user interaction. These event-driven messages provide simple feedback about an operation performed in a small popup.
System messages
System messages are used to display system feedback after a user action or a system's background task or process and usually don't offer actions to users.
Modal messages
Modal messages are used to initiate a dialog between the system and the user. They can have information, actions, options or stepped wizards but can also be simple and informative.
Tooltip messages
Tooltip messages consist of a message that's revealed when a user hovers over an icon or element. They are used to provide additional context and important information to users.
Notifications
Notifications appear at the very top of the screen and shift the content below it. They are used for critical system-level messaging.
//
@mikegianno @codegaze @nbasili
Feedback, comments ⇣
About messages in Tx.
This is an attempt to capture the meaning of each element in few lines.
Flag messages
Flag messages are used for confirmations, alerts, and acknowledgments that require minimal user interaction. These event-driven messages provide simple feedback about an operation performed in a small popup.
System messages
System messages are used to display system feedback after a user action or a system's background task or process and usually don't offer actions to users.
Modal messages
Modal messages are used to initiate a dialog between the system and the user. They can have information, actions, options or stepped wizards but can also be simple and informative.
Tooltip messages
Tooltip messages consist of a message that's revealed when a user hovers over an icon or element. They are used to provide additional context and important information to users.
Notifications
Notifications appear at the very top of the screen and shift the content below it. They are used for critical system-level messaging.
//
@mikegianno @codegaze @nbasili
Feedback, comments ⇣