From e58f113cda9a90941799a3c481a6916c45e8213d Mon Sep 17 00:00:00 2001 From: sneak Date: Fri, 27 Feb 2026 12:01:34 +0700 Subject: [PATCH] Fix display consistency across all views Receive view: address now shows color dot and etherscan link, matching every other address display in the app. Send view "From": address now includes etherscan link alongside the existing color dot. Send view "What to send" (ERC-20 from token view): shows token symbol as bold heading, then full contract address below with color dot, copy-on-click, and etherscan link. Approval views: tx approval From/To addresses now show color dots and etherscan links instead of bare text. Site approval address adds etherscan link. Tx approval value uses 4 decimal places consistent with all other amount displays. Home tx list: row padding changed from py-1 to py-2, matching addressDetail and addressToken transaction lists. --- src/popup/index.html | 9 ++++---- src/popup/views/addressDetail.js | 5 +++++ src/popup/views/addressToken.js | 23 ++++++++++++++++++-- src/popup/views/approval.js | 37 +++++++++++++++++++++++++------- src/popup/views/home.js | 7 +++++- src/popup/views/send.js | 25 +++++++++++++++------ 6 files changed, 85 insertions(+), 21 deletions(-) diff --git a/src/popup/index.html b/src/popup/index.html index 3ca1ed7..c716436 100644 --- a/src/popup/index.html +++ b/src/popup/index.html @@ -552,10 +552,11 @@
-
+
+ + + +