Add a "Show private key" button on the address detail view with a dedicated password-prompt screen, clear warning about key sensitivity, and clipboard policy documentation.
getPrivateKeyForAddress() in wallet.js (HD derivation or direct key)
Dedicated showPrivateKey view with lock+money icon button
Warning text (non-red, informational) about key sensitivity and clipboard responsibility
Clipboard policy section in README
No auto-clear of clipboard, no timer on displayed key
Add a "Show private key" button on the address detail view with a dedicated password-prompt screen, clear warning about key sensitivity, and clipboard policy documentation.
- `getPrivateKeyForAddress()` in wallet.js (HD derivation or direct key)
- Dedicated showPrivateKey view with lock+money icon button
- Warning text (non-red, informational) about key sensitivity and clipboard responsibility
- Clipboard policy section in README
- No auto-clear of clipboard, no timer on displayed key
Closes #19
clawbot
self-assigned this 2026-02-28 16:40:38 +01:00
Add a 'Show private key' button on the address detail view that opens
a dedicated password-prompt screen with a clear warning about key
sensitivity. After correct password entry, the derived private key is
displayed in a read-only well with a copy button.
- Add getPrivateKeyForAddress() to wallet.js
- Add showPrivateKey view with password verification
- Add clipboard policy section to README explaining why we never
auto-clear the clipboard
- Register new view in helpers.js VIEWS array and wire up in index.js
Closes#19
Closing as duplicate — this feature is being tracked in #31 which has the ongoing design discussion with sneak about UI placement (overflow menu vs other options). This PR was created by a sub-agent that wasn't aware of the existing work.
Closing as duplicate — this feature is being tracked in #31 which has the ongoing design discussion with sneak about UI placement (overflow menu vs other options). This PR was created by a sub-agent that wasn't aware of the existing work.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Add a "Show private key" button on the address detail view with a dedicated password-prompt screen, clear warning about key sensitivity, and clipboard policy documentation.
getPrivateKeyForAddress()in wallet.js (HD derivation or direct key)Closes #19
Closing as duplicate — this feature is being tracked in #31 which has the ongoing design discussion with sneak about UI placement (overflow menu vs other options). This PR was created by a sub-agent that wasn't aware of the existing work.
Pull request closed