-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
display tree node loading on slow connections #7249
Merged
Merged
Conversation
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
akosyakov
added
navigator
issues related to the navigator/explorer
tree
issues related to the tree (ex: tree widget)
labels
Mar 1, 2020
akosyakov
commented
Mar 1, 2020
akosyakov
requested review from
AlexTugarev,
svenefftinge,
westbury,
vitaliy-guliy and
vince-fugnitto
March 1, 2020 09:57
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
akosyakov
force-pushed
the
akosyakov/animating-background-3450
branch
from
March 1, 2020 10:00
5c3b62d
to
3b5ff2c
Compare
akosyakov
force-pushed
the
akosyakov/animating-background-3450
branch
from
March 1, 2020 11:04
3b5ff2c
to
d748b70
Compare
AlexTugarev
reviewed
Mar 2, 2020
@akosyakov just for completeness, could you please state which CQ you refer to? |
AlexTugarev
reviewed
Mar 2, 2020
padding-right: calc(var(--theia-ui-padding)*2/3); | ||
padding-left: calc(var(--theia-ui-padding)/2); | ||
padding-right: calc(var(--theia-ui-padding)/2); | ||
min-width: var(--theia-icon-size); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
AlexTugarev
approved these changes
Mar 2, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried, and it works as advertised. Thanks Anton!
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
akosyakov
force-pushed
the
akosyakov/animating-background-3450
branch
from
March 2, 2020 09:57
d748b70
to
2f8f418
Compare
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What it does
TreeModel.markAsBusy(node, ms, cancellationToken)
to allow clients indicate that some task is performed for the given node (makes visul effect currently only for composite nodes)explorer
view containerexplorer
for the view containerCopied icons were already were approved in previous CQs.
How to test
Network Line Conditioner
or Charles2 proxyReview checklist
Reminder for reviewers