From a35f794c538201642c9ff4e54f8673f72dd243ac Mon Sep 17 00:00:00 2001 From: clawbot Date: Sun, 1 Mar 2026 07:40:03 -0800 Subject: [PATCH] refactor: replace hr separators with light well containers in TransactionDetail Replace horizontal rules (
) between TransactionDetail groups with bg-well container divs matching the Settings view pattern. Each logical group (Identity, Timing, Value, Decoded Details, Network Details, Raw Data) is now wrapped in a bg-well p-3 mx-1 mb-3 container with an h3 heading, providing subtle background-based visual grouping instead of line separators. Conditional groups (Decoded, Network, Raw Data) retain their visibility toggling with the bg-well wrapper inside the hidden container. Update README TransactionDetail section to reflect light well containers. Closes #131 --- README.md | 3 +- src/popup/index.html | 191 +++++++++++++++++++++++++------------------ 2 files changed, 112 insertions(+), 82 deletions(-) diff --git a/README.md b/README.md index 68ea7b7..be7f94d 100644 --- a/README.md +++ b/README.md @@ -435,7 +435,8 @@ transitions. #### TransactionDetail - **When**: User tapped a transaction row from AddressDetail or AddressToken. -- **Elements** (grouped into logical blocks separated by thin rules): +- **Elements** (grouped into logical blocks using light well containers, + matching the Settings view pattern): - "Transaction" heading, "Back" button - **Identity block**: - Transaction hash: full hash (tap to copy) + etherscan link diff --git a/src/popup/index.html b/src/popup/index.html index 549aed0..5d0adac 100644 --- a/src/popup/index.html +++ b/src/popup/index.html @@ -1066,109 +1066,138 @@ -
-
Transaction hash
-
+
+

Identity

+
+
+ Transaction hash +
+
+
+ +
+
Status
+
+
- -
-
Status
-
-
- -
-
-
Time
-
+
+

Timing

+
+
Time
+
+
+
- - -
-
-
Amount
-
-
- -