From 07ca1acee9a5f4227d18766b49b3fe6c8690e9a1 Mon Sep 17 00:00:00 2001 From: Rémy Raes Date: Mon, 16 Oct 2023 16:17:37 +0200 Subject: feat: Notification menu (#615) Introduces a notification menu, which hosts notifications fired while the app was not focused. Notifications can be closed by the user. --- src-vue/src/components/NotificationButton.vue | 77 +++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 src-vue/src/components/NotificationButton.vue (limited to 'src-vue/src/components') diff --git a/src-vue/src/components/NotificationButton.vue b/src-vue/src/components/NotificationButton.vue new file mode 100644 index 00000000..4945f8c7 --- /dev/null +++ b/src-vue/src/components/NotificationButton.vue @@ -0,0 +1,77 @@ + + + + + -- cgit v1.2.3