From bf9ae4919d2766a4aad52dbb235d75ee18e4cd38 Mon Sep 17 00:00:00 2001 From: sneak Date: Thu, 26 Feb 2026 02:20:13 +0700 Subject: [PATCH] Redesign transaction list and add transaction detail view Transaction list entries are now two lines with more spacing: - Line 1: humanized age (hover for ISO datetime) + direction (Sent/Received) - Line 2: counterparty address + amount with symbol - Clickable rows navigate to transaction detail view Transaction detail view (placeholder) shows: - Status, time, amount, from, to, transaction hash - Back button returns to address detail Also added "transaction" to VIEWS list in helpers. --- src/popup/index.html | 35 +++++++++++ src/popup/views/addressDetail.js | 101 +++++++++++++++++++++++++------ src/popup/views/helpers.js | 1 + 3 files changed, 117 insertions(+), 20 deletions(-) diff --git a/src/popup/index.html b/src/popup/index.html index 22246f6..24447bc 100644 --- a/src/popup/index.html +++ b/src/popup/index.html @@ -519,6 +519,41 @@ + + +