From 323f2c753bc7527604268a65f0653704c1c07cae Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sat, 28 Mar 2020 23:45:27 +0100 Subject: [PATCH] add compatibility with AppOrder, refactoring --- README.md | 2 + appinfo/info.xml | 2 +- src/SideMenu.vue | 96 +++++++++++++++++++++++++++--------------------- 3 files changed, 57 insertions(+), 43 deletions(-) diff --git a/README.md b/README.md index dc85c9f..e015834 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ This application moves the top menu of Nextcloud to the left side. +Comptatible with AppOrder. + ![](https://upload.deblan.org/u/2020-03/5e7fab2b.jpg) ![](https://upload.deblan.org/u/2020-03/5e7fab16.jpg) diff --git a/appinfo/info.xml b/appinfo/info.xml index 622e56a..e639a61 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -6,7 +6,7 @@ Move the top menu to the left side. agpl Simon Vieille - 1.1.0 + 1.1.1 SideMenu customization https://gitnet.fr/deblan/side_menu diff --git a/src/SideMenu.vue b/src/SideMenu.vue index 288941d..cf98d03 100644 --- a/src/SideMenu.vue +++ b/src/SideMenu.vue @@ -1,23 +1,23 @@