Commit 7d2f8cc
authored
🤖 fix: display queued messages inline with other messages (#649)
_Generated with `mux`_
Fixes queued messages appearing as a separate floating element instead
of inline with the rest of the message flow.
## Changes
- Moved QueuedMessage component inside the scrollable message container
- Positioned after streaming barrier for consistent flow
- No functional changes, purely visual improvement
## Before
Queued message appeared below the scrollable area as a separate element
## After
Queued message appears inline with other messages in the chat flow1 parent 22d0bce commit 7d2f8cc
1 file changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
478 | 478 | | |
479 | 479 | | |
480 | 480 | | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
481 | 487 | | |
482 | | - | |
483 | | - | |
484 | | - | |
485 | | - | |
486 | | - | |
487 | | - | |
488 | 488 | | |
489 | 489 | | |
490 | 490 | | |
| |||
0 commit comments