fix(hub): archive labels, symbol column, and time-close dropdown

Force exchange_key on archive sync; add contract column and tag select styles on inner-light-mind; serve time_close_ui.js on instances so order/key time-close duration can be selected.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-06-11 19:44:51 +08:00
parent 959593cdab
commit a9637fafb2
16 changed files with 147 additions and 44 deletions
+20 -1
View File
@@ -5757,7 +5757,7 @@ body.funds-fullscreen-open {
}
.archive-trades-table {
width: 100%;
min-width: 920px;
min-width: 1000px;
border-collapse: collapse;
font-size: 0.78rem;
}
@@ -5768,6 +5768,10 @@ body.funds-fullscreen-open {
.archive-trades-table .archive-hold {
white-space: nowrap;
}
.archive-trades-table .archive-symbol {
white-space: nowrap;
font-weight: 500;
}
.archive-review-mark {
display: inline-block;
margin-right: 4px;
@@ -5854,6 +5858,21 @@ body.funds-fullscreen-open {
color: var(--text);
font-size: 0.75rem;
}
.archive-tag-select.is-tag-sick {
color: var(--red);
border-color: color-mix(in srgb, var(--red) 45%, var(--border-soft));
background: color-mix(in srgb, var(--red) 14%, var(--inset-surface));
}
.archive-tag-select.is-tag-emotion {
color: #60a5fa;
border-color: color-mix(in srgb, #60a5fa 45%, var(--border-soft));
background: color-mix(in srgb, #60a5fa 14%, var(--inset-surface));
}
.archive-trade-row.archive-trade-sick .archive-tag-select.is-tag-sick {
color: var(--red);
border-color: color-mix(in srgb, var(--red) 50%, var(--border-soft));
background: color-mix(in srgb, var(--red) 18%, var(--inset-surface));
}
.archive-empty {
padding: 16px;
color: var(--muted);