summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/NotificationsSnackbars.vue
diff options
context:
space:
mode:
authorUdo Walter2018-11-26 20:12:31 +0100
committerUdo Walter2018-11-26 20:12:31 +0100
commit82648439b945cc5d049886f7e79c2f0dd9d14ff9 (patch)
treeebeb33ba47bef73306d004b230726ddad5d16bfa /webapp/src/components/NotificationsSnackbars.vue
parent[webapp] small bugfix (diff)
downloadbas-82648439b945cc5d049886f7e79c2f0dd9d14ff9.tar.gz
bas-82648439b945cc5d049886f7e79c2f0dd9d14ff9.tar.xz
bas-82648439b945cc5d049886f7e79c2f0dd9d14ff9.zip
[webapp+server] Add first implementation of a websocket to alert webclients of events
and to synchronize notification across multiple webapp instances of the same user
Diffstat (limited to 'webapp/src/components/NotificationsSnackbars.vue')
-rw-r--r--webapp/src/components/NotificationsSnackbars.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/src/components/NotificationsSnackbars.vue b/webapp/src/components/NotificationsSnackbars.vue
index ce768d6..c01c5c4 100644
--- a/webapp/src/components/NotificationsSnackbars.vue
+++ b/webapp/src/components/NotificationsSnackbars.vue
@@ -14,7 +14,7 @@
v-model="showSnackbar"
bottom
right
- :timeout="currentSnackbar.timeout || 2000"
+ :timeout="currentSnackbar.timeout || 4000"
:color="currentSnackbar.color"
>
{{ currentSnackbar.text }}