feat: show time-close countdown after symbol in monitor area
Move timed-close badge next to contract name on hub board and instance position cards; refresh countdown on board render. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -348,6 +348,22 @@ html[data-theme="light"] .pos-meta-item::after {
|
||||
font-variant-numeric: tabular-nums;
|
||||
letter-spacing: 0.02em;
|
||||
}
|
||||
.pos-symbol-time-close {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
font-size: 0.72rem;
|
||||
font-weight: 500;
|
||||
color: #8fc8ff;
|
||||
padding: 1px 6px;
|
||||
border-radius: 4px;
|
||||
background: rgba(143, 200, 255, 0.1);
|
||||
white-space: nowrap;
|
||||
}
|
||||
.pos-symbol-time-close .pos-time-close-cd {
|
||||
font-variant-numeric: tabular-nums;
|
||||
letter-spacing: 0.03em;
|
||||
}
|
||||
.key-time-close-wrap.is-disabled > label,
|
||||
.order-time-close-wrap.is-disabled > label {
|
||||
opacity: 0.72;
|
||||
|
||||
Reference in New Issue
Block a user