Skip to content

Make changing request method quicker #108

@gdubicki

Description

@gdubicki

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:

  1. Click on the small drop-down button
  2. Scroll the list up (as the top element I see is DELETE and GET is above it)
  3. 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:

  1. 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?)
  2. Always show all 9 positions on the drop-down list

Additionally adding keyboard shortcuts to change the method would also be nice.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions