-
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
feat(FEC-11875): Related Entries - by context #4
Conversation
src/components/pre-playback-play-overlay-wrapper/pre-playback-play-overlay-wrapper.tsx
Outdated
Show resolved
Hide resolved
@@ -57,11 +56,17 @@ | |||
left: 4px; | |||
padding: 2px; | |||
position: absolute; | |||
|
|||
&.live { | |||
background-color: #e12437; |
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.
export $live-color from UI and use it
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.
it's not the same color as the Figma spec, live-color is #da1f26
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.
As i saw in the css inspector it's different code but same color. Do you see a difference?
@yairans loadMedia also calls configure, which means to not call load twice I need to understand if it was called by loadMedia or not. So for now I'll just ignore updateConfig. |
add ks to useContext add webpack dev server
Export OVPProviderParser. Resolves [FEC-11875](https://kaltura.atlassian.net/browse/FEC-11875) Related PRs: kaltura/playkit-js-related#4 kaltura/kaltura-player-js#523
Update player type signature to support usage in related entries plugin Resolves FEC-11875 Related PRs: kaltura/playkit-js-related#4 kaltura/playkit-js-providers#171
Export OVPProviderParser. Resolves [FEC-11875](https://kaltura.atlassian.net/browse/FEC-11875) Related PRs: kaltura/playkit-js-related#4 kaltura/kaltura-player-js#523
Description of the Changes
Bug Fixes
Responsivity
Additional functionality
Resolves FEC-11875
Related PRs:
kaltura/kaltura-player-js#523
kaltura/playkit-js-providers#171
WIP
CheckLists