agent page: consolidate alive/thinking/paused into one status badge
mara, #3757: fold the separate alive badge into the turn-state badge, with pause/resume + cancel-turn moved into its dropdown. Cancel-turn is click-again-to-confirm, not a modal. model/effort/ctx/cost stay as separate badges — not asked to fold those in too.
This commit is contained in:
parent
d6ca52535f
commit
1e4399d49e
5 changed files with 135 additions and 71 deletions
|
|
@ -42,6 +42,16 @@
|
|||
content: '✓ ';
|
||||
color: var(--purple);
|
||||
}
|
||||
/* Destructive action row (cancel turn) — ported from the old standalone
|
||||
`.btn-cancel-turn`'s red-on-transparent look now that it lives here
|
||||
instead of its own button (mara: "if the cancel turn button moves
|
||||
into the dropdown, it should be fine"). */
|
||||
.ui-dropdown-item-danger {
|
||||
color: var(--red);
|
||||
}
|
||||
.ui-dropdown-item-danger:hover {
|
||||
background: color-mix(in srgb, var(--red) 12%, transparent);
|
||||
}
|
||||
.ui-dropdown-item-desc {
|
||||
font-size: 0.8em;
|
||||
/* `--muted-on-dim`, not bare `--muted`: an *active* item's row bg is
|
||||
|
|
|
|||
Loading…
Reference in a new issue