FormidableLabs / envy

Node.js Telemetry & Network Viewer
https://envy-webui.vercel.app
MIT License
109 stars 0 forks source link

Restore list/detail sizes to 33%/66% #142

Closed kgpax closed 1 year ago

kgpax commented 1 year ago

Prior to #138, when a trace was being viewed, the size of the list and details panes were 33.3% and 66.6% respectively.

This gave more space to the detail view where the more relevant information was, and the list view data was truncated to fit comfortably into one third of the screen width.

The addition of the resizable split has changed the sizes to 50% / 50%.

We should change the default back to 33.3% / 66.6% and make this the size that the resize resets to when double clicking on it.