fix: consistent transaction view title (closes #65) #66

Merged
sneak merged 1 commits from fix/65-transaction-view-title into main 2026-02-28 20:39:48 +01:00

1 Commits

Author SHA1 Message Date
user
b02a1d3a55 fix: always use 'Transaction' as detail view heading
All checks were successful
check / check (push) Successful in 22s
The transaction detail view was dynamically changing its title to match
the transaction type (e.g. 'Swap' for contract interactions), causing
inconsistency with the Screen Map specification. The heading is now
always 'Transaction' regardless of type. The action type is still
shown in the 'Action' detail section below.

Closes #65
2026-02-28 11:38:49 -08:00