Conversation
There was a problem hiding this comment.
Code Review
This pull request refactors the chat scrolling and message streaming logic to improve the user experience and optimize message persistence. Key changes include the introduction of an isStreaming flag to defer message updates, a scrollToBottom helper, and an onMessageRendered callback to handle dynamic content like images. Review feedback highlights a bug where auto-scrolling is blocked during streaming, performance concerns regarding manual DOM manipulation and internal component definitions, and the need to refine message cleanup logic to prevent the loss of partial metadata (tools, artifacts) during stream interruptions.
fe0ff97 to
fe3240e
Compare
|
is there a jira ticket where i can look at the recordings + screenshots? before/after |
Add support for smoother media streaming: