feat: route UI commands through facade

This commit is contained in:
2026-08-02 02:54:23 -04:00
parent 4ef1885149
commit f20c83f21e
2 changed files with 11 additions and 10 deletions

View File

@@ -342,6 +342,7 @@ button:focus-visible, input:focus-visible, select:focus-visible { outline: 2px s
.rail-group-label { width: 100%; overflow: hidden; color: var(--text-muted); font-size: 7px; text-align: center; text-transform: uppercase; letter-spacing: .05em; white-space: nowrap; text-overflow: ellipsis; }
.rail-group button { width: 30px; height: 27px; display: grid; place-items: center; border: 1px solid transparent; border-radius: 3px; background: transparent; color: var(--text-muted); cursor: pointer; }
.rail-group button:hover { color: var(--cyan); background: var(--cyan-soft); border-color: #2c6568; }
.rail-group button:disabled { opacity: .3; cursor: not-allowed; }
.model-task-summary { padding: 17px 14px; color: var(--text-muted); }
.model-task-summary p { font-size: 11px; line-height: 1.5; margin: 10px 0 15px; }
.model-task-summary .button { width: 100%; }