feat(client): control task agents from digital deck
This commit is contained in:
@@ -1939,6 +1939,65 @@
|
||||
gap: 6px;
|
||||
min-width: 0;
|
||||
}
|
||||
.de-task-agent-control-strip {
|
||||
display: grid;
|
||||
gap: 6px;
|
||||
min-width: 0;
|
||||
}
|
||||
.de-task-agent-control {
|
||||
min-width: 0;
|
||||
display: grid;
|
||||
grid-template-columns: minmax(0, 1fr) auto;
|
||||
gap: 8px;
|
||||
align-items: center;
|
||||
padding: 7px 8px;
|
||||
border-radius: 10px;
|
||||
border: 1px solid rgba(79,172,254,0.14);
|
||||
background: rgba(247,251,255,0.9);
|
||||
}
|
||||
.de-task-agent-control-main {
|
||||
min-width: 0;
|
||||
display: grid;
|
||||
gap: 2px;
|
||||
}
|
||||
.de-task-agent-control-main span {
|
||||
color: #0c5a85;
|
||||
font-size: 10px;
|
||||
font-weight: 800;
|
||||
line-height: 1;
|
||||
}
|
||||
.de-task-agent-control-main strong {
|
||||
min-width: 0;
|
||||
overflow: hidden;
|
||||
color: #143450;
|
||||
font-size: 12px;
|
||||
line-height: 1.25;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.de-task-agent-control-main small {
|
||||
min-width: 0;
|
||||
overflow: hidden;
|
||||
color: #58728e;
|
||||
font-size: 10px;
|
||||
line-height: 1.25;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.de-task-agent-control-actions {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 5px;
|
||||
min-width: 0;
|
||||
}
|
||||
.de-task-agent-control-actions .de-btn-sm {
|
||||
min-width: 58px;
|
||||
justify-content: center;
|
||||
}
|
||||
.de-task-agent-cancel-btn {
|
||||
color: #b42318;
|
||||
border-color: rgba(180,35,24,0.22);
|
||||
}
|
||||
.de-run-detail-list-scroll {
|
||||
overscroll-behavior: contain;
|
||||
scrollbar-gutter: stable;
|
||||
|
||||
Reference in New Issue
Block a user