Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make changing request method quicker #108

Closed
gdubicki opened this issue Jul 20, 2016 · 4 comments
Closed

Make changing request method quicker #108

gdubicki opened this issue Jul 20, 2016 · 4 comments

Comments

@gdubicki
Copy link

gdubicki commented Jul 20, 2016

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.

@mmattozzi
Copy link
Owner

Over the years, I've found that people use all kinds of non-standard, exotic HTTP verbs that they want the app to support... that's why I ended up making the method editable.

I'll investigate showing the entire list on dropdown or maybe mapping some keys.

@gdubicki
Copy link
Author

Thanks for a quick reply!

Maybe add a setting for that then: method editable yes/no? But then please make it disabled by default or implement it along with #109. :)

@gdubicki
Copy link
Author

Hey, how's checking out making all 9 positions visible going? That seems to be a really quick fix for my issue.

@mmattozzi
Copy link
Owner

All methods are now visible in the dropdown in 1.4.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants