fix: consistent transaction view title (closes #65) #66
Reference in New Issue
Block a user
Delete Branch "fix/65-transaction-view-title"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The transaction detail view was dynamically setting its heading to the transaction type (e.g. "Swap" for contract interactions). This made the title inconsistent — sometimes "Transaction", sometimes "Swap".
This PR makes the heading always "Transaction" regardless of type. The action type (Swap, Execute, etc.) is still shown in the Action detail section below the heading.
Audited all other views — all headings match the Screen Map in README.md. No other inconsistencies found.
Closes #65