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:
iris 2026-08-30 13:45:40 +02:00 committed by mara
commit 1e4399d49e
5 changed files with 135 additions and 71 deletions

View file

@ -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