- Notifications
You must be signed in to change notification settings - Fork5.5k
Fix top bar visibility not picking up settings overrides (#6833)#6836
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
yumyumqing commentedApr 6, 2023
Here are some expected behaviors in different cases: No default settings override + no user preference override:
Default settings override: visible -> false, adjustToScreen -> false + no user preference override:
(Some other cases, eliminating the outputs and screenshots for easier read.)
|
54b8f9f toa314cf7Comparea314cf7 to40e7debCompareyumyumqing commentedApr 25, 2023
Hi@jtpio just a friendly reminder on this PR :) Have you looked at it and/or is there anything I need to add? Thanks! |
jtpio commentedApr 25, 2023
@yumyumqing sorry for the late reply! It looks good on Binder and should indeed fix the main usability issue reported in#6833. Looking at the code and the new setting I was wondering if there was a way to combine the two options into a single one. But maybe it's simpler and more explicit to keep the two options separated. |
yumyumqing commentedApr 26, 2023
Hi@jtpio thanks for your response! If we would like to keep the exact same old variables as before to keep users' current overriding files work, I couldn't think of a better way to merge it in 1 variable. Do you have any advice on that? Thanks! |
jtpio commentedApr 26, 2023
That sounds like a good idea. JupyterLab uses |
40e7deb to6604839Compare* Make 'visible' enum type and pick up both default and user settings.
6604839 to8cdcd9bCompareyumyumqing commentedMay 2, 2023
Hi@jtpio I have updated the PR according to our discussion. Could you please help take a look? Thanks a lot! |
jtpio left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Thanks!






Uh oh!
There was an error while loading.Please reload this page.
visiblebox in the settings editor,notautomatically adjust header visibility.Show Headerin menu->view,notautomatically adjust header visibility.unchecktheadjustToScreenbox in the settings editor,notautomatically adjust header visibility.Show Headerin menu->view,notautomatically adjust header visibility.