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

Let user search nodes by regex #1130

Merged
merged 2 commits into from
Apr 13, 2018
Merged

Commits on Apr 13, 2018

  1. Let user search nodes by regex

    This change introduces a search box to the graph explorer that lets the user input a regex and then performs a partial regex match on all nodes (both metanodes and ops) within the graph.
    
    When the user clicks on a match, the graph selects the node and pans to it if it is out of view.
    chihuahua committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    6ce3dac View commit details
    Browse the repository at this point in the history
  2. Remove build rule

    chihuahua committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    8aa0f24 View commit details
    Browse the repository at this point in the history