From abaff61cc889e8ff4d3bea9c84a004074151ba2f Mon Sep 17 00:00:00 2001 From: clawbot Date: Fri, 27 Feb 2026 12:46:03 -0800 Subject: [PATCH] refactor: per-wallet delete with monochrome styling MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Replace 'Danger Zone' section with per-wallet [delete] links in wallet list - Each wallet shows a [delete] text link (dashed underline, monochrome) - Clicking opens confirmation modal for that specific wallet - Remove all red-500 styling, use standard monochrome border-border/text-fg - Confirmation modal uses bg-well border-dashed border-border - No longer assumes 'selected wallet' — operates on specific wallet index - Password verification retained for delete confirmation --- src/popup/index.html | 38 +++++----------------- src/popup/views/settings.js | 63 ++++++++++++++++++++++++------------- 2 files changed, 50 insertions(+), 51 deletions(-) diff --git a/src/popup/index.html b/src/popup/index.html index 68edf66..a6be340 100644 --- a/src/popup/index.html +++ b/src/popup/index.html @@ -708,9 +708,7 @@

Wallets

-

- Add a new wallet from a recovery phrase or private key. -

+
-
-

Danger Zone

-

- Permanently delete the currently selected wallet. This - cannot be undone. Make sure you have backed up your - recovery phrase before proceeding. -

- -
-