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

Add loading icon #13

Closed
StephD opened this issue Jul 12, 2016 · 2 comments
Closed

Add loading icon #13

StephD opened this issue Jul 12, 2016 · 2 comments

Comments

@StephD
Copy link

StephD commented Jul 12, 2016

  • VSCode Version: 1.3
  • OS Version: Win 7

When A request take some time (10s as exemple), we don't really know if the request has been correctly sended and if it just waiting for the answer.
I type ctrl+alt+r 5-6 time because I thought that the request wasn't send.

May be display a loading information (like an update extensions bar on top of VSC) and hide it when it's done.

I just saw that there is a small cloud into the bottom bar and the display the duration.
I don't know if it's very explicit for a loading time. May be add this information into the doc?

@Huachao
Copy link
Owner

Huachao commented Jul 12, 2016

@StephD, currently, when issuing a new request, as you said, I will display the cloud icon in the status bar at the bottom, I think I will first add it into document, and later I will think if it's easy to implement as you suggested

Huachao added a commit that referenced this issue Jul 12, 2016
@Huachao
Copy link
Owner

Huachao commented Aug 9, 2016

@StephD I implement this request like following, that set the status bar with a spinner when waiting for the response
status

Huachao added a commit that referenced this issue Aug 9, 2016
@Huachao Huachao closed this as completed Aug 9, 2016
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