-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
feat: support adding custom links on the nav header #1836
Conversation
That's great! The size of the button is too big i think. Also we should remove the current |
indeed, I've adjusted the size, now they show more uniform with the theme/user icons @willydouhard for the github config I only found a reference of being used here https://github.com/Chainlit/chainlit/blob/main/backend/chainlit/server.py#L347 but not to used in the frontend or render an icon/link anywhere? |
I believe it is indeed not used, so I've created a PR #1865 that removes this in favor of this generalized approach |
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.
lgtm
This PR allows to configure custom links to be added in the menu/navigation header by adding them in the config.toml file
For example:
That will result in the following: