From f6356dd447b23e75c063822ea40e78cbd482b986 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 af1c719..51d6927 100644 --- a/src/popup/index.html +++ b/src/popup/index.html @@ -365,6 +365,16 @@ + +
+ +
+
@@ -376,6 +386,49 @@
+ + +