multichannel support + colormap inherit

This commit is contained in:
2026-03-24 21:01:58 -07:00
parent 53e2fc7746
commit a60b0c15ca
12 changed files with 889 additions and 220 deletions

View File

@@ -82,10 +82,7 @@ html, body, #root {
padding: 4px 10px;
border-radius: 4px;
font-size: 11px;
max-width: 400px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 60%;
flex-shrink: 1;
}
.status-bar.info { color: #90caf9; }
@@ -155,6 +152,15 @@ html, body, #root {
padding: 4px 0;
}
.node-warning {
padding: 3px 10px;
font-size: 10px;
color: #fbbf24;
background: rgba(251, 191, 36, 0.1);
border-top: 1px solid rgba(251, 191, 36, 0.2);
border-bottom: 1px solid rgba(251, 191, 36, 0.2);
}
/* ── I/O rows ──────────────────────────────────────────────────────── */
.io-row {
display: flex;