Skip to content
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

Collapse a node's children after double-clicking #106

Closed
prrao87 opened this issue Mar 15, 2024 · 2 comments · Fixed by #112
Closed

Collapse a node's children after double-clicking #106

prrao87 opened this issue Mar 15, 2024 · 2 comments · Fixed by #112

Comments

@prrao87
Copy link
Member

prrao87 commented Mar 15, 2024

Related to #6.

When double-clicking a node, we expand the graph by showing all its children nodes and associated edges. However, there's no way to go back, once the children are displayed. Along with the "hide" node, we should look at providing a "hide children" option to allow the user to prevent the graph from exploding in size.

mewim added a commit that referenced this issue Mar 19, 2024
@mewim mewim linked a pull request Mar 19, 2024 that will close this issue
mewim added a commit that referenced this issue Mar 19, 2024
@mewim
Copy link
Member

mewim commented Mar 19, 2024

Screenshot 2024-03-19 at 9 55 06 PM Added this action to side bar.

@prrao87
Copy link
Member Author

prrao87 commented Mar 19, 2024

Makes sense 👌🏽.

Can we change it from "Unexpand neighbors" to "Collapse neighbors" instead?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants