JetClient / jet-client-support

JetClient is an advanced REST API Client plugin for JetBrains IDEs
https://plugins.jetbrains.com/plugin/21173-jetclient
110 stars 0 forks source link

JetClient should better display when a request is running #9

Closed GauthierPLM closed 1 year ago

GauthierPLM commented 1 year ago

Is your feature request related to a problem?

There is currently no clear visual way to know if a request is running as the plugin does not grey the previous response and does not display any spinner in the client. Only the progress of a task in the bottom right of the IDE shows that something is going on.

Describe the solution you'd like

When a request is run, the response part should be greyed / overlayed by a spinner to clearly let user know a request is ongoing. This could also be used to easily cancel a request in case it takes too long (ex: attempting to run a request that cannot execute because of a networking issue and will timeout only after a minute or two).

Additional context

No response

AntonShuvaev commented 1 year ago

Good point, I will do it.

AntonShuvaev commented 1 year ago

Implemented in version 2023.1.6.