fix: make export key a subtle link, add view to VIEWS array
All checks were successful
check / check (push) Successful in 22s

- Moved 'Export private key' from prominent button row to a small
  muted text link at the bottom of the address detail view
- Added 'export-privkey' to the VIEWS array in helpers.js — this was
  the cause of the blank view (showView toggled all known views but
  didn't know about export-privkey, so it was never unhidden)
This commit is contained in:
user
2026-02-28 01:37:45 -08:00
parent ca78da2e07
commit 41794f8bf5
2 changed files with 8 additions and 10 deletions

View File

@@ -31,6 +31,7 @@ const VIEWS = [
"approve-site",
"approve-tx",
"approve-sign",
"export-privkey",
];
function $(id) {