micahstubbs / blockbuilder-graph-search-ui

user interface for blockbuilder graph search
0 stars 3 forks source link

53 show node no relationships fix #53 #56

Closed micahstubbs closed 7 years ago

micahstubbs commented 7 years ago

This PR ensures that a node is drawn if a gist_id is specified in the query string but the neo4j query does not return any nodes or relationships.

This gives a better user experience so that when a user clicks on a graph-search in blockbuilder search, they at least see that source block in the graph search view.

screen shot 2017-09-21 at 1 46 52 pm

issue #53