-
Notifications
You must be signed in to change notification settings - Fork 74
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
Adds POC "render" view of state #117
Conversation
Some styling/feature notes (I can do these tomorrow):
|
This should help people more easily view/see things. TODOs: - styling - using it for the result too? - enabling future customization
This is pretty basic -- but it seems to work. This handles: - null values - arrays - dicts/objects Tries to intelligently provide indexing (but for objects it could be better). Ideally we'd display the JSON path or something...
2d3c43b
to
28607c4
Compare
Your subscription is not currently active. Please add a payment method at https://app.ellipsis.dev |
Three changes:
|
732523c
to
feb5caf
Compare
@elijahbenizzy you didn't commit the rendered toggle. |
feb5caf
to
cd9e91d
Compare
cd9e91d
to
b95974f
Compare
data/state view Expandable fields, ensures they all use the same classes, adds some left-borders + highlighting
b95974f
to
52aeeba
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ready to ship, assuming we can figure out why its working on my machine but not @skrawcz's...
This should help people more easily view/see things.
TODOs: