-
Notifications
You must be signed in to change notification settings - Fork 17
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
fix: Fix typing indicator bubble to depend on bot user typing status update #318
fix: Fix typing indicator bubble to depend on bot user typing status update #318
Conversation
✅ Deploy Preview for chat-ai-widget ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Size Change: +176 B (+0.03%) Total Size: 618 kB
ℹ️ View Unchanged
|
Is it okay if I handle it in #312 ? There will be conflicts related to this, so I'll make the changes together |
When the message status is pending, the typing bubble doesn't appear because the message hasn't reached the server yet, even if it's just for a brief moment. Since there is a subtle difference, I won't apply it immediately. It would be better to test whether the user experience is natural after implementing the display of the pending status, and then apply it if it works well. |
yes! |
We still needs this for auto-resend. |
That is block logic, not related to this(typing bubble). |
Ticket
https://sendbird.atlassian.net/browse/AC-3394