@conciv/ui-kit-chat@0.0.17
Patch Changes
-
#153
2aa2b01Thanks @omridevk! - Let the composer's model picker shrink so Stop and Send stay reachable at phone widths. While a turn is running the composer shows Stop next to Send, and the action row had nothing that could give up space: the icon buttons are fixed size by design, and the model pill sat inside wrappers that were all sized to their full label. The row overflowed, and on a 320px phone the Send button was pushed off screen entirely. The pill now shrinks and truncates its label ("Claude Sonnet 4.5" becomes "Claude S...") so the whole row fits, which also removes the few pixels of overflow at 393px and on any narrower device. -
#154
cf6fc75Thanks @omridevk! - Touch, wheel, and keyboard scrolling in the thread now detaches auto-follow, so scrolling back through a reply while the assistant is still streaming no longer fights a re-pin that snaps you to the bottom. This was most visible on iOS, where the browser reports scrolling later than the streamed content arrives. Auto-follow resumes as soon as you return to the bottom or press the scroll-to-end button. -
Updated dependencies []:
- @conciv/protocol@0.0.17
- @conciv/solid-diffs@0.0.17
- @conciv/solid-streamdown@0.0.17
- @conciv/ui-kit-system@0.0.17