-
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
epic(esl-media): rework commands API, add possibility to restrict play, handle containers #2942
base: main
Are you sure you want to change the base?
Conversation
…toggleable # Conflicts: # src/modules/esl-media/core/esl-media.ts
feat(esl-media): observation for togglebale container state
… control low-level play call, prevent unnecessary player command execution (#2939) Useing ESLMediaManager to listen `esl-show` and `esl-hide` events of containers. TECH: add test page --------- Co-authored-by: ala'n (Alexey Stsefanovich) <astsefanovich@exadel.com>
Co-authored-by: Dmitry Shovchko <dshovchko@exadel.com>
Co-authored-by: Anastasiya Lesun <72765981+NastaLeo@users.noreply.github.com>
test(esl-media): update tests, add BaseProvider & MediaManager livecycle tests
…eleaseAll` and `suspendAll` methods
…c/esl into epic/esl-media-manager # Conflicts: # src/modules/esl-media/test/media-manager.test.ts
src/modules/esl-media/core.ts
Outdated
@@ -4,3 +4,4 @@ export * from './core/esl-media'; | |||
export * from './core/esl-media-provider'; | |||
export * from './core/esl-media-registry'; | |||
export * from './control/esl-media-control-mixin'; | |||
// export * from './core/esl-media-manager'; |
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 * from './core/esl-media-manager'; |
Code Climate has analyzed commit 71c4085 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 78.8% (50% is the threshold). This pull request will bring the total coverage in the repository to 63.5% (0.5% change). View more on Code Climate. |
Closes: #2897
Closes: #2712