From e13af842df17edac92452a748eabf641ca374426 Mon Sep 17 00:00:00 2001 From: user Date: Sun, 1 Mar 2026 07:23:46 -0800 Subject: [PATCH] feat: reorganize transaction detail view layout - Move transaction hash (txid) to first position after title - Group fields into logical sections with visual dividers: Identity (hash, type, status, time), Value (amount, native qty, token contract), Parties (from, to), Protocol (calldata/action), On-chain (block, nonce, fee, gas price, gas used), Raw data - Add tx-detail-group CSS class for subtle border separators - Show on-chain details group wrapper only when data is loaded - Maintain all existing functionality and copy-to-clipboard behavior closes #131 --- src/popup/index.html | 189 +++++++++++++++++---------- src/popup/styles/main.css | 8 ++ src/popup/views/transactionDetail.js | 22 +++- 3 files changed, 147 insertions(+), 72 deletions(-) diff --git a/src/popup/index.html b/src/popup/index.html index 336431c..2dcb560 100644 --- a/src/popup/index.html +++ b/src/popup/index.html @@ -1064,87 +1064,134 @@

Transaction

- -
-
Status
-
-
-
-
Time
-
-
-
-
Amount
-
-
- -
-
From
-
-
-
-
To
-
-
- -