mirror of
https://github.com/kaythomas0/noisedash.git
synced 2025-11-14 12:18:01 +00:00
Add dark mode, allow noise settings to be changed while running, add timer toggle
This commit is contained in:
16
src/components/AppBar.vue
Normal file
16
src/components/AppBar.vue
Normal file
@@ -0,0 +1,16 @@
|
||||
<template>
|
||||
<v-app-bar
|
||||
app
|
||||
color="secondary"
|
||||
dark
|
||||
dense
|
||||
>
|
||||
<v-container fill-height>
|
||||
<v-switch
|
||||
v-model="$vuetify.theme.dark"
|
||||
inset
|
||||
label="Dark Mode"
|
||||
/>
|
||||
</v-container>
|
||||
</v-app-bar>
|
||||
</template>
|
||||
Reference in New Issue
Block a user