From 159748e3de165af2516544d3402dab326bd4a58f Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sun, 17 Oct 2021 19:14:12 +0100 Subject: [PATCH] :sparkles: Show banner when in edit mode --- src/App.vue | 6 ++++++ src/components/InteractiveEditor/EditItem.vue | 7 +++++++ .../InteractiveEditor/EditModeTopBanner.vue | 20 +++++++++++++++++++ src/store.js | 5 +++++ src/utils/StoreMutations.js | 1 + 5 files changed, 39 insertions(+) create mode 100644 src/components/InteractiveEditor/EditModeTopBanner.vue diff --git a/src/App.vue b/src/App.vue index d9619e04..578f67d9 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,6 @@