mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
UX-2323 Update existing UI Guidelines: Notification types
This commit is contained in:
parent
745c55e8c3
commit
03335fb9f0
@ -17,9 +17,9 @@ Types of notifications:
|
||||
Choose a notification type based on a combination of two factors:
|
||||
|
||||
1. Is **user action** required to proceed?
|
||||
- Required immediately
|
||||
- Required but not immediately
|
||||
- Not required
|
||||
- [Required immediately](#action-is-required-immediately)
|
||||
- [Required but not immediately](#action-is-required-but-not-immediately)
|
||||
- [Not required](#action-is-not-required-to-proceed)
|
||||
|
||||
2. From what **context** the notification was initiated?
|
||||
- Editor
|
||||
@ -36,7 +36,7 @@ Use an alert in any context:
|
||||
Use a [banner](banner.md) if the context is the editor, a tool window, or a dialog:
|
||||
{width=706}
|
||||
|
||||
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).
|
||||
In any other context, use a [notification balloon](balloon.md).
|
||||
|
||||
### Action is not required to proceed
|
||||
Use a [notification balloon](balloon.md) in any context except dialogs:
|
||||
|
Loading…
x
Reference in New Issue
Block a user