Reorder transaction detail view: txid first, logical grouping #133

Sloučený
sneak sloučil 4 commity z větve fix/issue-131-transaction-view-reorder do větve main před 2026-03-01 19:27:23 +01:00

4 Commity

Autor SHA1 Zpráva Datum
clawbot
fce5ed6959 remove well headings from TransactionDetail view
Všechny kontroly byly úspěšné
check / check (push) Successful in 22s
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
2026-03-01 10:22:07 -08:00
clawbot
c8a467c021 refactor: move From/To with blockies into Identity block
Všechny kontroly byly úspěšné
check / check (push) Successful in 9s
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.
2026-03-01 07:47:33 -08:00
clawbot
a35f794c53 refactor: replace hr separators with light well containers in TransactionDetail
Všechny kontroly byly úspěšné
check / check (push) Successful in 9s
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
2026-03-01 07:40:03 -08:00
user
437b904ab6 reorder transaction detail view: txid first, logical grouping with separators
Všechny kontroly byly úspěšné
check / check (push) Successful in 22s
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
2026-03-01 07:28:15 -08:00