warrenday / graphql-network-inspector

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

Even more keyboard control! #37

Closed dutzi closed 2 years ago

dutzi commented 2 years ago

This PR addresses this issue.

I couldn't wait to do it, so I did...

I implemented all the things I suggested, except for the triple click one.

I also added listeners for left/right arrow keys, clicking on those will move between network details tabs.

CleanShot 2021-10-16 at 18 15 34

warrenday commented 2 years ago

Great work again @dutzi Could we add an integration test to validate the double click does in fact open the correct tab?

christo8989 commented 2 years ago

This is cool. 👍

warrenday commented 2 years ago

Closing as stale