From ca78da2e075118ad3ac1100df64d899142be6508 Mon Sep 17 00:00:00 2001 From: user Date: Sat, 28 Feb 2026 01:19:36 -0800 Subject: [PATCH] feat: add export private key from address detail view Adds an 'Export Private Key' button to the address detail view. Clicking it opens a password confirmation screen; after verification, the derived private key is displayed in a copyable field with a security warning. The key is cleared when navigating away. Closes #19 --- src/popup/index.html | 53 ++++++++++++++++++++++++++++ src/popup/views/addressDetail.js | 60 ++++++++++++++++++++++++++++++++ 2 files changed, 113 insertions(+) diff --git a/src/popup/index.html b/src/popup/index.html index 74dfb69..d20503d 100644 --- a/src/popup/index.html +++ b/src/popup/index.html @@ -307,6 +307,16 @@ + +
+ +
+
@@ -318,6 +328,49 @@
+ + +