-
Notifications
You must be signed in to change notification settings - Fork 8
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(esl-media): control mixin #2878
Conversation
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.
Please update https://esl-ui.com/examples/embedded-media/ page buttons to use new control as well
Should documentation updates be included in current PR or opened in a separate one? |
Documentation could be done separately + there is a point to discuss how it should look like (probably a subpage for esl-media) My request here is mostly regarding examples (to simplify check for reviewers in particular) |
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.
Proposal from Monday team discussion
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.
- Visual testing passed ✅
Code Climate has analyzed commit 0a6c174 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 42.3% (50% is the threshold). This pull request will bring the total coverage in the repository to 63.3% (-0.1% change). View more on Code Climate. |
An external control mixin element for
esl-media
was created in the scope of this pull request.Looks for target media using
ESLTraversingQuery
Supported actions:
Observes and reflects media state through active class
Closes: #2876