From 0c328c268e05126e294734f915fbfb91cf6f26d5 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Thu, 25 May 2023 20:17:25 +0800 Subject: [PATCH] Disable pocket --- packages/web/pages/settings/integrations.tsx | 33 ++++++++++---------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/packages/web/pages/settings/integrations.tsx b/packages/web/pages/settings/integrations.tsx index 2babac6c7..0623edefd 100644 --- a/packages/web/pages/settings/integrations.tsx +++ b/packages/web/pages/settings/integrations.tsx @@ -161,22 +161,23 @@ export default function Integrations(): JSX.Element { }, }, }, - { - icon: '/static/icons/pocket.svg', - title: 'Pocket', - subText: - 'Pocket is a place to save articles, videos, and more. Our Pocket integration allows importing your Pocket library to Omnivore. Once connected we will asyncronously import all your Pocket articles into Omnivore, as this process is resource intensive it can take some time. You will receive an email when the process is completed.', - button: { - text: pocketConnected ? 'Import' : 'Connect to Pocket', - icon: , - style: 'ctaDarkYellow', - action: () => { - pocketConnected - ? importFromIntegration(pocketConnected.id) - : redirectToPocket() - }, - }, - }, + + // { + // icon: '/static/icons/pocket.svg', + // title: 'Pocket', + // subText: + // 'Pocket is a place to save articles, videos, and more. Our Pocket integration allows importing your Pocket library to Omnivore. Once connected we will asyncronously import all your Pocket articles into Omnivore, as this process is resource intensive it can take some time. You will receive an email when the process is completed.', + // button: { + // text: pocketConnected ? 'Import' : 'Connect to Pocket', + // icon: , + // style: 'ctaDarkYellow', + // action: () => { + // pocketConnected + // ? importFromIntegration(pocketConnected.id) + // : redirectToPocket() + // }, + // }, + // }, { icon: '/static/icons/webhooks.svg', title: 'Webhooks',