kuzudb / explorer

Browser-based user interface for Kùzu graph database
https://hub.docker.com/r/kuzudb/explorer
MIT License
34 stars 5 forks source link

Open the side panel when clicking on a node or edge. Expand a node to its neighbors when double clicking. #79

Closed semihsalihoglu-uw closed 8 months ago

semihsalihoglu-uw commented 9 months ago

Currently the side panel of the graph view in the shell panel does not open automatically. One has to click on the arrow at the end of the graph view to open it and see the node and relationship properties. I think it should open as one clicks on a node/rel.

We should also have the behavior that when double clicking on a node, it should expand to its neighbors.

mewim commented 8 months ago

1 is addressed in #82