Add "Expand All" action to Comments panel - #173132
Merged
Merged
Conversation
Hermann Loose (hermannloose)
force-pushed
the
expand-all
branch
from
February 2, 2023 10:01
947ad09 to
af8e830
Compare
Alex Ross (alexr00)
enabled auto-merge (squash)
February 2, 2023 13:15
Alex Ross (alexr00)
approved these changes
Feb 2, 2023
Alex Ross (alexr00)
left a comment
Member
There was a problem hiding this comment.
This looks great, thank you fo rthe PR!
Daniel Imms (Tyriar)
approved these changes
Feb 2, 2023
auto-merge was automatically disabled
February 2, 2023 15:08
Pull request was closed
Alex Ross (alexr00)
enabled auto-merge (squash)
February 2, 2023 15:17
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Fixes #172539.
I took inspiration from #85428 to only show one action at a time in the same place, making Expand All available when all items are collapsed.
Verified manually in a workspace with comments across two files and I mostly mirrored what was there for Collapse All, but I am not very familiar with the tree view APIs, so I hope I am using them correctly.