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

[Feature] Picker 컴포넌트 구현 #139

Merged
merged 53 commits into from
Aug 30, 2024
Merged

Conversation

hamo-o
Copy link
Member

@hamo-o hamo-o commented Aug 12, 2024

🎉 변경 사항

  • SingleDatePicker, RangeDatePicker, TimePicker 컴포넌트를 구현했습니다.
  • SingleDatePickerTimePickerPickerGroup으로 묶어서 하나의 Date 객체로 관리할 수 있습니다.

🚩 관련 이슈

🙏 여기는 꼭 봐주세요!

  • table에서 행간을 설정하는 데 실패해서 해당 부분 css가 디자인과 다릅니다. (border-spacing 속성이 안먹더라구요. 혹시 방법 아시는 분..)
  • 24시간을 조절하는 것이 아니라 AMPM이 나뉘어져 있어 12시 관련 엣지케이스가 발생했습니다. 해당 부분 유의해서 봐주시면 감사하겠습니다.

Copy link
Contributor

@hamo-o hamo-o linked an issue Aug 12, 2024 that may be closed by this pull request
2 tasks
@hamo-o hamo-o marked this pull request as ready for review August 21, 2024 15:32
Copy link
Contributor

Copy link
Contributor

eugene028

This comment was marked as off-topic.

Copy link
Collaborator

@eugene028 eugene028 left a comment

Choose a reason for hiding this comment

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

수고하셨습니다!

Copy link
Collaborator

@ghdtjgus76 ghdtjgus76 left a comment

Choose a reason for hiding this comment

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

수고하셨어요~

packages/wow-ui/src/utils/changeDateToString.ts Outdated Show resolved Hide resolved
packages/wow-ui/src/components/Picker/pickerComponents.tsx Outdated Show resolved Hide resolved
packages/wow-ui/src/components/Picker/DateDropDown.tsx Outdated Show resolved Hide resolved
packages/wow-ui/src/components/Picker/RangeDatePicker.tsx Outdated Show resolved Hide resolved
packages/wow-ui/src/components/Picker/TimePicker.tsx Outdated Show resolved Hide resolved
packages/wow-ui/src/components/Picker/TimePicker.tsx Outdated Show resolved Hide resolved
packages/wow-ui/src/components/Picker/TimePicker.tsx Outdated Show resolved Hide resolved
Copy link
Contributor

Copy link
Contributor

Copy link
Contributor

Copy link
Contributor

Copy link
Contributor

Copy link
Contributor

Copy link
Contributor

Copy link
Collaborator

@ghdtjgus76 ghdtjgus76 left a comment

Choose a reason for hiding this comment

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

수고하셨습니다~

Copy link
Collaborator

@eugene028 eugene028 left a comment

Choose a reason for hiding this comment

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

정말 수고많으셨습니다!

@hamo-o hamo-o force-pushed the feature/date-picker-component branch from 0aa29cd to 3e3c2fc Compare August 30, 2024 08:39
Copy link
Contributor

Copy link
Contributor

@hamo-o hamo-o merged commit f65c5d8 into main Aug 30, 2024
3 checks passed
@hamo-o hamo-o deleted the feature/date-picker-component branch August 30, 2024 08:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] Picker 컴포넌트 구현
3 participants