-
Notifications
You must be signed in to change notification settings - Fork 53
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 chat v2 added #1236
Conversation
All looks good. |
In ChatSupportTest.tsx:
In ChatProfile.tsx:
In ChatViewBubble.tsx:
Other files seem to be snippet placeholders or empty. Please review and make necessary corrections. Overall status: Code needs minor corrections and some syntax adjustments. If you have any questions or need further assistance, feel free to ask. |
In the file packages/examples/sdk-frontend-react/src/app/ChatSupportTest.tsx:
In the file packages/examples/sdk-frontend-react/src/app/app.tsx:
In the file packages/uiweb/src/lib/components/chat/ChatProfile/ChatProfile.tsx:
In the file packages/uiweb/src/lib/components/chat/ChatViewBubble/ChatViewBubble.tsx:
In the file packages/uiweb/src/lib/components/chat/ChatViewList/ChatViewList.tsx:
In the file packages/uiweb/src/lib/components/chat/MessageInput/MessageInput.tsx:
In the file packages/uiweb/src/lib/components/chat/theme/index.ts:
In the rest of the files, no specific issues were found. Overall, the code needs some corrections for typos and missing/incorrect syntax. |
Fixes Issue
Changes proposed
Check List (Check all the applicable boxes)
Screenshots
Note to reviewers