Fix options select UI and false contract-missing quotes.

Keep the order host out of tbody wipes, sync pick-button labels, and retry/fallback OKX meta under rate limits so live contracts are not reported as missing.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-16 12:18:41 +08:00
parent 1f767f16e4
commit 195eeae295
4 changed files with 117 additions and 43 deletions
+5 -2
View File
@@ -3754,8 +3754,11 @@ html[data-theme="light"] .opt-pending-item {
.options-page-wrap .opt-order-panel-inner .opt-order-title {
font-size: 0.82rem;
}
.opt-order-panel-host {
display: none;
.opt-order-panel-host:not([hidden]) {
display: block;
}
.opt-order-panel-host[hidden] {
display: none !important;
}
.options-order-grid {
display: grid;