FormidableLabs / envy

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

Super long URLs mean very small detail area #196

Closed kgpax closed 8 months ago

kgpax commented 8 months ago

If you have a trace with a really long URL, then the scrollable area for displaying the trace details is far to small to use useful.

See below screenshot, where the details are a small slither at the bottom of the right hand side, below the URL:

image

We should limit the visible size of the URL, probably truncate to a suitable length, with the ability to expand and show the full URL if we think that would be useful.