From b9c3d99fed6c11bae1a07013c87724b2b008a77d Mon Sep 17 00:00:00 2001 From: clawbot Date: Sat, 28 Feb 2026 11:59:42 -0800 Subject: [PATCH] fix: align receive view address display with addressDetail pattern The receive view was using formatAddressHtml() which rendered addresses with a different structure (bold title label above address) compared to addressDetail's pattern (separate dot + full address + etherscan link inline elements). This violated the display consistency policy. Now uses the same element structure as addressDetail: separate receive-address-dot, receive-address-full, and receive-etherscan-link spans, with ENS name shown in a separate element matching addressDetail. Closes #58 --- src/popup/index.html | 8 +++++++- src/popup/views/receive.js | 25 +++++++++++++++---------- 2 files changed, 22 insertions(+), 11 deletions(-) diff --git a/src/popup/index.html b/src/popup/index.html index daf0d77..6b0c957 100644 --- a/src/popup/index.html +++ b/src/popup/index.html @@ -637,10 +637,16 @@
+
- + +