Start dockerizing, fix app bar bugs

This commit is contained in:
Kevin Thomas
2021-11-09 19:14:58 -08:00
parent d52aea3fd9
commit 8c6c4a00cc
7 changed files with 28 additions and 7 deletions

View File

@@ -41,6 +41,7 @@
</v-list-item-title>
</v-list-item>
<v-list-item
:disabled="!loggedIn"
@click="logout"
>
<v-list-item-icon>
@@ -54,6 +55,7 @@
<v-switch
v-model="$vuetify.theme.dark"
label="Dark Mode"
:disabled="!loggedIn"
@change="toggleDarkMode"
/>
</v-list-item>