-
Notifications
You must be signed in to change notification settings - Fork 34
feat(ConversationHistoryNav): added search actions #774
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
|
Preview: https://chatbot-pr-chatbot-774.surge.sh A11y report: https://chatbot-pr-chatbot-774-a11y.surge.sh |
rebeccaalpert
left a comment
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.
We may also want to check to see how the additional items work in a resizable toolbar/different breakpoints, etc. if we are not completely offloading toolbar creation to the end user.
packages/module/src/ChatbotConversationHistoryNav/ChatbotConversationHistoryNav.tsx
Show resolved
Hide resolved
packages/module/src/ChatbotConversationHistoryNav/ChatbotConversationHistoryNav.tsx
Outdated
Show resolved
Hide resolved
c4a23e2 to
ab3fb3c
Compare
|
|
||
| ### Drawer with search actions | ||
|
|
||
| The conversation history drawer supports additional customization through `searchActionStart` and `searchActionEnd` props, which allow you to add controls before and after the search input field. These props are useful for adding filtering, sorting, or other search-related functionality. |
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.
| The conversation history drawer supports additional customization through `searchActionStart` and `searchActionEnd` props, which allow you to add controls before and after the search input field. These props are useful for adding filtering, sorting, or other search-related functionality. | |
| You can customize the search experience within the conversation history drawer via the `searchActionStart` and `searchActionEnd` props, which provide additional search controls before and after the input field. These props are useful for adding filtering, sorting, or other search-related functionality. |
a small tweak - otherwise I like what you have!
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.
It is done
edonehoo
left a comment
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.
fabulous to me 👍
rebeccaalpert
left a comment
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.
It's fine by me - you probably just want to make sure the yarn.lock file gets dropped. Up to you and Nicole if you want to allow the semi-custom toolbar approach as well as the custom one!
nicolethoen
left a comment
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.
Curious why the package-lock.json and yarn.lock files are updated here?
Do you want to double check those updates are both necessary?
Closes #768