-
Notifications
You must be signed in to change notification settings - Fork 52
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
🐛 [BUG] - Chat badge getting updated for active/opened conversation> #1323
Conversation
In the file packages/examples/sdk-frontend-react/src/app/ChatUITest/ChatPreview.tsx:
In the file packages/uiweb/src/lib/components/chat/ChatPreview/ChatPreview.tsx:
In the file packages/uiweb/src/lib/components/chat/ChatViewList/ChatViewList.tsx:
Overall, the code needs significant corrections and restructuring. Please make the necessary adjustments. |
In the
Apart from these issues, the code looks good. In the In the return () => {
// add comment
}; In the Therefore, the overall code in the specified files is good after addressing the mentioned issues. All looks good. |
In ChatPreview.tsx in packages/examples/sdk-frontend-react/src/app/ChatUITest/ChatPreview.tsx:
In ChatPreview.tsx in packages/uiweb/src/lib/components/chat/ChatPreview/ChatPreview.tsx:
In ChatViewList.tsx in packages/uiweb/src/lib/components/chat/ChatViewList/ChatViewList.tsx:
In constants.ts in packages/uiweb/src/lib/config/constants.ts:
Please make the necessary adjustments in the respective files. |
In the first file
After fixing the above issues, the below code snippet should remain - All looks good. In the second file
After fixing the above issues, the below code snippet should remain - All looks good. In the third file
After fixing the above issues, the below code snippet should remain - All looks good. In the fourth file
After fixing the above issues, the below code snippet should remain - All looks good. |
packages/uiweb/src/lib/components/chat/ChatPreview/ChatPreview.tsx
Outdated
Show resolved
Hide resolved
In the file
In the file
In the file
In the file
Please fix these issues as mentioned. |
In the file
In the file
In the file
In the file
Please make the necessary corrections as mentioned above. |
In the file packages/examples/sdk-frontend-react/src/app/ChatUITest/ChatPreview.tsx:
In the file packages/uiweb/src/lib/components/chat/ChatViewList/ChatViewList.tsx:
Overall, the code needs proper formatting and corrections in the brackets and closing tags. In the file packages/uiweb/src/lib/config/constants.ts:
Please make the necessary corrections outlined above. |
#1320
Changes proposed
Check List (Check all the applicable boxes)
Screenshots
Note to reviewers