feat: add export private key from address detail view #31

Merged
sneak merged 12 commits from feat/export-private-key into main 2026-02-28 21:10:17 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 0c1150ac4d - Show all commits

View File

@@ -386,10 +386,9 @@
<div id="export-privkey-result" class="hidden"> <div id="export-privkey-result" class="hidden">
<div <div
id="export-privkey-value" id="export-privkey-value"
class="border border-dashed border-border p-2 font-mono text-xs break-all cursor-pointer mb-1" class="bg-danger-well rounded p-2 font-mono text-xs break-all cursor-pointer mb-1"
title="Click to copy" title="Click to copy"
></div> ></div>
<p class="text-xs text-muted">Click to copy.</p>
</div> </div>
</div> </div>

View File

@@ -11,6 +11,7 @@
--color-border-light: #cccccc; --color-border-light: #cccccc;
--color-hover: #eeeeee; --color-hover: #eeeeee;
--color-well: #f5f5f5; --color-well: #f5f5f5;
--color-danger-well: #fef2f2;
--color-section: #dddddd; --color-section: #dddddd;
} }