From 8f2bf9618ea0606153da9d9e69b45dc30b9df76c Mon Sep 17 00:00:00 2001 From: user Date: Sat, 28 Feb 2026 12:28:53 -0800 Subject: [PATCH] fix: replace confirm-tx password modal with inline field (closes #78) Replace the modal overlay password dialog in the confirm-tx view with an inline password field, matching the pattern used by approve-tx and approve-sign views for consistency. Co-Authored-By: Claude Opus 4.6 --- src/popup/index.html | 50 +++++++++----------------------- src/popup/views/confirmTx.js | 55 ++++++++++++++++-------------------- 2 files changed, 37 insertions(+), 68 deletions(-) diff --git a/src/popup/index.html b/src/popup/index.html index 7450b41..5c9d444 100644 --- a/src/popup/index.html +++ b/src/popup/index.html @@ -581,11 +581,23 @@ id="confirm-errors" class="mb-2 border border-border border-dashed p-2 hidden" > +
+ + +
+
@@ -664,42 +676,6 @@ - - -