firefox-devtools / ux

Firefox DevTools UX Community
Mozilla Public License 2.0
103 stars 21 forks source link

Polish Headers Side Panel #116

Open janodvarko opened 4 years ago

janodvarko commented 4 years ago

The Headers side panel (in the Network panel) would deserve some UI/X clean-up (this might be done as part of the Accordion refactoring see bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1613884

There are currently three expandable sections: 1) Response Headers 2) Request Headers 3) Request headers from upload stream

We could:

WDYT? @digitarald @bomsy @fvsch

image


Open Questions

Decisions

violasong commented 4 years ago

One aspect to think about is long header names and how to align the values:

Ah, this screenshot is unfortunate; makes me think we should full-length wrap the values.

For super long URLs, an idea I just talked about with @nchevobbe regarding the Send Request Figma was limiting it to a certain number of rows (5?), and adding scroll overflow once it goes over.

digitarald commented 4 years ago

adding scroll overflow once it goes over.

line-clamp to the rescue.