-
Notifications
You must be signed in to change notification settings - Fork 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
Flash of unstyled content when loading pages #6790
Comments
Could you please record the video or describe the steps to reproduce the problem? @krassowski mentions that JupyterLab shows loading Jupyter logo animation until styles are fully loaded. We should check if problem has to do with that and potentially use the same solution. |
Specifically one would need to implement a |
For reference the splash screen was deliberately not added to RetroLab / Notebook 7 to make notebooks and other pages open like regular page (and not like an "application"). |
This might also happen when switching themes.
Maybe one way to mitigate this would be to provide a |
Thank you @JasonWeill |
Given that the splash screen is optional, maybe that's something that could be fixed in JupyterLab directly. Looking at the code the previous theme is first unloaded here: And then the new theme is loaded here by calling its In JupyterLab this is "hidden" by the splash screen so it's not visible by default. But if we disable the plugin that provides the splash screen with splash-screen-disabled.mp4 |
In Notebook 7.0.0a17, I am seeing a brief flash of unstyled content when loading pages.
This was found by @ellisonbg during a bug bash.
The text was updated successfully, but these errors were encountered: