From 476ad97fd93cf1c96cc8808db661cc7fbe2bf3d3 Mon Sep 17 00:00:00 2001 From: Melissa Autumn Date: Tue, 17 Oct 2023 12:14:05 -0700 Subject: [PATCH] Swap siteNotification to use a pinia store, and make the z-index bigger. (Fixes #151) --- frontend/src/App.vue | 24 +++++------ frontend/src/elements/SiteNotification.vue | 2 +- frontend/src/stores/alert-store.js | 50 ++++++++++++++++++++-- 3 files changed, 60 insertions(+), 16 deletions(-) diff --git a/frontend/src/App.vue b/frontend/src/App.vue index f996726d..e01ed472 100755 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -2,7 +2,7 @@