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

UX: Bottom Bar Distracting #803

Closed
mlucool opened this issue Oct 20, 2020 · 4 comments · Fixed by #893
Closed

UX: Bottom Bar Distracting #803

mlucool opened this issue Oct 20, 2020 · 4 comments · Fixed by #893
Assignees
Labels
enhancement Good first issue Good first issue to be tackled by new contributors pkg:Frontend tag:Design and UX

Comments

@mlucool
Copy link
Contributor

mlucool commented Oct 20, 2020

Description

Hi,

The bottom toolbar is distracting as it keeps pushing things to the right for a second then back. Below shows Python3 moving over:
idling

Given this happens every couple seconds, I don't think it's a net positive to users to have anything shown when it is working correctly. If people feel strongly on keeping this, can we ensure that it takes up always the same amount of space?

Context

jupyterlab-git@0.21.1

@ianhi
Copy link
Collaborator

ianhi commented Oct 20, 2020

That was discussed a bit here: #630 (comment)
You can turn it off using by turning the displayStatus setting to false. That said I'm still 👍 to at least having take it take the same amount of space.

@mlucool
Copy link
Contributor Author

mlucool commented Oct 20, 2020

That worked :). We can leave this open or close it - whatever you think is right. I plan to disable this feature.

@fcollonval
Copy link
Member

That said I'm still +1 to at least having take it take the same amount of space.

To achieve this, I think the direction should be to use an icon telling the user if the extension is doing things or not (similary the kernel indicator at the top right of a notebook panel) and to get more details on the current action by setting an appropriate title when hovering the icon.

@mlucool by curiosity, did you open a similar issue about the kernel status in the statusbar - it has the same none-fixed width ?

@mlucool
Copy link
Contributor Author

mlucool commented Oct 21, 2020

I opened jupyterlab/jupyterlab#7403, seems like we can add that there.

@fcollonval fcollonval added the Good first issue Good first issue to be tackled by new contributors label Oct 31, 2020
@fcollonval fcollonval self-assigned this Mar 6, 2021
fcollonval added a commit to fcollonval/jupyterlab-git that referenced this issue Mar 6, 2021
fcollonval added a commit to fcollonval/jupyterlab-git that referenced this issue Mar 7, 2021
fcollonval added a commit to fcollonval/jupyterlab-git that referenced this issue Mar 27, 2021
Fixes jupyterlab#803

Animate fill opacity instead of path

Remove class
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Good first issue Good first issue to be tackled by new contributors pkg:Frontend tag:Design and UX
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants