Closed luwes closed 1 year ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
media-chrome | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 15, 2023 4:17pm |
media-chrome-docs | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 15, 2023 4:17pm |
@luwes is attempting to deploy a commit to the Mux Team on Vercel.
A member of the Team first needs to authorize it.
Attention: 84 lines
in your changes are missing coverage. Please review.
Comparison is base (
dfe7206
) 79.10% compared to head (4caa4a8
) 78.89%. Report is 1 commits behind head on main.:exclamation: Current head 4caa4a8 differs from pull request most recent head 8da3239. Consider uploading reports for the commit 8da3239 to get more accurate results
Files | Patch % | Lines |
---|---|---|
src/js/media-container.js | 15.78% | 80 Missing :warning: |
src/js/media-time-range.js | 66.66% | 4 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
this change fixes an issue where tapping the player on Android would show and hide the controls right away instead of scheduling the hiding after a timeout.
also fixes a small issue where the time range animation would not start right away when the time range became visible, the animation is disabled when it gets hidden to save CPU.