-
Notifications
You must be signed in to change notification settings - Fork 206
Closed
Labels
Description
When I do a few requests with different methods one after another I find the UI for switching the method annoying.
Particularly to change from DELETE to GET I have to do these three steps:
- Click on the small drop-down button
- Scroll the list up (as the top element I see is DELETE and GET is above it)
- Click GET
= 2 clicks, including 1 on a small element, and scrolling!
The following changes to the UI would make the first click easier and save the scrolling:
- Make drop-down text field non-editable to enable clicking on it as a whole instead of only the small drop-down button (does anyone need to enter the method manually?)
- Always show all 9 positions on the drop-down list
Additionally adding keyboard shortcuts to change the method would also be nice.