From 6f6e73e068b0cec5d5749d740640d479ce169108 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Thu, 19 May 2022 15:01:10 +0200 Subject: [PATCH] Web: show placeholder when there are no notifications yet --- web/app/src/components/FooterPopup.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/web/app/src/components/FooterPopup.vue b/web/app/src/components/FooterPopup.vue index 57cf6651..0a4c3b5e 100644 --- a/web/app/src/components/FooterPopup.vue +++ b/web/app/src/components/FooterPopup.vue @@ -35,6 +35,7 @@ const tabOptions = { resizableColumnFit: true, height: "calc(20vh - 3rem)", // Must be set in order for the virtual DOM to function correctly. data: notifs.history, + placeholder: "Notification history will appear here", selectable: false, };