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-fe: Date Picker 이벤트 발생 컴포넌트 변경 #442

Merged
merged 3 commits into from
Aug 15, 2024

Conversation

github-actions[bot]
Copy link
Contributor

Original issue description

목적

Date Picker 이벤트 발생 컴포넌트 변경

작업 세부사항

  • Date Picker 이벤트 발생 컴포넌트 변경

참고 사항

아래의 별표줄 밑에 요구사항 ID만 작성해주세요. Prefix 금지!


CHANGE_DATE_EVENT_TRIGGER

closes #441

@github-actions github-actions bot added feature 새로운 기능 frontend 프론트엔드 labels Aug 14, 2024
Copy link
Contributor Author

1723612961.027869

Copy link
Contributor

@llqqssttyy llqqssttyy left a comment

Choose a reason for hiding this comment

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

굳입니당

<S.Container>
<S.Container onClick={handleIconClick}>
Copy link
Contributor

Choose a reason for hiding this comment

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

버블링 이용 SMART 👍

Copy link
Contributor

@seongjinme seongjinme left a comment

Choose a reason for hiding this comment

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

러기 고생하셨습니다! 한 가지 코멘트를 드렸는데 시간 되실 때 체크해주세요 🙏

@@ -18,7 +18,7 @@ export default function DateInput({ label, innerText, ...props }: DateInputProps
};

return (
<S.Container>
<S.Container onClick={handleIconClick}>
Copy link
Contributor

Choose a reason for hiding this comment

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

오 이벤트 버블링을 사용하셨군요! 멋집니다 👍

Comment on lines 33 to 35
outline={false}
size="sm"
color="white"
Copy link
Contributor

Choose a reason for hiding this comment

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

button 요소의 typebutton으로 지정해주면 의도치 않은 이벤트 발생으로부터 조금 더 안전하지 않을까 싶습니다.

Suggested change
outline={false}
size="sm"
color="white"
outline={false}
size="sm"
color="white"
type="button"

Copy link
Contributor

Choose a reason for hiding this comment

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

중요한 부분 짚어주셨네용!! 감사합니다~

Copy link
Contributor

@seongjinme seongjinme left a comment

Choose a reason for hiding this comment

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

빠른 피드백 반영에 감사드려요! 🎊

@@ -7,7 +7,7 @@ export default function IconButton({
size = 'sm',
outline = true,
shape = 'round',
type,
type = 'button',
Copy link
Contributor

Choose a reason for hiding this comment

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

멋집니다 👍 👍 👍

@lurgi lurgi merged commit 557fd1a into fe/develop Aug 15, 2024
11 checks passed
@lurgi lurgi deleted the fe-441-E_DATE_EVENT_TRIGGER branch August 15, 2024 05:06
seongjinme pushed a commit that referenced this pull request Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 새로운 기능 frontend 프론트엔드
Projects
Status: 완료
Development

Successfully merging this pull request may close these issues.

3 participants