From 9981be6986d1b576f64395b6a6045b8157b7368c 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 2118551..0d6961c 100644 --- a/src/popup/index.html +++ b/src/popup/index.html @@ -531,6 +531,7 @@