From d1ca378be8339aaaf1a9e7ffba1e63e78aab2bbd Mon Sep 17 00:00:00 2001 From: clawbot Date: Sat, 28 Feb 2026 11:32:55 -0800 Subject: [PATCH] fix: show decoded swap details on success-tx view (closes #63) 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 --- src/popup/index.html | 1 + src/popup/views/approval.js | 9 +++++++ src/popup/views/txStatus.js | 51 +++++++++++++++++++++++++++++++++++++ 3 files changed, 61 insertions(+) diff --git a/src/popup/index.html b/src/popup/index.html index d80846c..ef224b7 100644 --- a/src/popup/index.html +++ b/src/popup/index.html @@ -664,6 +664,7 @@