Add "Direct references only" option to graph control#895
Merged
KirillOsenkov merged 1 commit intoKirillOsenkov:mainfrom Sep 14, 2025
Merged
Add "Direct references only" option to graph control#895KirillOsenkov merged 1 commit intoKirillOsenkov:mainfrom
KirillOsenkov merged 1 commit intoKirillOsenkov:mainfrom
Conversation
The size of the target graph is often so large that related nodes aren't visible within the viewport. This change adds a checkbox to the toolbar that causes nodes that aren't directly referenced from the selected node. Clicking on one of those nodes will refocus the graph around that node, adding any newly needed nodes and hiding any no longer directly referenced.
KirillOsenkov
approved these changes
Sep 14, 2025
Owner
KirillOsenkov
left a comment
There was a problem hiding this comment.
This is amazing!!
Now do the cones (closure of all referenced and closure of all referencing) :)
Contributor
Author
Great idea. Any idea or preference on how to present that in the UI? |
Owner
|
maybe another checkbox ("show transitive closure only") or something |
Contributor
Author
|
Ok, so one checkbox to support both directions (one option for both cones rather than two options for separate cones). Will give it a crack. |
Contributor
Author
This was referenced Sep 22, 2025
Merged
This was referenced Sep 29, 2025
This was referenced Oct 24, 2025
This was referenced Nov 1, 2025
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 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.
The size of the target graph is often so large that related nodes aren't visible within the viewport.
This change adds a checkbox to the toolbar that causes nodes that aren't directly referenced from the selected node. Clicking on one of those nodes will refocus the graph around that node, adding any newly needed nodes and hiding any no longer directly referenced.
Screencast (includes command from #894, though that's not in this PR):