SafetyCulture / grpc-web-devtools

Chrome & Firefox Browser extension to aid gRPC-Web development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement a split pane for the Network log and Details view

rogchap opened this issue · comments

The Network log side panel is fixed width (300px).
We can use something like https://split.js.org (also has a react component) to allow the side panel to change width and make it more user friendly.