From 1c9e483d0e4b482e48911b664dd231e8080717df Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Fri, 22 Jul 2022 08:56:11 +0200 Subject: [PATCH] refactor(gui-v2): use enum for actions in AppInstall # What's changed? * add action enum to `AppInstall.vue` * remove vuetify styles like `d-flex` and use windicss instead * cleanup types --- .../settings/AppStore/AppInstall.vue | 71 +++++++++++-------- 1 file changed, 42 insertions(+), 29 deletions(-) diff --git a/packages/nc-gui-v2/components/dashboard/settings/AppStore/AppInstall.vue b/packages/nc-gui-v2/components/dashboard/settings/AppStore/AppInstall.vue index d0ffcea282..b2f5485d5a 100644 --- a/packages/nc-gui-v2/components/dashboard/settings/AppStore/AppInstall.vue +++ b/packages/nc-gui-v2/components/dashboard/settings/AppStore/AppInstall.vue @@ -1,28 +1,44 @@