NCATS-Tangerine / tranql

A Translator Query Language
https://researchsoftwareinstitute.github.io/data-translator/apps/tranql
MIT License
7 stars 6 forks source link

Object Inspector #19

Open stevencox opened 5 years ago

stevencox commented 5 years ago

If Select mode is enabled and one selects a node, the view below is what you get.

That small window at the bottom is non-resizable and difficult to navigate in.

Replace with a better view - perhaps a resizable split pane.

image

frostyfan109 commented 5 years ago

Now fully implemented in my fork. Likely contains a couple unfound bugs still.

stevencox commented 5 years ago

Looking forward to it. Should there perhaps be a react-json-tree in package.json?

frostyfan109 commented 5 years ago

Yes there should, if that information is still useful.

stevencox commented 5 years ago

This seems to work with nodes but not links. The object viewer should render JSON for links as well.