From 9505d20e0dbbee41cf817265628bef11a8a031cd Mon Sep 17 00:00:00 2001 From: Aneurin Barker Snook Date: Sat, 5 Sep 2026 00:57:47 +0100 Subject: [PATCH] Add-passkey form: one line, "Passkey label" placeholder, shorter label Switches from the stacked .form pattern to .field-row, same as the other single-line forms (input + fit-width button); the visible "Label" span becomes a placeholder/aria-label instead, and the button reads "Add passkey" rather than "Add a passkey". Co-Authored-By: Claude Sonnet 5 --- web/src/views/ProfileView.vue | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/web/src/views/ProfileView.vue b/web/src/views/ProfileView.vue index 5605d64..a9b5c82 100644 --- a/web/src/views/ProfileView.vue +++ b/web/src/views/ProfileView.vue @@ -199,16 +199,20 @@ async function onRemovePasskey(passkey: Passkey) { -
- -

{{ addError }}

+ +
+

{{ addError }}