From 860a062dffcaf5e42b65b006da083235724ec014 Mon Sep 17 00:00:00 2001 From: Rijk van Zanten Date: Wed, 13 May 2020 14:47:42 -0400 Subject: [PATCH] Minor tweaks in installation (#566) * Don't show super admin password while loading * Allow tab key in slug input (for tabbing to another field) * Don't show project chooser arrow when 1 project --- src/components/v-input/v-input.vue | 2 +- src/routes/install/install-final.vue | 38 +++++++++++++------ .../project-chooser/project-chooser.vue | 10 ++++- 3 files changed, 36 insertions(+), 14 deletions(-) diff --git a/src/components/v-input/v-input.vue b/src/components/v-input/v-input.vue index f1d7f9a9d3..61a79f68a3 100644 --- a/src/components/v-input/v-input.vue +++ b/src/components/v-input/v-input.vue @@ -135,7 +135,7 @@ export default defineComponent({ function processValue(event: KeyboardEvent) { const key = event.key.toLowerCase(); - const systemKeys = ['meta', 'shift', 'alt', 'backspace']; + const systemKeys = ['meta', 'shift', 'alt', 'backspace', 'tab']; const value = (event.target as HTMLInputElement).value; if (props.slug === true) { diff --git a/src/routes/install/install-final.vue b/src/routes/install/install-final.vue index 499bb729bf..b4325785fd 100644 --- a/src/routes/install/install-final.vue +++ b/src/routes/install/install-final.vue @@ -7,18 +7,24 @@
- - {{ errorFormatted }} - - -