Skip to content
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-10835): expose share to plugin #447

Merged
merged 13 commits into from
Jun 27, 2021
Merged

feat(FEC-10835): expose share to plugin #447

merged 13 commits into from
Jun 27, 2021

Conversation

Yuvalke
Copy link
Contributor

@Yuvalke Yuvalke commented May 20, 2021

Description of the Changes

Issue: share configured ui from kaltura player.
Solution: handle this config as plugin config.

CheckLists

  • changes have been done against master branch, and PR does not conflict
  • new unit / functional tests have been added (whenever applicable)
  • test are passing in local environment
  • Travis tests are passing (or test results are not worse than on master branch :))
  • Docs have been updated

src/kaltura-player.js Outdated Show resolved Hide resolved
src/kaltura-player.js Outdated Show resolved Hide resolved
src/common/utils/setup-helpers.js Outdated Show resolved Hide resolved
@yairans
Copy link
Contributor

yairans commented Jun 23, 2021

Can you add tests for the query params please? you can override window.URLSearchParams = null to test the 2 options

yairans
yairans previously approved these changes Jun 24, 2021
label: string,
presets: Array<string>,
area: string,
declare type KPUIComponent = KPPluginUIComponent & {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

all components are plugin component? no, so seems the type is incorrect. KPUIComponentOptions?

@@ -0,0 +1,9 @@
declare type KPPluginUIComponent = {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's declare all in ui-component.js

@Yuvalke Yuvalke merged commit 45dd205 into master Jun 27, 2021
@Yuvalke Yuvalke deleted the FEC-10835 branch June 27, 2021 05:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants