From 73fa536ba2af9f0d3d9ae56a8622f0c2e7b9f477 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 92a32a7..9f79e14 100644 --- a/src/popup/index.html +++ b/src/popup/index.html @@ -576,11 +576,23 @@ id="confirm-errors" class="mb-2 border border-border border-dashed p-2 hidden" > +
+ + +
+
@@ -659,42 +671,6 @@ - - -