feat(hub): click archive trade row to switch chart

When the K-line panel is open, clicking a trade row switches selection and chart markers without re-fetching candles for the same symbol.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-06-11 20:10:56 +08:00
parent 3ef0750ea9
commit 035060b68a
3 changed files with 67 additions and 7 deletions
+3
View File
@@ -5797,6 +5797,9 @@ body.funds-fullscreen-open {
background: var(--panel);
}
.archive-trade-row {
cursor: default;
}
#page-archive.is-chart-open .archive-trade-row {
cursor: pointer;
}
.archive-trade-row.is-active {