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

fix: Prop spreading for Time #233

Merged
merged 3 commits into from
Jan 17, 2019
Merged

fix: Prop spreading for Time #233

merged 3 commits into from
Jan 17, 2019

Conversation

cjskillingstad
Copy link
Contributor

  • Spread props to Time's elements
  • Update unit tests
  • Update docs

@cjskillingstad cjskillingstad requested a review from a team January 17, 2019 00:04
Copy link
Contributor

@greg-a-smith greg-a-smith left a comment

Choose a reason for hiding this comment

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

Merging blocked until fundamental-bot admin rights are restored.

},
{
name: 'hoursUpButtonProps',
description: 'object - Additional props to be spread to the Time component\'s hours down button element.'
Copy link
Contributor

Choose a reason for hiding this comment

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

Should be "hours up button"

},
{
name: 'minutesUpButtonProps',
description: 'object - Additional props to be spread to the Time component\'s minutes down button element.'
Copy link
Contributor

Choose a reason for hiding this comment

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

Should be "minutes up button"

},
{
name: 'secondsUpButtonProps',
description: 'object - Additional props to be spread to the Time component\'s seconds down button element.'
Copy link
Contributor

Choose a reason for hiding this comment

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

Should be "seconds up button"

},
{
name: 'meridiemUpButtonProps',
description: 'object - Additional props to be spread to the Time component\'s meridiem down button element.'
Copy link
Contributor

Choose a reason for hiding this comment

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

Should be "meridiem up button"

Copy link
Contributor Author

@cjskillingstad cjskillingstad Jan 17, 2019

Choose a reason for hiding this comment

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

Oops, copy/paste mistake. Fixed all of these in 7496561

Copy link
Contributor

@greg-a-smith greg-a-smith 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. 🚢

@cjskillingstad cjskillingstad merged commit 27b3398 into master Jan 17, 2019
@cjskillingstad cjskillingstad deleted the fix/time-spread branch January 17, 2019 21:35
greg-a-smith pushed a commit that referenced this pull request Mar 5, 2019
* Spread props

* Update docs

* Fix docs
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.

2 participants