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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user