fix: show loading indicator during chat submitted state#3
fix: show loading indicator during chat submitted state#3vraj00222 wants to merge 1 commit intomaniculehq:mainfrom
Conversation
ChatLoading only rendered during "streaming" status, leaving a dead gap between sending a message and receiving the first token. This was especially noticeable on slower endpoints (e.g. hosted Haiku). - Show bouncing dot indicator during "submitted" state, hide once streaming begins - Replace spinner + text with a minimal animated typing indicator that follows the palette's foreground color - Add bcmdk-bounce keyframe to library styles - Remove unused LoaderIcon import Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
@vraj00222 is attempting to deploy a commit to the Shreyans Team on Vercel. A member of the Team first needs to authorize it. |
📝 WalkthroughWalkthroughUpdates the chat loading indicator by replacing an icon-based loader with animated dots, adjusts the display timing to render during "submitted" status instead of "streaming", and introduces a bounce keyframe animation to support the new visual design. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
ChatLoading only rendered during "streaming" status, leaving a dead gap between sending a message and receiving the first token. This was especially noticeable on slower endpoints (e.g. hosted Haiku).
before


after
Summary by CodeRabbit