-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Beautify JSON #36
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
Beautify JSON #36
Conversation
|
This might be a quite long for bigger states and frequent actions being dispatched. It might be much more interesting to have a kind of collapsing in there instead of showing everything it all by default. But I guess that will be covered in more advanced monitors as they emerge for sure. |
|
I'm inclined to merge this until somebody implements collapsing. |
|
For bigger states, |
|
I played with it some more.. I'm not sure this is very helpful. I have another idea which I'll post shortly. |
|
How about this? A fresh timeline and horizontal scrolling for better JSON display? |
|
I agree that a drop down (similar to the Chrome extension, JSON Formatter) would be most helpful. |
|
Though its even less space horizontally now.. |
|
Some thoughts here: #38. |
|
I think I like the last commit best, what do you think? Until the dock-monitor is done, we can still polish the simple-monitor. Or would you my changes to live as a fork, as a seperate monitor? |
|
Thank you! Let's hear what others have to say. With a bit of design polish I think this is a good temporary solution. |
|
@bkniffler I love it! As a temporary solution it's definitely very good. +1 for merge |
|
Thanks for your effort! In the end we went with #48 because it also had a tree inspector. |
|
Ah, no worries, it looks a lot better! |









Hey, how about beautifying the JSON and using
<pre>instead of<div>for better styling?