Skip to content

Conversation

@tsi
Copy link
Collaborator

@tsi tsi commented Feb 12, 2025

This PR fixes a few text color-contrast issues

Before:
image

After:
image

@tsi tsi requested a review from a team as a code owner February 12, 2025 14:23
@netlify
Copy link

netlify bot commented Feb 12, 2025

Deploy Preview for cld-video-player ready!

Name Link
🔨 Latest commit 17f01c4
🔍 Latest deploy log https://app.netlify.com/sites/cld-video-player/deploys/67b1b3c05711ef0007563f63
😎 Deploy Preview https://deploy-preview-817--cld-video-player.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@tsi tsi self-assigned this Feb 12, 2025
@netlify
Copy link

netlify bot commented Feb 12, 2025

Deploy Preview for cld-vp-esm-pages ready!

Name Link
🔨 Latest commit 17f01c4
🔍 Latest deploy log https://app.netlify.com/sites/cld-vp-esm-pages/deploys/67b1b3c009208c00082a45f4
😎 Deploy Preview https://deploy-preview-817--cld-vp-esm-pages.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.


// Add TitleBar as default
children.push('titleBar');
if (children.indexOf('titleBar') === -1) {
Copy link
Contributor

Choose a reason for hiding this comment

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

why we need this "if" ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I was playing with colors opacity, and got weird results visually, this is how I found out the title is being rendered twice :)
This if prevents that.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@ShayLevi could this be what's failing the test here? I couldn't find any reason why it would fail, the videos obviously play fine in the deploy preview

Copy link
Contributor

Choose a reason for hiding this comment

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

@tsi is it possible that the video element id was changed? I see we have failures on multiple players page and colors API page due to that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants