From d37426e0185838d7726a482f7f28928920e7eae4 Mon Sep 17 00:00:00 2001 From: Mel <97147377+MelissaAutumn@users.noreply.github.com> Date: Wed, 18 Oct 2023 00:58:53 -0700 Subject: [PATCH 1/9] Swap siteNotification to use a pinia store, and make the z-index bigger. (Fixes #151) (#152) --- 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 @@