story-kit: queue 163_story_remove_bubble_styling_from_streaming_chat_messages for QA

This commit is contained in:
Dave
2026-02-24 17:40:28 +00:00
parent 333cb6cddc
commit 0cc3483a4e

View File

@@ -0,0 +1,19 @@
---
name: "Remove bubble styling from streaming chat messages"
---
# Story 163: Remove bubble styling from streaming chat messages
## User Story
As a user, I want streaming chat messages to render without a bubble so there is no visual flap when streaming completes and the message transitions to its final style.
## Acceptance Criteria
- [ ] Streaming assistant messages render with the same styling as completed assistant messages (transparent background, no border, no extra padding)
- [ ] No visual change occurs when streaming ends and the message transitions to the messages array
- [ ] Existing completed message styling is unchanged
## Out of Scope
- TBD