Add spot sell retry UI; sell all trading-account coin on sell-back.
Fix coin-margin sell-back to use full available balance instead of bridge record; show retry banner and button on the options positions panel. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -204,6 +204,10 @@
|
||||
</div>
|
||||
<div class="options-pos-tab-body">
|
||||
<div class="options-pos-pane is-active" data-opt-pos-pane="live" role="tabpanel" aria-labelledby="opt-pos-tab-live">
|
||||
<div id="opt-spot-sell-banner" class="opt-spot-sell-banner" hidden>
|
||||
<div class="opt-spot-sell-banner-text" id="opt-spot-sell-banner-text"></div>
|
||||
<button type="button" class="btn-primary" id="opt-spot-sell-retry-btn">重试卖回</button>
|
||||
</div>
|
||||
<div id="opt-target-monitors" class="opt-target-monitors" hidden>
|
||||
<div class="opt-target-monitors-head">目标监控</div>
|
||||
<div id="opt-target-monitors-list"></div>
|
||||
|
||||
Reference in New Issue
Block a user