Skip to content
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

[vision] Replace JSON viewer #1020

Merged
merged 3 commits into from
Oct 16, 2018
Merged

[vision] Replace JSON viewer #1020

merged 3 commits into from
Oct 16, 2018

Conversation

kmelve
Copy link
Member

@kmelve kmelve commented Oct 16, 2018

This replaces the JS(ON)-viewer in Vision with the react-json-view component. The previous had formatting errors (strings in arrays). This also features a copy-function so that you can actually get sensible data out of vision.

@@ -27,6 +27,7 @@
"react-codemirror2": "^1.0.0",
"react-icon-base": "^2.1.2",
"react-json-inspector": "^7.1.1",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we still using react-json-inspector or can it be removed now?

)
}
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing newline here

Copy link
Member

@bjoerge bjoerge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👏

@kmelve kmelve merged commit 2d9cccf into next Oct 16, 2018
@rexxars rexxars deleted the replace-json-viewer branch October 16, 2018 10:57
bjoerge pushed a commit that referenced this pull request Oct 16, 2018
This replaces the JS(ON)-viewer in Vision with the [react-json-view](https://www.npmjs.com/package/react-json-view) component. The previous had formatting errors (strings in arrays). This also features a copy-function so that you can actually get sensible data out of vision.

[vision] Fix visual hover bug
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants