-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Add new reporting categories and reasons #9079
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?
Conversation
|
Line 276 of src/components/moderation/ReportDialog/utils/useReportOptions.ts seems to have a spelling mistake... title: _(msg Just thought I'd let you know. |
export type ReportCategory = | ||
| 'childSafety' | ||
| 'violencePhysicalHarm' | ||
| 'sexualAdultContent' | ||
| 'harassmentHate' | ||
| 'misleading' | ||
| 'ruleBreaking' | ||
| 'civicIntegrity' | ||
| 'other' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are no longer types in Ozone, so we'll define them here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I noticed a few typos, style nits and places where the strings didn't match what was in the Moderation Report Granularity proposal. And I also I made a few suggestions where I think the language could be clearer and more helpful to users.
src/components/moderation/ReportDialog/utils/useReportOptions.ts
Outdated
Show resolved
Hide resolved
src/components/moderation/ReportDialog/utils/useReportOptions.ts
Outdated
Show resolved
Hide resolved
src/components/moderation/ReportDialog/utils/useReportOptions.ts
Outdated
Show resolved
Hide resolved
src/components/moderation/ReportDialog/utils/useReportOptions.ts
Outdated
Show resolved
Hide resolved
src/components/moderation/ReportDialog/utils/useReportOptions.ts
Outdated
Show resolved
Hide resolved
src/components/moderation/ReportDialog/utils/useReportOptions.ts
Outdated
Show resolved
Hide resolved
src/components/moderation/ReportDialog/utils/useReportOptions.ts
Outdated
Show resolved
Hide resolved
src/components/moderation/ReportDialog/utils/useReportOptions.ts
Outdated
Show resolved
Hide resolved
src/components/moderation/ReportDialog/utils/useReportOptions.ts
Outdated
Show resolved
Hide resolved
Co-authored-by: surfdude29 <[email protected]>
Co-authored-by: surfdude29 <[email protected]>
Co-authored-by: surfdude29 <[email protected]>
Co-authored-by: surfdude29 <[email protected]>
Co-authored-by: surfdude29 <[email protected]>
Co-authored-by: surfdude29 <[email protected]>
Co-authored-by: surfdude29 <[email protected]>
Co-authored-by: surfdude29 <[email protected]>
Co-authored-by: surfdude29 <[email protected]>
Co-authored-by: surfdude29 <[email protected]>
Co-authored-by: surfdude29 <[email protected]>
@surfdude29 thanks! neovim doesn't have spellcheck :(( |
@haileyok No worries :) Not sure if you saw the other suggestions btw, some get hidden by GH 👀 |
Co-authored-by: surfdude29 <[email protected]>
Co-authored-by: surfdude29 <[email protected]>
Co-authored-by: surfdude29 <[email protected]>
Co-authored-by: surfdude29 <[email protected]>
No description provided.