Ask what an error means before deciding it is dealt with

The row could open the log or acknowledge it, both of which assume you already
know what the line is telling you.
This commit is contained in:
Gmer4Lfe
2026-08-12 20:26:49 -04:00
parent d1deac1bbb
commit 17216a354d
2 changed files with 38 additions and 0 deletions
+6
View File
@@ -943,6 +943,12 @@ mark { background: #5d4037; color: #ffcc80; border-radius: 2px; }
.vv-ack-btn { margin-left: auto; font-size: 10px; padding: 1px 6px;
color: #555; border-color: #333; flex-shrink: 0; }
.vv-ack-btn:hover { color: #aaa; border-color: #555; }
/* Same size as Ack beside it, but not the same weight. Ack is the quiet, frequent action; asking
what an error means is the rarer one and the one worth noticing on a row you do not understand,
so it carries the assistant's blue rather than dissolving into the border. */
.vv-why-btn { font-size: 10px; padding: 1px 6px; flex-shrink: 0;
color: #5c7cfa; border-color: #26324a; background: #0d1220; }
.vv-why-btn:hover { color: #8ba4ff; border-color: #3a4a6a; }
.vv-err-line { color: #888; font-size: 11px; word-break: break-all; line-height: 1.4; }
/* The error text opens the log at that line. Underlined on hover only — a permanently decorated
line of log output is harder to read, and this block exists to be read first. */