You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Super-long Method drop-down is a waste of space.
I'd suggest to put all the three main controls in one line for a streamlined and more concise UI.
The Method drop-down does not need a label (everyone using RESTED knows what GET / POST is, I believe).
And for the URL the 'http://...' hint is enough (and is more in line with the hint-labels for other controls - Name / Value in Headers, Username / Password)
Check the mockup:
The text was updated successfully, but these errors were encountered:
Thanks for the suggestion, I'm open to suggestions to improving the UX of the extension. We need to keep design for screen reader users though, so in the mockup above we need to include hidden labels for the fields.
As for the URL, the URL in the placeholder is part an easter egg and part a dev tool. It is very convenient for me to be developing the extension and just press "enter" to get a result instead of having to type a URL all the time. So it will stay, unless someone can provide a very convincing reason for it not to.
the URL in the placeholder is part an easter egg and part a dev tool
This is actually a good idea for a preference.
I also use the same address most of the time. So it would be nice if it was there right when I open RESTED.
Also 99% of the requests I make are POSTs with some JSON body. (I use browser's address bar for GETs)
So it would be great if there was an option to specify that I want method to be set to POST and body expanded when I open RESTED. That would save me some annoying clicks I have to do every time I open RESTED.
You could probably make the add-on remember the last used "layout" instead of adding extra preferences options.
Super-long Method drop-down is a waste of space.
I'd suggest to put all the three main controls in one line for a streamlined and more concise UI.
The Method drop-down does not need a label (everyone using RESTED knows what GET / POST is, I believe).
And for the URL the 'http://...' hint is enough (and is more in line with the hint-labels for other controls - Name / Value in Headers, Username / Password)
Check the mockup:
The text was updated successfully, but these errors were encountered: