-
Notifications
You must be signed in to change notification settings - Fork 7
WIP: Adding New chat button #131
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
base: main
Are you sure you want to change the base?
Conversation
src/components/chat-header.tsx
Outdated
}; | ||
|
||
const widget = ReactWidget.create(<ChatSidebarWithHeader />); | ||
widget.title.icon = jupyternautLiteIcon; |
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.
I use this Icon here because creating chatsidebar with header changes the Jupyterlite icon. So, I use this already created JupyterLite AI chat icon after successfully creating a chatsidebar with a header.
@jtpio and @brichet you have any other way to get back the old icon after rendering chatsidebar? Please share the idea.
Thanks @nakul-py for working into this. I wonder if we could find a way to reuse the multi-chats panel from |
@brichet will you reference the main-chats panel from https://github.com/jupyterlab/jupyter-chat and @jtpio your suggestions will helps too. |
To clarify, the repository https://github.com/jupyterlab/jupyter-chat contains several packages:
The multi-chats panel is currently defined in But I wonder if we could make that multi-chats panel generic enough to be defined in This change should be done in jupyter-chat itself, to then be used in |
@brichet would you have any plan on how to make multi-chats panel generic |
I opened jupyterlab/jupyter-chat#261 to track it in jupyter-chat. |
Hey @brichet Is |
Adding
+ Chat
button into the Jupyterlite Ai chat with the help of creating new header for button.