-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Restore padding on main dock panel #10390
Restore padding on main dock panel #10390
Conversation
Thanks for making a pull request to JupyterLab! To try out this branch on binder, follow this link: |
Before: After:
Stable version
|
Should we declare these files as binary (gitignore)to avoid having to diff and any conflicts in the future? |
I'm not sure. If there are conflicts, this means they have been changed on master. So the PR needs to be rebased else UI tests wil fail when merging, no? |
Diffing them via the GitHub interface is delightful by the way: I think we should continue reviewing them. Which brings me to a questions: @fcollonval do you happen to have ipykernel prerelease installed or was it picked up somewhere else? |
I guess, but in general it does not seem like git should try to diff these files. We can create a
Thoughts @jasongrout @mbektas @blink1073 ? Update: Just missed @krassowski comment. I guess I am not sure how the process is currently working for the UI tests, are we generating new images on every new run? (which would show what @krassowski is doing), cause I thought the new "reference" files had to be generated manually. If we want to use the GIT diff, then we would need to generate these files on every PR so that we could check right away these differences, otherwise we are comparing between reference images, which can be useful 🤷🏼 |
Jeremy changed the CI to use the pre-release of ipykernel to test the debugger: https://github.com/jupyterlab/jupyterlab/pull/10359/files#r649835430 |
Yes updating to the From #10359 (comment): |
@goanpeca there are some instructions in https://github.com/jupyterlab/jupyterlab/tree/master/ui-tests and https://jupyterlab.readthedocs.io/en/latest/developer/contributing.html#visual-regression-and-ui-tests. Usually we don't need to modify the reference screenshots unless there is an intentional visual change a PR wants to bring. This PR fixes a regression that was not caught at the time because the visual regression tests were not in place yet. |
c6baf8a
to
037b006
Compare
037b006
to
43fb1aa
Compare
01dfb82
to
1812941
Compare
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!
References
Fixes #10387
Code changes
N/A
User-facing changes
Restore 5px padding on main dock panel
Backwards-incompatible changes
N/A