warrenday / graphql-network-inspector

A better network inspector for viewing and debugging GraphQL requests.
MIT License
485 stars 47 forks source link

add keyboard traversal to object viewer #35

Closed dutzi closed 2 years ago

dutzi commented 2 years ago

This PR ports to a fork of react-json-view (@notdutzi/react-json-view) which adds support for basic keyboard traversal for objects.

Works similar to how objects are traversed in Chrome DevTools.

CleanShot 2021-10-15 at 21 21 40

warrenday commented 2 years ago

Great addition @dutzi and thank you for raising the PR!