-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[chat]Add close button for chatbot header #10924
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]Add close button for chatbot header #10924
Conversation
Signed-off-by: Lin Wang <[email protected]>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #10924 +/- ##
=======================================
Coverage 60.77% 60.77%
=======================================
Files 4533 4533
Lines 122254 122254
Branches 20489 20489
=======================================
+ Hits 74299 74304 +5
+ Misses 42716 42711 -5
Partials 5239 5239
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Lin Wang <[email protected]>
| interface ChatWindowProps { | ||
| layoutMode?: ChatLayoutMode; | ||
| onToggleLayout?: () => void; | ||
| onClose: ()=>void; |
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.
Nit nit: seems a formatter problem here?
|
Checked failed functional tests was not related to this PR, should safe to merge. |
Description
Add close button for chatbot header like screenshot below:

Changelog
Check List
yarn test:jestyarn test:jest_integration