From 49dfd79d734b1b8c70c2d1af103ae8fd9a58cda6 Mon Sep 17 00:00:00 2001 From: sneak Date: Thu, 26 Feb 2026 15:58:39 +0700 Subject: [PATCH] Show ETH price, split headline into ETH balance and total USD Headline shows active address ETH balance with ETH-only USD value in parentheses. Small "Total:" subtitle below includes ETH + token values. A centered well between Send/Receive buttons and the wallet list displays the current ETH price in USD. --- src/popup/index.html | 13 ++++++++++--- src/popup/views/home.js | 20 +++++++++++++++++--- 2 files changed, 27 insertions(+), 6 deletions(-) diff --git a/src/popup/index.html b/src/popup/index.html index 6201ee9..dfb693e 100644 --- a/src/popup/index.html +++ b/src/popup/index.html @@ -172,11 +172,12 @@