You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🤖 feat: make queued indicator clickable to send immediately (#839)
## Summary
Makes the "Queued" indicator that appears below queued messages
clickable. When clicked, it interrupts the current stream and
immediately sends the queued message.
## Changes
- **Backend**: Added `sendQueuedImmediately` option to `interruptStream`
IPC. When set, the queued message is sent instead of being restored to
the input box.
- **Frontend**: Made the "Queued" label a clickable button with:
- Hover underline effect
- Tooltip: "Click to send immediately"
- Disabled state while processing
## Behavior
1. User sends a message while assistant is streaming → message is queued
2. "Queued" indicator appears below the queued message
3. On hover: underline appears, tooltip shows
4. On click: current stream is interrupted, queued message is sent
immediately
5. Button is disabled during the operation to prevent race conditions
_Generated with `mux`_
0 commit comments