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

Sloučený
sneak sloučil 1 commity z větve fix/63-swap-success-view do větve main před 2026-02-28 20:35:40 +01:00

1 Commity

Autor SHA1 Zpráva Datum
clawbot
9981be6986 fix: show decoded swap details on success-tx view (closes #63)
Všechny kontroly byly úspěšné
check / check (push) Successful in 22s
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
2026-02-28 11:32:55 -08:00