From a2fbb0e30d982e2fc328a1b6c89b1a07872b15ed Mon Sep 17 00:00:00 2001 From: clawbot Date: Sat, 28 Feb 2026 11:47:45 -0800 Subject: [PATCH] fix: use formatAddressHtml in receive view for display consistency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The receive view was using raw textContent and a manually constructed color dot instead of the shared formatAddressHtml helper used by other views. This violated the display consistency policy ('Same data formatted identically across all screens'). Changes: - Use formatAddressHtml() to render address with color dot, title (e.g. 'Wallet 1 — Address 1'), and ENS name — matching addressDetail - Make the address block itself click-to-copy (matching policy: 'Clicking any address copies the full untruncated value') - Replace separate receive-dot/receive-address spans with a single receive-address-block element - Address is still shown in full (no truncation) as appropriate for the receive view Closes #58 --- src/popup/index.html | 7 ++++--- src/popup/views/receive.js | 26 ++++++++++++++++++++++---- 2 files changed, 26 insertions(+), 7 deletions(-) diff --git a/src/popup/index.html b/src/popup/index.html index 0d6961c..daf0d77 100644 --- a/src/popup/index.html +++ b/src/popup/index.html @@ -637,9 +637,10 @@
-
- - +
+