Show blockies on confirm page, put USD values inline in parentheses
All checks were successful
check / check (push) Successful in 17s

From and To addresses now render with 48px blockie identicons,
color dots, and etherscan links — matching the transaction detail
view pattern. USD estimates for amount, balance, and network fee
are shown in parentheses after the value on the same line, not on
a separate line below.
This commit is contained in:
2026-02-27 11:58:04 +07:00
parent b85eac1e75
commit a43e8f20ea
2 changed files with 61 additions and 53 deletions

View File

@@ -472,25 +472,16 @@
<div class="mb-3">
<div class="text-xs text-muted mb-1">Amount</div>
<div id="confirm-amount" class="font-bold"></div>
<div
id="confirm-amount-usd"
class="text-xs text-muted"
></div>
</div>
<div class="mb-3">
<div class="text-xs text-muted mb-1">Your balance</div>
<div id="confirm-balance" class="text-xs"></div>
<div
id="confirm-balance-usd"
class="text-xs text-muted"
></div>
</div>
<div id="confirm-fee" class="mb-3 hidden">
<div class="text-xs text-muted mb-1">
Estimated network fee
</div>
<div id="confirm-fee-amount" class="text-xs"></div>
<div id="confirm-fee-usd" class="text-xs text-muted"></div>
</div>
<div id="confirm-warnings" class="mb-2 hidden"></div>
<div