jupyterlab / jupyterlab

JupyterLab computational environment.
https://jupyterlab.readthedocs.io/
Other
13.81k stars 3.12k forks source link

Update notification box styling, content #16236

Closed JasonWeill closed 2 weeks ago

JasonWeill commented 2 weeks ago

References

Fixes #13992 and #13993.

Code changes

Updates the content of the "attempting to save read-only file" notification to match Jupyter styling with copy edits. Updates the CSS to put a small border around a notification display and to modify the padding for the header.

Adds another newline to the Jupyter news notification that appears on first startup, providing additional separation between the question and a clarifying request.

User-facing changes

Before the change:

Screenshot 2024-04-24 at 3 41 17 PM Screenshot 2024-04-24 at 3 58 11 PM

After the change:

Screenshot 2024-04-25 at 10 05 45 AM Screenshot 2024-04-25 at 10 05 32 AM

Backwards-incompatible changes

None.

jupyterlab-probot[bot] commented 2 weeks ago

Thanks for making a pull request to jupyterlab! To try out this branch on binder, follow this link: Binder

krassowski commented 2 weeks ago

The added border looks great!