fix: show decoded swap details on success-tx view (closes #63) #64

Merged
sneak merged 1 commits from fix/63-swap-success-view into main 2026-02-28 20:35:40 +01:00
Collaborator

Carries decoded calldata info (action name, description, token details, amounts, addresses) from the approval confirmation view through to the success-tx view.

For swap transactions, this now shows the same decoded details (protocol, action, token symbols, amounts) that appeared on the signing confirmation screen.

Changes

  • approval.js: store decoded calldata in pendingTxDetails.decoded
  • txStatus.js: carry decoded through state.viewData, render with same formatting as approval view
  • index.html: add success-tx-decoded container element

Closes #63

Carries decoded calldata info (action name, description, token details, amounts, addresses) from the approval confirmation view through to the success-tx view. For swap transactions, this now shows the same decoded details (protocol, action, token symbols, amounts) that appeared on the signing confirmation screen. ### Changes - **approval.js**: store decoded calldata in `pendingTxDetails.decoded` - **txStatus.js**: carry decoded through `state.viewData`, render with same formatting as approval view - **index.html**: add `success-tx-decoded` container element Closes #63
sneak was assigned by clawbot 2026-02-28 20:33:04 +01:00
clawbot added 1 commit 2026-02-28 20:33:05 +01:00
fix: show decoded swap details on success-tx view (closes #63)
All checks were successful
check / check (push) Successful in 22s
9981be6986
Carry decoded calldata info (action name, description, token details,
amounts, addresses) from the approval confirmation view through to the
success-tx view. For swap transactions, this now shows the same decoded
details (protocol, action, token symbols, amounts) that appeared on the
signing confirmation screen.

Changes:
- approval.js: store decoded calldata in pendingTxDetails.decoded
- txStatus.js: carry decoded through state.viewData, render in success view
- index.html: add success-tx-decoded container element
sneak merged commit 9788db95f2 into main 2026-02-28 20:35:40 +01:00
sneak deleted branch fix/63-swap-success-view 2026-02-28 20:35:40 +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#64
No description provided.