Sync OKX options closed trades into hub archive with a separate tab.
Mirror perpetual archive flow into archive_options_trade_cache for offline calendar and review. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -8057,6 +8057,34 @@ body.funds-fullscreen-open {
|
||||
gap: 12px;
|
||||
align-items: stretch;
|
||||
}
|
||||
.archive-product-tabs {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 8px;
|
||||
margin: 0 0 10px;
|
||||
}
|
||||
.archive-product-tab {
|
||||
border: 1px solid var(--border-soft);
|
||||
background: transparent;
|
||||
color: inherit;
|
||||
padding: 8px 18px;
|
||||
border-radius: 999px;
|
||||
cursor: pointer;
|
||||
font-family: var(--font);
|
||||
font-size: 0.88rem;
|
||||
font-weight: 600;
|
||||
}
|
||||
.archive-product-tab.is-active {
|
||||
background: rgba(16, 185, 129, 0.2);
|
||||
border-color: rgba(16, 185, 129, 0.55);
|
||||
color: var(--text);
|
||||
}
|
||||
body.archive-product-options .archive-toolbar-desktop[data-archive-perp-only],
|
||||
body.archive-product-options #archive-btn-chart-toggle,
|
||||
body.archive-product-options #archive-filter-sick,
|
||||
body.archive-product-options #archive-tab-viz {
|
||||
display: none !important;
|
||||
}
|
||||
.archive-content-tabs {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
||||
Reference in New Issue
Block a user