Add confirm dialogs and busy states for swap/transfer all actions.

Use available (free) balances for full-amount ops, support sub-account scope, and show clear success/failure feedback.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-12 09:10:29 +08:00
parent 5eb9b9f5c5
commit 44657e0484
7 changed files with 261 additions and 60 deletions
+3
View File
@@ -3330,6 +3330,9 @@ html[data-theme="light"] .options-estimate-row {
.opt-error {
color: #ff6b6b;
}
.opt-success {
color: #3ecf8e;
}
.opt-row-actions {
white-space: nowrap;
}