From 9fe0b5b766b6300f42a99aeb124f5d49d5eb3426 Mon Sep 17 00:00:00 2001 From: Dominik Pschenitschni Date: Mon, 14 Nov 2022 15:31:58 +0100 Subject: [PATCH] feat: add notification store, add label --- .../notifications/notifications.vue | 89 ++++++------------- src/i18n/lang/en.json | 2 + src/services/notification.ts | 9 +- src/stores/notifications.ts | 66 ++++++++++++++ 4 files changed, 101 insertions(+), 65 deletions(-) create mode 100644 src/stores/notifications.ts diff --git a/src/components/notifications/notifications.vue b/src/components/notifications/notifications.vue index 1d1f45cf1..0b88824a2 100644 --- a/src/components/notifications/notifications.vue +++ b/src/components/notifications/notifications.vue @@ -1,27 +1,25 @@