From 6cd905ebf9f6cc4bf715986a66f4c931c8f5de71 Mon Sep 17 00:00:00 2001 From: Limezy Date: Mon, 27 Feb 2023 01:32:52 +0700 Subject: [PATCH] Update --- manifest.json | 2 +- sources/patches/app-05-comments.patch | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index b03024d..b410605 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Wiki and knowledge base for teams", "fr": "Wiki et base de connaissances pour les équipes" }, - "version": "0.68.4~ynh1", + "version": "0.68.5~ynh1", "url": "www.getoutline.com", "upstream": { "license": "BUSL-1.1", diff --git a/sources/patches/app-05-comments.patch b/sources/patches/app-05-comments.patch index b53b14f..f171682 100644 --- a/sources/patches/app-05-comments.patch +++ b/sources/patches/app-05-comments.patch @@ -1,16 +1,17 @@ diff --git a/app/scenes/Settings/Features.tsx b/app/scenes/Settings/Features.tsx -index 4fe94b044..0218d19a6 100644 +index 4fe94b044..5fd14def3 100644 --- a/app/scenes/Settings/Features.tsx +++ b/app/scenes/Settings/Features.tsx -@@ -11,6 +11,7 @@ import useCurrentTeam from "~/hooks/useCurrentTeam"; +@@ -11,6 +11,8 @@ import useCurrentTeam from "~/hooks/useCurrentTeam"; import useStores from "~/hooks/useStores"; import useToasts from "~/hooks/useToasts"; import SettingRow from "./components/SettingRow"; +import Flex from "~/components/Flex"; ++import Badge from "~/components/Badge"; function Features() { const { auth } = useStores(); -@@ -57,7 +58,7 @@ function Features() { +@@ -57,7 +59,7 @@ function Features() { /> )} @@ -19,7 +20,7 @@ index 4fe94b044..0218d19a6 100644 name={TeamPreference.Commenting} label={ -@@ -75,7 +76,7 @@ function Features() { +@@ -75,7 +77,7 @@ function Features() { disabled={!team.collaborativeEditing} onChange={handlePreferenceChange} />