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

adds poster image option to video widget #1469

Merged
merged 2 commits into from
Aug 23, 2022
Merged

Conversation

digitaldan
Copy link
Contributor

Signed-off-by: Dan Cunningham dan@digitaldan.com

@digitaldan digitaldan requested a review from a team as a code owner August 21, 2022 03:20
@relativeci
Copy link

relativeci bot commented Aug 21, 2022

Job #509: Bundle Size — 11.06MB (0%).

c695dd0 vs 6fe3811

Changed metrics (1/10)
Metric Current Baseline
Cache Invalidation 0.16% 15.52%
Changed assets by type (0/7)

No changes


View Job #509 report on app.relative-ci.com

Copy link
Member

@ghys ghys left a comment

Choose a reason for hiding this comment

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

Thanks for the change (and including the doc update!). One small question:

@@ -6,7 +6,8 @@
:stunServer="config.stunServer"
:candidatesTimeout="config.candidatesTimeout"
:startManually="config.startManually"
:hideControls="config.hideControls" />
:hideControls="config.hideControls"
:posterURL="config.posterURL" />
Copy link
Member

Choose a reason for hiding this comment

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

Wouldn't you need to add this to the <oh-video-videojs> alternative below too?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

🤦 Good catch, i somehow lost that in a refactor. Fixed.

Signed-off-by: Dan Cunningham <dan@digitaldan.com>
Signed-off-by: Dan Cunningham <dan@digitaldan.com>
Copy link
Member

@ghys ghys left a comment

Choose a reason for hiding this comment

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

Thanks!

@ghys ghys merged commit 73c7945 into openhab:main Aug 23, 2022
@ghys ghys added enhancement New feature or request main ui Main UI labels Aug 23, 2022
@ghys ghys added this to the 3.4 milestone Aug 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request main ui Main UI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants