Ask about a run from the row it is on, and stop spending context on health checks when the run was clean
This commit is contained in:
@@ -635,6 +635,15 @@ body.vv-fullscreen #displaybox { padding-left: 1rem !important; padding-top: .5r
|
||||
.vv-activity-ago { color: #555; font-size: 10px; white-space: nowrap; flex-shrink: 0; }
|
||||
.vv-activity-dur { color: #444; font-size: 10px; white-space: nowrap; flex-shrink: 0;
|
||||
min-width: 32px; text-align: right; }
|
||||
/* Hands a run straight to the assistant. Hidden until the row is hovered — every row carries one
|
||||
and shown always they read as the point of the list, which is the run history, not the AI. */
|
||||
.vv-activity-ask { flex-shrink: 0; visibility: hidden; font: inherit; font-size: 10px;
|
||||
color: #5a7a8a; background: #12191d; border: 1px solid #24343d;
|
||||
border-radius: 3px; padding: 1px 6px; cursor: pointer; }
|
||||
.vv-activity-row:hover .vv-activity-ask { visibility: visible; }
|
||||
.vv-activity-ask:hover { color: #8fb0c4; border-color: #2d4a6a; }
|
||||
.vv-activity-ask.vv-ask-bad { color: #c88; border-color: #4a2a2a; background: #1d1212; }
|
||||
.vv-activity-row:focus-within .vv-activity-ask { visibility: visible; }
|
||||
|
||||
/* Log search */
|
||||
#vv-log-search { width: 120px; font-size: 11px; padding: 2px 6px;
|
||||
|
||||
Reference in New Issue
Block a user