mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
UX-2323 Update existing UI Guidelines: Notification types
This commit is contained in:
parent
1e9c9b4dde
commit
745c55e8c3
@ -18,7 +18,7 @@ Choose a notification type based on a combination of two factors:
|
|||||||
|
|
||||||
1. Is **user action** required to proceed?
|
1. Is **user action** required to proceed?
|
||||||
- Required immediately
|
- Required immediately
|
||||||
- Required, but not immediately
|
- Required but not immediately
|
||||||
- Not required
|
- Not required
|
||||||
|
|
||||||
2. From what **context** the notification was initiated?
|
2. From what **context** the notification was initiated?
|
||||||
@ -28,23 +28,21 @@ Choose a notification type based on a combination of two factors:
|
|||||||
- Any other location
|
- Any other location
|
||||||
|
|
||||||
|
|
||||||
### Alert
|
### Action is required immediately
|
||||||
An action is required immediately, in any context.
|
Use an alert in any context:
|
||||||
|
{width=706}
|
||||||
|
|
||||||
{width=706}
|
### Action is required but not immediately
|
||||||
|
Use a [banner](banner.md) if the context is the editor, a tool window, or a dialog:
|
||||||
|
{width=706}
|
||||||
|
|
||||||
### Banner
|
A situation, where an action is required but not immediatly in any other context, is unlikely. However, if it occures, use a [notification balloon](balloon.md).
|
||||||
[Main article](banner.md)
|
|
||||||
|
|
||||||
An action is required but not immediately, in the editor, tool windows, and dialogs.
|
### Action is not required to proceed
|
||||||
{width=706}
|
Use a [notification balloon](balloon.md) in any context except dialogs:
|
||||||
|
{width=706}
|
||||||
|
|
||||||
An action is not required in a dialog.
|
In a dialog, use a [banner](banner.md):
|
||||||
{width=706}
|
{width=706}
|
||||||
|
|
||||||
### Notification balloon
|
|
||||||
[Main article](balloon.md)
|
|
||||||
|
|
||||||
An action is not required to proceed, in any context except dialogs.
|
|
||||||
|
|
||||||
{width=706}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user