-
-
Notifications
You must be signed in to change notification settings - Fork 20
Fix the send button tooltip #326
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
Conversation
|
Thanks for looking into adding this back. Wondering what this would look like when the toolbar has many buttons, like in jupyterlite/ai#218? Otherwise, maybe we don't really need to add it back? |
I often find it useful, each chat system has it's own way to add a new line, and I'm often confused. In the context of AI, it's annoying to send an incomplete message when you only wanted to add a new line. |
Nowadays they often seem to default to (at least for the most popular AI chats / IDEs):
Also after checking a couple of them, most don't seem to be showing such helper text.
Otherwise this could be a setting, to let administrators choose if they want to show it to their users? |
I agree with this. |
Sounds like a good tradeoff 👍 |
|
Actually the tooltip was already there, but not initialized. I updated the PR to revert the previous changes and fix tooltip initialization. |
|
Merging it, it is only a small bug fix. |

This PR fixes the tooltip on the send button.
This PR restore the helper text containing the shortcut to send a message.Part of #303