ux icon indicating copy to clipboard operation
ux copied to clipboard

Firefox DevTools UX Community

Results 79 ux issues
Sort by recently updated
recently updated
newest added

## Context The Edit & Resend panel is used to modify an existing HTTP Request and resend it back to the server. Here is a screenshot of the current UI:...

Related: - [Requirements Planning Doc](https://docs.google.com/document/d/1Z6vm0j_5HcQJxMGfNqQZE8DzTDQ7VsyeO1jcLm1ms_U/edit#) --- Just filing this here so we have it, but it can go into some backlog :) [](https://mozilla.invisionapp.com/share/6EIDK3LFKP7) Maybe it could require certain commands to...

P2

(See [Bug 1513010](https://bugzilla.mozilla.org/show_bug.cgi?id=1513010)) Let say you evaluate the following in the console: ```js await new Promise(res => setTimeout(() => res("hello"), 10000)) ``` You will see nothing at all for 10s,...

# Goal Add a media query visualizer on firefox dev tools summary from the discourse link ``` Visualization of media query breakpoints Display spanning areas between breakpoints Highlight currently matching...

Chrome \\/ ![image](https://user-images.githubusercontent.com/6892634/96544831-f988c900-12af-11eb-8ddb-3aa9d829bfbe.png) Firefox /\ I tend to use both dev tools and my biggest pet peeve is that the responsive mode button is on the other side on Firefox.

enhancement

Under the 'First Steps' section, it is mentioned that to join the conversation, contributors should head on to the Slack channel. But, when the contributors reach the Slack channel, Slack...

UX discussion for "Color Scheme Simulation" feature in DevTools Summary: Adds an option to simulate different color schemes allowing to test @prefers-color-scheme media queries. Using this media query lets your...

@nchevobbe already pointed out in [bug 1692434](https://bugzilla.mozilla.org/show_bug.cgi?id=1692434) that the current UI with dedicated buttons doesn't scale well with more emulation features being introduced. So a better way to display them...

We've talked about more complicated UIs for visualizing the flex align properties, but maybe a more visible popup + mini alignment icons on each row (as in graphics editors) is...

In the rule view, it's a common operation to add a new property to an existing rule. But that's something you have to know is possible, as there is no...