-
-
Notifications
You must be signed in to change notification settings - Fork 117
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
add devtools? #439
Comments
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: 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! |
Cool! I'll try and publish what I have so far and let you know
|
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 |
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
The text was updated successfully, but these errors were encountered: