Field labels are self-explanatory and the logical groupings from bg-well
containers work without explicit headings. Removed all <h3> headings
(Identity, Timing, Value, Decoded Details, Network Details, Raw Data)
from inside the well containers. Updated README accordingly.
Closes#131
Move From and To address fields (which include blockie identicons)
from the Value block into the Identity block, per review feedback.
From/To are identity information, not value information. The Value
block now contains only Amount, Native quantity, and Token contract.
README TransactionDetail section updated to match.
Replace horizontal rules (<hr>) 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
Reorganize the transaction detail view into logical blocks separated by
thin horizontal rules:
- Identity: transaction hash (first!), type, status
- Timing: time, block number
- Value: amount, native quantity, token contract, from, to
- Decoded details: action/protocol/steps (contract calls)
- Network details: nonce, gas price, gas used, fee
- Raw data: full calldata
Updates README screen map to reflect new field ordering and grouping.
closes#131