feat(FN-3711): add inline fast mode toggle and wire shared state in peer ex
This merge introduces several dashboard and engine improvements: agent inbox wake controls (FN-3087, FN-3588) with immediate message triggers; separated plugin lifecycle from setup probe state (FN-3704); assigned-agent triage inheritance in the engine (FN-3703); inline fast mode toggle in the task d Fusion-Task-Id: FN-3711
This commit is contained in:
@@ -202,6 +202,31 @@
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.detail-execution-mode-toggle {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: var(--space-xs);
|
||||
margin-left: var(--space-xs);
|
||||
min-height: calc(var(--space-2xl) + var(--space-xs));
|
||||
}
|
||||
|
||||
.detail-execution-mode-toggle svg {
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
}
|
||||
|
||||
.detail-execution-mode-toggle--fast {
|
||||
color: var(--color-warning);
|
||||
}
|
||||
|
||||
.detail-execution-mode-toggle--saving {
|
||||
opacity: 0.75;
|
||||
}
|
||||
|
||||
.detail-execution-mode-toggle:disabled {
|
||||
cursor: wait;
|
||||
}
|
||||
|
||||
|
||||
/* Error alert in task detail modal */
|
||||
.detail-error-alert {
|
||||
@@ -1442,6 +1467,11 @@
|
||||
min-height: var(--detail-priority-control-min-height);
|
||||
}
|
||||
|
||||
.detail-execution-mode-toggle {
|
||||
margin-left: 0;
|
||||
margin-top: var(--space-xs);
|
||||
}
|
||||
|
||||
.detail-source-header {
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user