-
Notifications
You must be signed in to change notification settings - Fork 414
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
In-app content reporting #5808
In-app content reporting #5808
Conversation
d92f95c
to
9dc9677
Compare
Will this page accept a URL parameter with claim id? If not, let's please add that. This will be linked from other apps like IOS/Android so the UI doesn't have to be re-created there. |
I missed the attached images before. Some feedback:
|
7c4f42a
to
fa68fee
Compare
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.
A few small comments but this mostly looks good. This is a big improvement
ui/constants/report_content.js
Outdated
export const PARAMETERS = { | ||
type: { | ||
'Sexual content': { | ||
CATEGORIES: [ |
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.
This should be [CATEGORIES]
ui/redux/actions/reportContent.js
Outdated
type: ACTIONS.REPORT_CONTENT_STARTED, | ||
}); | ||
|
||
let RICK_URL; |
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.
What does RICK
mean?
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.
nvm. This can probably be something like REPORT_URL
const str = (n) => n.toLocaleString('en-US', { minimumIntegerDigits: 2, useGrouping: false }); | ||
updateInput('timestamp', str(h) + ':' + str(m) + ':' + str(s)); | ||
} | ||
}, []); |
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.
claimId
should be passed to this.
fa68fee
to
3168b59
Compare
|
3168b59
to
f3a886a
Compare
Ping just in case ... anything else that needs changing? |
All good, I'll get this shipped tomorrow. Thanks again! |
Issue
Closes #5676 Content reports (dmca and others)
Screenshots
Here are some screenshots. DMCA one includes more fields, but looks roughly the same.
Click to expand