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

[TS] Fixed types of Video messages prop and theme prop #5760

Merged
merged 2 commits into from Oct 30, 2021

Conversation

ShimiSun
Copy link
Member

What does this PR do?

Fixed types of Video messages prop and theme prop

Where should the reviewer start?

Video/index.d.ts

What testing has been done on this PR?

Local unit tests and storybook tests

How should this be manually tested?

Locally

Any background context you want to provide?

What are the relevant issues?

Screenshots (if appropriate)

Do the grommet docs need to be updated?

we might want to add to the docs the theme prop of video tracker.scrubber.color on a separate PR, it is missing from the docs.

Should this PR be mentioned in the release notes?

Yes -- in case we want to be descriptive about TS fixes.

Is this change backwards compatible or is it a breaking change?

backwards compatible

Copy link
Collaborator

@jcfilben jcfilben left a comment

Choose a reason for hiding this comment

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

Looks good!

Comment on lines +1440 to +1442
track?: {
color?: ColorType;
};
Copy link
Collaborator

Choose a reason for hiding this comment

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

Note: this is also missing from the docs

Copy link
Member Author

@ShimiSun ShimiSun Oct 27, 2021

Choose a reason for hiding this comment

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

@jcfilben Yes. I've mentioned it in the PR description 👆 I think it will go on a separate PR.

@ShimiSun ShimiSun changed the title Fixed types of Video messages prop and theme prop [TS] Fixed types of Video messages prop and theme prop Oct 27, 2021
@ericsoderberghp ericsoderberghp merged commit d91c2b1 into master Oct 30, 2021
@ericsoderberghp ericsoderberghp deleted the fix/video-ts branch October 30, 2021 21:14
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.

None yet

3 participants