summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/DashboardPage.vue
diff options
context:
space:
mode:
authorUdo Walter2019-03-03 04:46:52 +0100
committerUdo Walter2019-03-03 04:46:52 +0100
commit103f7ebcad42bbd30bbf3d469ea31ba7515f24ff (patch)
treecb338755a231f23b19227073fe9c663411f2856c /webapp/src/components/DashboardPage.vue
parent[webapp] add single select to selectbox; eslint fix (diff)
downloadbas-103f7ebcad42bbd30bbf3d469ea31ba7515f24ff.tar.gz
bas-103f7ebcad42bbd30bbf3d469ea31ba7515f24ff.tar.xz
bas-103f7ebcad42bbd30bbf3d469ea31ba7515f24ff.zip
[webapp] add option to disable all animations
Diffstat (limited to 'webapp/src/components/DashboardPage.vue')
-rw-r--r--webapp/src/components/DashboardPage.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/src/components/DashboardPage.vue b/webapp/src/components/DashboardPage.vue
index 6c5d267..4fbac78 100644
--- a/webapp/src/components/DashboardPage.vue
+++ b/webapp/src/components/DashboardPage.vue
@@ -16,7 +16,7 @@
</i18n>
<template>
- <v-app :dark="settings.dark">
+ <v-app :dark="settings.dark" :class="{ 'no-animations': settings.noAnimations }">
<v-touch
@panstart="drawerDragStart"
@panmove="drawerDragMove"