Add SSE second-level status push for control monitor.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-30 13:32:28 +08:00
parent 7136adcaa9
commit b3ba0fd431
10 changed files with 273 additions and 41 deletions
+23
View File
@@ -177,6 +177,29 @@ input {
.toolbar-actions {
display: flex;
gap: 8px;
align-items: center;
flex-wrap: wrap;
}
.live-pill {
font-size: 0.82rem;
color: var(--muted);
border: 1px solid var(--line);
border-radius: 999px;
padding: 4px 10px;
white-space: nowrap;
}
.live-pill.ok {
color: var(--pnl-pos);
border-color: rgba(46, 229, 154, 0.45);
font-weight: 600;
}
.live-pill.bad {
color: var(--pnl-neg);
border-color: rgba(255, 92, 92, 0.45);
font-weight: 600;
}
.card-grid {