From c8ce8ef985b8a30995c03cb2a28123c95b85d798 Mon Sep 17 00:00:00 2001 From: Joe McGrath Date: Wed, 6 Apr 2022 14:55:03 +0900 Subject: [PATCH 1/3] fix(files): rework store for files modal --- components/ui/Global/Global.html | 4 ++-- components/views/files/view/View.html | 4 ++-- components/views/files/view/View.vue | 15 ++++++++++----- pages/files/browse/index.vue | 2 +- plugins/thirdparty/persist.ts | 1 + store/ui/mutations.ts | 4 ++-- store/ui/types.ts | 5 ++--- 7 files changed, 20 insertions(+), 15 deletions(-) diff --git a/components/ui/Global/Global.html b/components/ui/Global/Global.html index 2e11d6892b..94ddda0bfc 100644 --- a/components/ui/Global/Global.html +++ b/components/ui/Global/Global.html @@ -91,10 +91,10 @@ v-if="ui.modals.changelog" v-click-outside="() => toggleModal(ModalWindows.CHANGELOG)" /> - + diff --git a/components/views/files/view/View.html b/components/views/files/view/View.html index b5fabb8f18..23a6e93862 100644 --- a/components/views/files/view/View.html +++ b/components/views/files/view/View.html @@ -1,7 +1,7 @@
- + @@ -49,7 +49,7 @@ > - + diff --git a/components/views/files/view/View.vue b/components/views/files/view/View.vue index 8b8a68ed28..9b263c7725 100644 --- a/components/views/files/view/View.vue +++ b/components/views/files/view/View.vue @@ -1,6 +1,6 @@