Continued migrating UI to vuetify 2

This commit is contained in:
Stefan Zermatten
2021-03-25 12:54:44 +02:00
parent 480da6fc7d
commit fe3fa56541
70 changed files with 218 additions and 208 deletions

View File

@@ -9,7 +9,7 @@
:value="true"
icon="warning"
color="error"
outline
outlined
>
Deleted accounts can not be recovered
</v-alert>
@@ -79,7 +79,7 @@
class="layout justify-end"
>
<v-btn
flat
text
@click="$store.dispatch('popDialogStack')"
>
Cancel

View File

@@ -22,7 +22,7 @@
<v-spacer slot="actions" />
<v-btn
slot="actions"
flat
text
@click="$store.dispatch('popDialogStack')"
>
Cancel

View File

@@ -14,7 +14,7 @@
<v-spacer slot="actions" />
<v-btn
slot="actions"
flat
text
:disabled="!valid"
:loading="loading"
@click="setUsername"