Add loading indicator and autofocus

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2020-03-07 10:56:29 +01:00
parent c2641d2aaa
commit efd6e9f64b
2 changed files with 30 additions and 14 deletions

View File

@@ -36,6 +36,7 @@
<label for="new-stack-input-main" class="hidden-visually">{{ t('deck', 'Add new list') }}</label>
<input id="new-stack-input-main"
v-model="newStackTitle"
v-focus
type="text"
class="no-close"
:placeholder="t('deck', 'List name')"