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: new component DateTimePicker #194

Merged
merged 1 commit into from
Apr 3, 2024

Conversation

FedericoChDev
Copy link
Contributor

Summary

A new component to select date and time, can be selected via a dropdown menu or written in an input tag

Task

New component to select date and time

Affected sections

  • src/components/DateTimePicker/Calendar.tsx
  • src/components/DateTimePicker/Clock.tsx
  • src/components/DateTimePicker/DateTimePicker.test.tsx
  • src/components/DateTimePicker/DateTimePicker.tsx
  • src/components/DateTimePicker/DateTimePickerWithPortal.tsx
  • src/components/DateTimePicker/index.ts
  • src/components/index.ts
  • src/stories/DateTimePicker.stories.tsx

How did you test this change?

Mannualy with storybook 🎨
Added test to phase component 🤖
All tests was passed ✅

@FedericoChDev FedericoChDev added the enhancement New feature or request label Apr 2, 2024
@FedericoChDev FedericoChDev self-assigned this Apr 2, 2024
Copy link

codesandbox-ci bot commented Apr 2, 2024

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@FedericoChDev FedericoChDev marked this pull request as draft April 2, 2024 16:54
@FedericoChDev FedericoChDev force-pushed the feat/component-datetimepicker branch 3 times, most recently from 3999e16 to 2f53120 Compare April 2, 2024 19:50
@FedericoChDev FedericoChDev marked this pull request as ready for review April 2, 2024 20:23
src/components/DateTimePicker/Clock.tsx Outdated Show resolved Hide resolved
src/components/DateTimePicker/Clock.tsx Outdated Show resolved Hide resolved
src/components/DateTimePicker/Clock.tsx Outdated Show resolved Hide resolved
src/components/DateTimePicker/Clock.tsx Outdated Show resolved Hide resolved
src/components/DateTimePicker/DateTimePicker.test.tsx Outdated Show resolved Hide resolved
src/components/DateTimePicker/DateTimePicker.tsx Outdated Show resolved Hide resolved
src/components/DateTimePicker/DateTimePicker.tsx Outdated Show resolved Hide resolved
@andres-bedolla andres-bedolla merged commit ce720b2 into main Apr 3, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants