Expandable Spaces #38
Labels
No labels
bug
core
documentation
duplicate
enhancement
experiment
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
streigen/echelon#38
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add a maximum limit of 3 for deeply nested spaces, and allow the user to expand them 3 at a time.
For example:
a->1suba->2suba would be shown by default even if the entire tree is:
a->1suba->2suba->3suba->4suba->5suba
After clicking on 2suba, it expands to show 3 more, and if there is something beyond 5suba, they click it to expand it and so on.