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

feat: TimePicker component #1082

Merged
merged 16 commits into from
Apr 9, 2021
Merged

feat: TimePicker component #1082

merged 16 commits into from
Apr 9, 2021

Conversation

brandonlenz
Copy link
Contributor

@brandonlenz brandonlenz commented Mar 30, 2021

Summary

Adds the USWDS TimePicker component

Related Issues or PRs

closes: #738

How To Test

  • Testing via interaction in the storybook deployment to this PR
  • Test in example app or CRA

Screenshots (optional)

Default:
image

image


Min and max times:
image

@trussworks-infra-zz trussworks-infra-zz temporarily deployed to storybook March 30, 2021 21:02 Inactive
@brandonlenz brandonlenz changed the base branch from uswds-2.9.0 to bl-update-to-2.9.0 March 30, 2021 21:03
@trussworks-infra-zz trussworks-infra-zz temporarily deployed to storybook March 31, 2021 20:58 Inactive
@brandonlenz brandonlenz marked this pull request as ready for review March 31, 2021 21:35
@trussworks-infra-zz trussworks-infra-zz temporarily deployed to storybook March 31, 2021 21:38 Inactive
@brandonlenz brandonlenz changed the title [WIP] feat: TimePicker component feat: TimePicker component Mar 31, 2021
@brandonlenz
Copy link
Contributor Author

brandonlenz commented Mar 31, 2021

I'm gonna be honest, I added the ability to add the data-filter props in 18ecb03, but I'm really not sure if that's necessary. It doesn't seem to impact the functionality of this component at all (at least in the react version).

Those props are added to the USWDS component, and can be seen in the markup, I just don't know if they actually do anything, or what their purpose is.

We can easily revert 18ecb03 if these are not deemed to be needed.

Base automatically changed from bl-update-to-2.9.0 to main April 1, 2021 17:25
@trussworks-infra-zz trussworks-infra-zz temporarily deployed to storybook April 1, 2021 17:51 Inactive
@trussworks-infra-zz trussworks-infra-zz temporarily deployed to storybook April 6, 2021 14:41 Inactive
@brandonlenz
Copy link
Contributor Author

Created #1108 to fix filtering with the current iteration of TimePicker. It will not be a breaking change to fix, but in the interest of unblocking the 2.10.0 work in flight I wanted to remove that dependency from this PR.

@trussworks-infra-zz trussworks-infra-zz temporarily deployed to storybook April 9, 2021 17:45 Inactive
Copy link
Contributor

@suzubara suzubara left a comment

Choose a reason for hiding this comment

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

🎉

@brandonlenz brandonlenz merged commit c7bfdee into main Apr 9, 2021
@brandonlenz brandonlenz deleted the bl-timepicker-component-738 branch April 9, 2021 20:53
brandonlenz added a commit that referenced this pull request Apr 12, 2021
## [1.15.0](1.14.0...1.15.0) (2021-04-12)


### Features

* Identifier component ([#1044](#1044)) ([e79bc87](e79bc87))
* StepIndicator component ([#1047](#1047)) ([d61988e](d61988e))
* TimePicker component ([#1082](#1082)) ([c7bfdee](c7bfdee))
* Update to USWDS 2.9.0 ([#1048](#1048)) ([3859eea](3859eea))


### Documentation & Examples

* Add guidance for PR titles and testing in an application ([#1028](#1028)) ([be3bed4](be3bed4))
brandonlenz added a commit that referenced this pull request May 12, 2021
brandonlenz added a commit that referenced this pull request May 12, 2021
## [1.15.0](1.14.0...1.15.0) (2021-04-12)


### Features

* Identifier component ([#1044](#1044)) ([e79bc87](e79bc87))
* StepIndicator component ([#1047](#1047)) ([d61988e](d61988e))
* TimePicker component ([#1082](#1082)) ([c7bfdee](c7bfdee))
* Update to USWDS 2.9.0 ([#1048](#1048)) ([3859eea](3859eea))


### Documentation & Examples

* Add guidance for PR titles and testing in an application ([#1028](#1028)) ([be3bed4](be3bed4))
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.

New Component: Time picker
3 participants