-
-
Notifications
You must be signed in to change notification settings - Fork 11.2k
POC: Comment moderation #25697
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
POC: Comment moderation #25697
Conversation
Adds a new Comments page to the React navigation, gated by a private feature flag. This Comments page shows an infinite list of all of a Site's comments, filterable by author member, searchable by `comment_id`, with bulk actions for show / hide / delete comments, as well as banning individual Members from commenting. Expands the backend to support fetching all comments, including nested comments, and banning members from commenting.
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
It looks like this PR contains a migration 👀 General requirements
Schema changes
Data changes
|
React E2E Tests FailedTo view the Playwright test report locally, run: REPORT_DIR=$(mktemp -d) && gh run download 20127673880 -n playwright-report-react -D "$REPORT_DIR" && npx playwright show-report "$REPORT_DIR" |
Ember E2E Tests FailedTo view the Playwright test report locally, run: REPORT_DIR=$(mktemp -d) && gh run download 20127673880 -n playwright-report-ember -D "$REPORT_DIR" && npx playwright show-report "$REPORT_DIR" |
Adds a new Comments page to the React navigation, gated by a private feature flag. This Comments page shows an infinite list of all of a Site's comments, filterable by author member, searchable by
comment_id, with bulk actions for show / hide / delete comments, as well as banning individual Members from commenting.Expands the backend to support fetching all comments, including nested comments, and banning members from commenting.