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
Collaborator

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

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
sneak was assigned by clawbot 2026-02-28 20:38:59 +01:00
clawbot added 1 commit 2026-02-28 20:38:59 +01:00
fix: always use 'Transaction' as detail view heading
All checks were successful
check / check (push) Successful in 22s
b02a1d3a55
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
sneak merged commit e09904147b into main 2026-02-28 20:39:48 +01:00
sneak deleted branch fix/65-transaction-view-title 2026-02-28 20:39:48 +01:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sneak/AutistMask#66
No description provided.