From ae32b13c405cfc98cb3d525f905d6c5b3b8f26c4 Mon Sep 17 00:00:00 2001 From: Montana Wong Date: Fri, 28 Aug 2026 13:18:12 -0400 Subject: [PATCH] fix(account): let session-key signer field mint a spare key MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Every signer in the wallet is either already an owner or session key on a freshly created (or two-owner) account, so the Signer dropdown's only entries are disabled and unclickable — Sign Authorization can never enable. Add a "+ New signer" action that mints a fresh key and selects it directly. --- app/vibenet/demos/account/components/ConfigView.tsx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/app/vibenet/demos/account/components/ConfigView.tsx b/app/vibenet/demos/account/components/ConfigView.tsx index 243f318..57d9d28 100644 --- a/app/vibenet/demos/account/components/ConfigView.tsx +++ b/app/vibenet/demos/account/components/ConfigView.tsx @@ -620,6 +620,17 @@ function SessionForm({ p }: { p: ConfigViewModel }) { }; })} /> +