0
0
Fork 0
mirror of https://github.com/VueTubeApp/VueTube synced 2024-11-25 12:45:17 +00:00

Update tweaks.vue

This commit is contained in:
gayolGate | Dev Studio 2022-12-28 13:55:31 +01:00 committed by GitHub
parent 10b486e02e
commit beab51c7f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -160,7 +160,7 @@
<!-- TODO: translate below --> <!-- TODO: translate below -->
<h3 class="ml-8 mt-8">Launch Screen</h3> <h3 class="ml-8 mt-8">{{ lang.launchscreen }}</h3>
<v-card <v-card
flat flat
@ -200,7 +200,7 @@
mdi-align-horizontal-center mdi-align-horizontal-center
</v-icon> </v-icon>
<span class="mt-3 text-center" style="font-size: 0.8rem"> <span class="mt-3 text-center" style="font-size: 0.8rem">
Centered Layout {{ lang.centeredlayout }}
</span> </span>
</v-card> </v-card>
<v-card <v-card
@ -237,7 +237,7 @@
mdi-align-vertical-distribute mdi-align-vertical-distribute
</v-icon> </v-icon>
<span class="mt-3 text-center" style="font-size: 0.8rem"> <span class="mt-3 text-center" style="font-size: 0.8rem">
Fullscreen Layout {{ lang.fullscreenlayout }}
</span> </span>
</v-card> </v-card>
<v-card <v-card
@ -282,7 +282,7 @@
</g> </g>
</svg> </svg>
<span class="mt-3 text-center" style="font-size: 0.8rem"> <span class="mt-3 text-center" style="font-size: 0.8rem">
Themed Icon {{ lang.themedicon }}
</span> </span>
</v-card> </v-card>
</v-card> </v-card>
@ -291,7 +291,7 @@
<!-- TODO: translate below --> <!-- TODO: translate below -->
<h3 class="ml-8 mt-8">Bottom Navigation</h3> <h3 class="ml-8 mt-8">{{ lang.bottomnavigation }}</h3>
<v-card <v-card
flat flat
class="mx-4 mt-2 mb-6 background d-flex flex-column" class="mx-4 mt-2 mb-6 background d-flex flex-column"
@ -315,7 +315,7 @@
" "
> >
<div class="my-auto" :class="navigationShift ? 'primary--text' : ''"> <div class="my-auto" :class="navigationShift ? 'primary--text' : ''">
Shift {{ lang.shift }}
</div> </div>
<v-spacer /> <v-spacer />
<v-switch <v-switch
@ -341,7 +341,7 @@
" "
> >
<div class="my-auto" :class="navigationText ? 'primary--text' : ''"> <div class="my-auto" :class="navigationText ? 'primary--text' : ''">
Show Labels {{ lang.showlabels }}
</div> </div>
<v-spacer /> <v-spacer />
<v-switch <v-switch
@ -370,7 +370,7 @@
}" }"
@click="(navigationIcons = 0), $vuetube.haptics.hapticsImpactLight(1)" @click="(navigationIcons = 0), $vuetube.haptics.hapticsImpactLight(1)"
> >
<div>MDI</div> <div>{{ lang.mdi }}</div>
<v-spacer></v-spacer> <v-spacer></v-spacer>
<v-icon <v-icon
:class="navigationIcons === 0 ? 'primary--text' : ''" :class="navigationIcons === 0 ? 'primary--text' : ''"
@ -412,7 +412,7 @@
$vuetube.haptics.hapticsImpactLight(1) $vuetube.haptics.hapticsImpactLight(1)
" "
> >
<div>Material Symbols</div> <div>{{ lang.materialsymbols }}</div>
<v-spacer></v-spacer> <v-spacer></v-spacer>
<svg <svg
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"
@ -468,7 +468,7 @@
$vuetube.haptics.hapticsImpactLight(1) $vuetube.haptics.hapticsImpactLight(1)
" "
> >
<div>FluentUI Icons</div> <div>{{ lang.fluentuiicons }}</div>
<v-spacer></v-spacer> <v-spacer></v-spacer>
<svg <svg
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"
@ -522,7 +522,7 @@
$vuetube.haptics.hapticsImpactLight(1) $vuetube.haptics.hapticsImpactLight(1)
" "
> >
<div>IBM Carbon Icons</div> <div>{{ lang.ibmcarbonicons }}</div>
<v-spacer></v-spacer> <v-spacer></v-spacer>
<svg <svg
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"