forked from eclipse-theia/theia
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support indeterminate progress notifications
* Default to `progress` notification type if `showProgress()` is used instead of overwriting it with `info` * Pass through `progress` notification type to view * Show indeterminate progress animation if type `progress` but without specifying a numeric `progress` value > 0 * Use `info` icon by default in view for `progress` notifications * Add sample menu contributions to document and test progress notifications with determinate and indeterminate progress Fixes eclipse-theia#10944 Change-Id: Ieaf0e775cd1ad282b396c26c9047f4930f483712
- Loading branch information
Showing
4 changed files
with
89 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters