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

Chat help message is too long to fit on a laptop-sized screen #851

Open
JasonWeill opened this issue Jun 21, 2024 · 3 comments
Open

Chat help message is too long to fit on a laptop-sized screen #851

JasonWeill opened this issue Jun 21, 2024 · 3 comments
Labels
bug Something isn't working @jupyter-ai/chatui

Comments

@JasonWeill
Copy link
Collaborator

JasonWeill commented Jun 21, 2024

On a laptop-sized screen with a maximized/zoomed browser window (not full screen), at default (100%) zoom, there is not enough height in the browser tab's viewport to accommodate the entire Jupyternaut welcome/help message. We need to shrink the message, such as by collapsing the command list or the magic command information, to provide welcome information and attribution that's visible on laptops and tablets.

This screenshot is from Firefox at 100% zoom, with the left panel at its default width, and with a browser viewport that's 783 px tall. This would be reasonable on a laptop with a small screen, with OS and browser taking up some of the Y axis, and with JupyterLab's own UI taking up some more of the remainder.

image

@JasonWeill JasonWeill added bug Something isn't working @jupyter-ai/chatui labels Jun 21, 2024
@JasonWeill
Copy link
Collaborator Author

On a 14" MacBook Pro, with the menu bar and Dock visible, a zoomed Firefox window has 780 pixels of Y axis available. Enlarging the Dock or adding more browser chrome (e.g., with more toolbars) would reduce this further.

@ellisonbg
Copy link
Contributor

Good call out, we may need to move away from showing a full catalog of all of the slash commands.

@michaelchia
Copy link
Contributor

may i suggest that we separate the help and welcome messages? so the welcome message may just include "Enter /help to view list of commands" in place of the commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working @jupyter-ai/chatui
Projects
None yet
Development

No branches or pull requests

3 participants