mirror of
https://github.com/kaythomas0/noisedash.git
synced 2025-11-16 04:58:02 +00:00
Cleanup UI
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
class="mx-3 mb-5"
|
||||
fab
|
||||
large
|
||||
color="secondary"
|
||||
color="primary"
|
||||
@click="stop"
|
||||
>
|
||||
<v-icon>mdi-stop</v-icon>
|
||||
@@ -68,23 +68,6 @@
|
||||
Save Profile
|
||||
</v-btn>
|
||||
|
||||
<v-snackbar
|
||||
v-model="infoSnackbar"
|
||||
timeout="3000"
|
||||
>
|
||||
{{ infoSnackbarText }}
|
||||
|
||||
<template v-slot:action="{ attrs }">
|
||||
<v-btn
|
||||
text
|
||||
v-bind="attrs"
|
||||
@click="infoSnackbar = false"
|
||||
>
|
||||
Close
|
||||
</v-btn>
|
||||
</template>
|
||||
</v-snackbar>
|
||||
|
||||
<v-dialog
|
||||
v-model="profileDialog"
|
||||
max-width="600px"
|
||||
@@ -555,6 +538,23 @@
|
||||
</v-dialog>
|
||||
</v-col>
|
||||
|
||||
<v-snackbar
|
||||
v-model="infoSnackbar"
|
||||
timeout="3000"
|
||||
>
|
||||
{{ infoSnackbarText }}
|
||||
|
||||
<template v-slot:action="{ attrs }">
|
||||
<v-btn
|
||||
text
|
||||
v-bind="attrs"
|
||||
@click="infoSnackbar = false"
|
||||
>
|
||||
Close
|
||||
</v-btn>
|
||||
</template>
|
||||
</v-snackbar>
|
||||
|
||||
<v-snackbar
|
||||
v-model="errorSnackbar"
|
||||
color="error"
|
||||
|
||||
Reference in New Issue
Block a user