From b773ba610f71969f2a76d998311d4237f5696d39 Mon Sep 17 00:00:00 2001 From: Dorian Date: Mon, 30 Mar 2026 09:42:26 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20backup=20screen=20=E2=80=94=20autofocus?= =?UTF-8?q?=20passphrase,=20rename=20button,=20focus=20Continue=20after=20?= =?UTF-8?q?download?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Passphrase input autofocused on mount - "Download Backup" renamed to "Backup to Continue" - Continue button autofocused after successful backup download Co-Authored-By: Claude Opus 4.6 (1M context) --- neode-ui/src/views/OnboardingBackup.vue | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/neode-ui/src/views/OnboardingBackup.vue b/neode-ui/src/views/OnboardingBackup.vue index a8e6ade9..4fb5ef24 100644 --- a/neode-ui/src/views/OnboardingBackup.vue +++ b/neode-ui/src/views/OnboardingBackup.vue @@ -30,6 +30,7 @@ - Download Backup + Backup to Continue @@ -76,6 +77,7 @@