From 0b32d7babb88f1e67c299d529ff860dbe6e39e24 Mon Sep 17 00:00:00 2001 From: Nassim Jahnke Date: Fri, 3 Jun 2022 18:35:26 +0200 Subject: [PATCH] Dumb notification changes Not done, also missing fade effects, since vue's transition group was acting up --- frontend-new/src/components/Notifications.vue | 10 +++++++--- frontend-new/src/store/notification.ts | 7 ++++--- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/frontend-new/src/components/Notifications.vue b/frontend-new/src/components/Notifications.vue index d72334fd..58164a30 100644 --- a/frontend-new/src/components/Notifications.vue +++ b/frontend-new/src/components/Notifications.vue @@ -5,15 +5,19 @@ const notificationStore = useNotificationStore();