This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Add ability to collapse directories#73
Merged
sadick254 merged 2 commits intoatom:masterfrom May 12, 2021
bign8:collapsible-directories
Merged
Add ability to collapse directories#73sadick254 merged 2 commits intoatom:masterfrom bign8:collapsible-directories
sadick254 merged 2 commits intoatom:masterfrom
bign8:collapsible-directories
Conversation
ghost
suggested changes
Feb 5, 2020
Comment on lines
1
to
2
| /** @babel */ | ||
|
|
ghost
approved these changes
Feb 5, 2020
|
` ` |
|
Please merge! |
ghost
approved these changes
Apr 2, 2021
Comment on lines
1
to
2
| /** @babel */ | ||
|
|
Contributor
Author
|
I'm not quite sure what the Atom maintainers are looking for, so I tried to reach out on the Atom discussions page, maybe that can stir some interest. |
sadick254
approved these changes
May 12, 2021
Contributor
sadick254
left a comment
There was a problem hiding this comment.
This looks good. Thank you for adding tests around this.
|
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.

Requirements
Description of the Change
Add the ability to collapse directories.
Alternate Designs
No alternative designs were considered, but I'm open to suggestions!
Benefits
Users could collapse large and/or complicated directory structures.
Possible Drawbacks
None that I am aware of.
Applicable Issues
#55 - This isn't full tree-view integration, but it may be enough to feel like it.