fix: export-privkey view address display consistency
All checks were successful
check / check (push) Successful in 22s

Add blockie identicon, wallet/address title, and color dot with full
address display to the export-privkey view, matching the pattern used
by AddressDetail and other views. Address is click-to-copy.
This commit is contained in:
user
2026-02-28 11:41:28 -08:00
parent 16f9e98b25
commit d3d9f9a8b0
2 changed files with 36 additions and 5 deletions

View File

@@ -346,8 +346,20 @@
>
< Back
</button>
<h2 class="font-bold mb-3">Export Private Key</h2>
<p class="text-xs mb-1" id="export-privkey-label"></p>
<div
id="export-privkey-jazzicon"
class="flex justify-center mt-1 mb-3"
></div>
<h2 class="font-bold mb-1">Export Private Key</h2>
<p class="text-xs mb-1" id="export-privkey-title"></p>
<p class="text-xs mb-3">
<span id="export-privkey-dot"></span>
<span
id="export-privkey-address"
class="cursor-pointer"
title="Click to copy"
></span>
</p>
<p class="text-xs mb-3 text-muted">
Warning: anyone with this private key can access and
transfer all funds from this address. Never share it.