diff --git a/src/core/client/admin/routes/configure/sections/general/components/ClosingCommentStreamsConfig.tsx b/src/core/client/admin/routes/configure/sections/general/components/ClosingCommentStreamsConfig.tsx index 1ccd8d68a..7634ab452 100644 --- a/src/core/client/admin/routes/configure/sections/general/components/ClosingCommentStreamsConfig.tsx +++ b/src/core/client/admin/routes/configure/sections/general/components/ClosingCommentStreamsConfig.tsx @@ -3,6 +3,7 @@ import React, { StatelessComponent } from "react"; import { DURATION_UNIT, DurationField } from "talk-framework/components"; import { + FieldSet, FormField, HorizontalGutter, InputLabel, @@ -27,7 +28,7 @@ interface Props { const ClosingCommentStreamsConfig: StatelessComponent = ({ disabled, }) => ( - + }>
Closing Comment Streams
@@ -40,13 +41,13 @@ const ClosingCommentStreamsConfig: StatelessComponent = ({ story’s publication - + }> Close Comments Automatically - + }> Close Comments After diff --git a/src/core/client/admin/routes/configure/sections/general/components/CommentEditingConfig.tsx b/src/core/client/admin/routes/configure/sections/general/components/CommentEditingConfig.tsx index 66caffd14..499c0df03 100644 --- a/src/core/client/admin/routes/configure/sections/general/components/CommentEditingConfig.tsx +++ b/src/core/client/admin/routes/configure/sections/general/components/CommentEditingConfig.tsx @@ -9,6 +9,7 @@ import { validateWholeNumberGreaterThanOrEqual, } from "talk-framework/lib/validation"; import { + FieldSet, FormField, HorizontalGutter, InputLabel, @@ -38,7 +39,7 @@ const CommentEditingConfig: StatelessComponent = ({ disabled }) => ( - + }> Comment Edit Timeframe diff --git a/src/core/client/admin/routes/configure/sections/general/components/CommentLengthConfig.tsx b/src/core/client/admin/routes/configure/sections/general/components/CommentLengthConfig.tsx index 05f2c5e4c..0f1a80426 100644 --- a/src/core/client/admin/routes/configure/sections/general/components/CommentLengthConfig.tsx +++ b/src/core/client/admin/routes/configure/sections/general/components/CommentLengthConfig.tsx @@ -8,6 +8,7 @@ import { validateWholeNumberGreaterThan, } from "talk-framework/lib/validation"; import { + FieldSet, FormField, HorizontalGutter, InputLabel, @@ -38,7 +39,7 @@ interface Props { } const CommentLengthConfig: StatelessComponent = ({ disabled }) => ( - + }>
Comment Length
diff --git a/src/core/client/admin/routes/configure/sections/general/components/GuidelinesConfig.tsx b/src/core/client/admin/routes/configure/sections/general/components/GuidelinesConfig.tsx index 06a6f7654..314c9c65a 100644 --- a/src/core/client/admin/routes/configure/sections/general/components/GuidelinesConfig.tsx +++ b/src/core/client/admin/routes/configure/sections/general/components/GuidelinesConfig.tsx @@ -4,6 +4,7 @@ import { Field } from "react-final-form"; import { ExternalLink } from "talk-framework/lib/i18n/components"; import { + FieldSet, FormField, HorizontalGutter, InputLabel, @@ -21,12 +22,12 @@ interface Props { } const GuidelinesConfig: StatelessComponent = ({ disabled }) => ( - + }>
Community Guidelines Summary
- + }> Show Community Guidelines Summary diff --git a/src/core/client/admin/routes/configure/sections/moderation/components/AkismetConfig.tsx b/src/core/client/admin/routes/configure/sections/moderation/components/AkismetConfig.tsx index 3580d7252..dd39120e2 100644 --- a/src/core/client/admin/routes/configure/sections/moderation/components/AkismetConfig.tsx +++ b/src/core/client/admin/routes/configure/sections/moderation/components/AkismetConfig.tsx @@ -10,6 +10,7 @@ import { Validator, } from "talk-framework/lib/validation"; import { + FieldSet, FormField, HorizontalGutter, InputLabel, @@ -38,7 +39,7 @@ const AkismetConfig: StatelessComponent = ({ disabled }) => { return ""; }; return ( - + }>
Akismet Spam Detection Filter
@@ -57,7 +58,7 @@ const AkismetConfig: StatelessComponent = ({ disabled }) => {
- + }> Spam Detection Filter diff --git a/src/core/client/admin/routes/configure/sections/moderation/components/PerspectiveConfig.tsx b/src/core/client/admin/routes/configure/sections/moderation/components/PerspectiveConfig.tsx index 5ce2e34e0..d078bac69 100644 --- a/src/core/client/admin/routes/configure/sections/moderation/components/PerspectiveConfig.tsx +++ b/src/core/client/admin/routes/configure/sections/moderation/components/PerspectiveConfig.tsx @@ -14,6 +14,7 @@ import { Validator, } from "talk-framework/lib/validation"; import { + FieldSet, FormField, HorizontalGutter, InputDescription, @@ -49,7 +50,7 @@ const PerspectiveConfig: StatelessComponent = ({ disabled }) => { return ""; }; return ( - + }>
Perspective Toxic Comment Filter
@@ -66,7 +67,7 @@ const PerspectiveConfig: StatelessComponent = ({ disabled }) => { - + }> Spam Detection Filter @@ -126,7 +127,7 @@ const PerspectiveConfig: StatelessComponent = ({ disabled }) => { - + }> Allow Google to Store Comment Data diff --git a/src/core/client/admin/test/configure/__snapshots__/general.spec.tsx.snap b/src/core/client/admin/test/configure/__snapshots__/general.spec.tsx.snap index abc5cc521..206d4ef91 100644 --- a/src/core/client/admin/test/configure/__snapshots__/general.spec.tsx.snap +++ b/src/core/client/admin/test/configure/__snapshots__/general.spec.tsx.snap @@ -108,7 +108,7 @@ exports[`renders configure general 1`] = ` data-testid="configure-generalContainer" >