From 7c51b0791e5e83f8b68a70ed8c2dd3de7acc2716 Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Wed, 15 Mar 2023 19:34:17 +0100 Subject: [PATCH 01/14] Make app compatible with NC 27 Signed-off-by: Christian Wolf --- .github/actions/deploy/appinfo/info.xml.dist | 2 +- appinfo/info.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/deploy/appinfo/info.xml.dist b/.github/actions/deploy/appinfo/info.xml.dist index f6a4c23c7..9d63263d7 100755 --- a/.github/actions/deploy/appinfo/info.xml.dist +++ b/.github/actions/deploy/appinfo/info.xml.dist @@ -20,7 +20,7 @@ https://raw.githubusercontent.com/nextcloud/cookbook/stable/img/screenshot2.png - + diff --git a/appinfo/info.xml b/appinfo/info.xml index c55368d0a..e1e347ed8 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -20,7 +20,7 @@ https://raw.githubusercontent.com/nextcloud/cookbook/stable/img/screenshot2.png - + From fdf2b1e53cec5377ad4fb54ec93eefb9cb5f19e9 Mon Sep 17 00:00:00 2001 From: Marcel Robitaille Date: Thu, 29 Dec 2022 10:38:58 -0400 Subject: [PATCH 02/14] Add checkboxes to hide info blocks Signed-off-by: Marcel Robitaille --- src/components/SettingsDialog.vue | 67 +++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) diff --git a/src/components/SettingsDialog.vue b/src/components/SettingsDialog.vue index 3c7482dee..2b62fc422 100644 --- a/src/components/SettingsDialog.vue +++ b/src/components/SettingsDialog.vue @@ -81,6 +81,69 @@ + +
+ + Control which blocks of information are shown in the recipe view. If you do not use some features and find them distracting, you may hide them. + +
    +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
+
+
@@ -284,6 +347,10 @@ export default { animation: rotate var(--animation-duration, 0.8s) linear infinite; color: var(--color-loading-dark); } + +.settings-info-blocks__legend { + margin-bottom: 10px; +}