-
Notifications
You must be signed in to change notification settings - Fork 326
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
Use animated icon as status indicator #893
Conversation
Thanks for the tag @fcollonval. I really like the icon for refresh. While this is much better than the previous version, I still find the movement distracting. Can we invert this to only call attention to it when something is wrong or it's doing work triggered by a user? For example, automatically refreshing status is not work but committing a notebook is. |
I opened an issue upstream. |
bba3c17
to
067672d
Compare
I switch to fill opacity animation to be less catchy.
The idea was to get the status bar reflecting the git actions and the pop-up to inform of the user actions progression. One of the point was to be able to see if for example refreshing was not finishing - this is by essence hard to automate as an arbitrary timeout changing the icon will be unable to take into account poor network for instance. So I would rather keep the current logic but make it more discrete. |
Fixes jupyterlab#803 Animate fill opacity instead of path Remove class
f0061c7
to
36ca710
Compare
@meeseeksdev backport to jlab-2 |
Owee, I'm MrMeeseeks, Look at me. There seem to be a conflict, please backport manually. Here are approximate instructions:
And apply the correct labels and milestones. Congratulation you did some good work ! Hopefully your backport PR will be tested by the continuous integration and merged soon! If these instruction are inaccurate, feel free to suggest an improvement. |
Fixes #803