[CORL-404] Recent Comment History (#2354)

* feat: initial support for auto pre-moderation

* chore: refactor collection access

* fix: linting

* fix: rebasing issue

* fix: exported helpers

* feat: added extensions, lintd

* fix: rebase fix

* feat: renamed automaticPreModeration to recentCommentHistory

* feat: initial implementation of admin config

* feat: support recent history markers

* feat: rename visible to published

* feat: reworked history drawer

* chore: extracted tooltip

* feat: implemented user drawer

* fix: fixed translation key

* fix: resolved issue with NaN
This commit is contained in:
Wyatt Johnson
2019-08-08 18:18:18 +00:00
committed by GitHub
parent ff964b54a3
commit 4c65d43954
103 changed files with 2856 additions and 1917 deletions
@@ -27,6 +27,18 @@ const RejectCommentMutation = createMutation(
comment {
id
status
author {
id
recentCommentHistory {
statuses {
NONE
APPROVED
REJECTED
PREMOD
SYSTEM_WITHHELD
}
}
}
statusHistory(first: 1) {
edges {
node {