-
-
Notifications
You must be signed in to change notification settings - Fork 517
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
Add activity indicator to ChatMessage #6153
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #6153 +/- ##
==========================================
- Coverage 84.69% 84.60% -0.09%
==========================================
Files 296 296
Lines 44184 44196 +12
==========================================
- Hits 37423 37394 -29
- Misses 6761 6802 +41
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Pretty happy with this implementation; shows dot while streaming:
Screen.Recording.2024-01-04.at.11.00.14.AM.mov
(The extraneous padding/shifting of the message is fixed in the later commits)