-
Notifications
You must be signed in to change notification settings - Fork 1
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
Fev 468 moderate plugin #1
Conversation
semarche-kaltura
commented
Mar 1, 2020
} | ||
.playkit-player.playkit-size-ty { | ||
.kaltura-moderation__root { | ||
display: none; |
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 makes the entire scree be gone when the player is too little. it has a bit of a weird behavior. Let's discuss maybe with Dana
<CloseButton onClick={onClick} /> | ||
<div className={styles.mainWrapper}> | ||
<div className={[styles.title, 'kaltura-moderation__title'].join(' ')}>What’s wrong with this content?</div> | ||
<Popover |
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 think that at some point we will need a drop down as a 'native' drop-down component as checkbox inputs textArea and other forms element. Let's consult @esakal if we shoule make this a contrib thing
reportLength: 500, | ||
onReportSentMessage: 'Send report', | ||
onReportErrorMessage: 'The report failed to send', | ||
moderateOptions: [ |
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 does not work when configuration is passed from the embed / uiconf definitions
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.
opened a core ticket
https://kaltura.atlassian.net/browse/FEC-9716
reportLength: 500, | ||
onReportSentMessage: 'Send report', | ||
onReportErrorMessage: 'The report failed to send', | ||
moderateOptions: [ |
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.
opened a core ticket
https://kaltura.atlassian.net/browse/FEC-9716