diff --git a/package-lock.json b/package-lock.json index e2aa10d63..46e111859 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@coralproject/talk", - "version": "6.1.0", + "version": "6.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d43f9f9fe..924a4ab33 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coralproject/talk", - "version": "6.1.0", + "version": "6.2.0", "author": "The Coral Project", "homepage": "https://coralproject.net/", "sideEffects": [ @@ -19,7 +19,7 @@ "contributors": [ "https://github.com/coralproject/talk/graphs/contributors" ], - "description": "A better commenting experience from Mozilla, The Washington Post, and The New York Times.", + "description": "A better commenting experience from Vox Media.", "scripts": { "build": "NODE_ENV=production npm-run-all generate-persist --parallel build:client build:server", "build:development": "NODE_ENV=development npm-run-all generate --parallel build:client build:server", diff --git a/src/core/client/admin/routes/Configure/sections/Slack/SlackChannel.css b/src/core/client/admin/routes/Configure/sections/Slack/SlackChannel.css index f948feff5..fb28ca540 100644 --- a/src/core/client/admin/routes/Configure/sections/Slack/SlackChannel.css +++ b/src/core/client/admin/routes/Configure/sections/Slack/SlackChannel.css @@ -11,6 +11,11 @@ padding-bottom: var(--v2-spacing-2); } +.triggerHelp { + padding-left: 26px; + margin: 0; +} + .button { padding-top: var(--v2-spacing-1); padding-bottom: var(--v2-spacing-1); diff --git a/src/core/client/admin/routes/Configure/sections/Slack/SlackChannel.tsx b/src/core/client/admin/routes/Configure/sections/Slack/SlackChannel.tsx index 2166e7663..2a4e68167 100644 --- a/src/core/client/admin/routes/Configure/sections/Slack/SlackChannel.tsx +++ b/src/core/client/admin/routes/Configure/sections/Slack/SlackChannel.tsx @@ -13,6 +13,7 @@ import { Flex, FormField, FormFieldDescription, + HelperText, Label, TextField, } from "coral-ui/components/v2"; @@ -159,16 +160,23 @@ const SlackChannel: FunctionComponent = ({ parse={parseBool} > {({ input }) => ( - - - All Comments +
+ + + All Comments + + + + + Not recommended for sites with more than 10K comments + per month. + - +
)} = ({ form, settings }) => { Automatically send comments from Coral moderation queues to Slack channels. You will need Slack admin access to set this up. For steps - on how to create a Slack App see our documentation. Not recommended - for sites with more than 10K comments per month. + on how to create a Slack App see our documentation.