From db0fa60ce8c2accaa079b012e78e072464e1ef7d Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Wed, 11 Aug 2021 14:43:04 +0200 Subject: [PATCH 1/3] fix German translation render --- templates/settings/admin-form.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/settings/admin-form.php b/templates/settings/admin-form.php index 82196eb..0a21220 100644 --- a/templates/settings/admin-form.php +++ b/templates/settings/admin-form.php @@ -217,7 +217,7 @@ $choicesSizes = [

- t('This parameters are used when Dark theme or Breeze Dark Theme are enabled.')); ?> + t('This parameters are used when Dark theme or Breeze Dark Theme are enabled.'); ?>

@@ -469,7 +469,7 @@ $choicesSizes = [
-

t('The big menu is not compatible with AppOrder.')); ?>

+

t('The big menu is not compatible with AppOrder.'); ?>

Date: Wed, 11 Aug 2021 14:43:52 +0200 Subject: [PATCH 2/3] release v1.27.1 --- CHANGELOG.md | 4 ++++ appinfo/info.xml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7f6605..5d7e94e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## [Unreleased] +## 1.27.1 +### Fixed +- fix German translation render + ## 1.27.0 ### Added - hide personal settings access when settings are forced by the administrator diff --git a/appinfo/info.xml b/appinfo/info.xml index 7ce5afb..cfc9ff9 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -26,7 +26,7 @@ If you like this application and if you want to support the development: * [Donate with liberapay](https://liberapay.com/deblan) * [Leave a comment](https://apps.nextcloud.com/apps/side_menu#comments) ]]> - 1.27.0 + 1.27.1 agpl Simon Vieille SideMenu From 1896bb399dc71f97031396a1c445e1b0a81dd561 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Thu, 21 Oct 2021 20:06:17 +0200 Subject: [PATCH 3/3] fix #62: hide app notification icon --- CHANGELOG.md | 4 ++++ appinfo/info.xml | 2 +- css/sideMenu.css | 4 ++++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d7e94e..0c50218 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## [Unreleased] +## 1.27.2 +### Fixed +- fix #62: hide app notification icon + ## 1.27.1 ### Fixed - fix German translation render diff --git a/appinfo/info.xml b/appinfo/info.xml index cfc9ff9..392e3d6 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -26,7 +26,7 @@ If you like this application and if you want to support the development: * [Donate with liberapay](https://liberapay.com/deblan) * [Leave a comment](https://apps.nextcloud.com/apps/side_menu#comments) ]]> - 1.27.1 + 1.27.2 agpl Simon Vieille SideMenu diff --git a/css/sideMenu.css b/css/sideMenu.css index 466c678..e78ffa0 100644 --- a/css/sideMenu.css +++ b/css/sideMenu.css @@ -105,6 +105,10 @@ margin-top: -3px; } +.side-menu-app-icon .app-icon-notification { + display: none; +} + .side-menu-app a { line-height: 30px; color: var(--side-menu-text-color, #fff);