From 90916e70b2e8acd5469efc32208c84bf3eafcf57 Mon Sep 17 00:00:00 2001 From: Karlis Cudars Date: Sat, 23 Oct 2021 22:23:58 +0300 Subject: [PATCH] Add notifications, notification on subscribe/unsubscribe in channels and subscriptions pages --- package.json | 1 + src/App.vue | 1 + src/components/Channel.vue | 12 ++++++++++++ src/components/SubscriptionsPage.vue | 12 ++++++++++++ src/locales/en.json | 4 ++++ src/main.js | 3 +++ yarn.lock | 5 +++++ 7 files changed, 38 insertions(+) diff --git a/package.json b/package.json index 92d726c2..6ee652e8 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "@fortawesome/free-brands-svg-icons": "^5.15.4", "@fortawesome/free-solid-svg-icons": "^5.15.4", "@fortawesome/vue-fontawesome": "^3.0.0-4", + "@kyvg/vue3-notification": "^2.3.4", "core-js": "3.18.2", "css-loader": "^6.4.0", "dompurify": "^2.3.3", diff --git a/src/App.vue b/src/App.vue index bc5a75e5..de167463 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,4 +1,5 @@