From 21fe854fa4c6fea08d193e1522e6d8ccc20c18ca Mon Sep 17 00:00:00 2001 From: sneak Date: Fri, 27 Feb 2026 11:26:59 +0700 Subject: [PATCH] Add address-token detail view for per-token transaction filtering Clicking a token balance on the address detail view navigates to a focused view showing only that token's transactions. Send pre-selects and locks the token dropdown, Receive shows an ERC-20 warning for non-ETH tokens, and all back buttons return to the correct parent view. --- src/popup/index.html | 69 ++++++ src/popup/index.js | 3 + src/popup/views/addressDetail.js | 21 +- src/popup/views/addressToken.js | 370 +++++++++++++++++++++++++++++++ src/popup/views/helpers.js | 25 ++- src/popup/views/home.js | 1 + src/popup/views/receive.js | 9 +- src/popup/views/send.js | 13 +- src/shared/state.js | 1 + 9 files changed, 503 insertions(+), 9 deletions(-) create mode 100644 src/popup/views/addressToken.js diff --git a/src/popup/index.html b/src/popup/index.html index b2a535d..c94e801 100644 --- a/src/popup/index.html +++ b/src/popup/index.html @@ -314,6 +314,75 @@ + + +