mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-02 21:50:34 +00:00
ui: message queue polishing, scrollbars unified
This commit is contained in:
parent
1e1d22d94e
commit
020822adfd
8 changed files with 118 additions and 42 deletions
|
|
@ -16,7 +16,7 @@ const model = {
|
|||
const running = chatTopStore?.running;
|
||||
|
||||
if (hasQueue && !hasInput) return "send-all";
|
||||
if (running && hasInput) return "queue";
|
||||
if ((running || hasQueue) && hasInput) return "queue";
|
||||
return "send";
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue