From c06baab8ab2faffc605f3165c6deac83d6d9ab0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 20 May 2022 13:55:00 +0200 Subject: [PATCH] Web: extract notification list into its own component The footer popover is going to contain the task logs as well, so the notifications are now their own component to be able to show/hide them. --- web/app/src/components/footer/FooterPopup.vue | 58 +---------------- .../components/footer/NotificationList.vue | 62 +++++++++++++++++++ 2 files changed, 64 insertions(+), 56 deletions(-) create mode 100644 web/app/src/components/footer/NotificationList.vue diff --git a/web/app/src/components/footer/FooterPopup.vue b/web/app/src/components/footer/FooterPopup.vue index eff9ffb9..3cb3d19f 100644 --- a/web/app/src/components/footer/FooterPopup.vue +++ b/web/app/src/components/footer/FooterPopup.vue @@ -1,62 +1,8 @@ diff --git a/web/app/src/components/footer/NotificationList.vue b/web/app/src/components/footer/NotificationList.vue new file mode 100644 index 00000000..63dabaf6 --- /dev/null +++ b/web/app/src/components/footer/NotificationList.vue @@ -0,0 +1,62 @@ + + +