Open sergeysova opened 8 years ago
Hello @LestaD. Devtools would be nice indeed. I think it should be easy to port redux' ones to work with Baobab. I don't have much time right now to test it however.
I've implemented this in my project for development: https://github.com/josdejong/jsoneditor
I get a widget that shows the tree nicely formatted and I see updates when the tree commits. It also pushes the changes to Baobab when you edit the tree in the widget.
It's that something that might interest you? I could publish the implementation if you think its something you might use.
@dumconstantin it's very good solution! We can improve it's functionality
Cool! I'll try and publish what I have so far and let you know
On 13 mar. 2016, at 16:20, Sergey Sova notifications@github.com wrote:
@dumconstantin it's very good solution! We can improve it's functionality
— Reply to this email directly or view it on GitHub.
Hi @LestaD, I published the Baobab-JsonEditor implementation here:
https://github.com/dumconstantin/baobab-jsoneditor
Please let me know how it goes! :)
Hi guys, did you manage to give the devtool a go?
I tried them, but the placement resulted in it covering important things. The background was also transparent... Our tree can contain a lot of data and after accidentally clicking Expand All (which was just some symbol) the browser tab just frooze.
It looks like a neat thing, but so far it's nothing for me
Ow, didn't realize that (was testing on a white background). So mainly aesthetically issues, I'll see if I can tweak https://github.com/josdejong/jsoneditor a bit (this is the underlying editor).
Hi @Zache, I did some updates to the widget, maybe you can give it another go...
Just run npm i -D baobab-jsoneditor@0.2.15
to install the patched version.
Hello @dumconstantin. Sorry for the late response. I'll try your devtool as soon as I find time to install it on one of my apps :).
like redux-devtools