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: URL 공유 모달 뜰 때, 한번 더 클릭 시 없어지도록 변경 #97

Merged
merged 3 commits into from
Jun 30, 2024

Conversation

nyoung113
Copy link
Collaborator

@nyoung113 nyoung113 commented Jun 29, 2024

📌 기능 설명

  • URL 공유 모달 뜰 때, 한번 더 클릭 시 없어지도록 변경

📌 구현 내용

URL 공유 안내 모달이 한번 더 클릭 시 없어지도록 변경했습니다.
상태의 props를 받는 형식으로 변경했습니다.

📌 구현 결과

📌 논의하고 싶은 점

사파리에서 URL을 복사하지 않는 이슈가 있었는데, 갑자기 가능해져서, 확인할 수 없게 되었습니다. 지켜봐야 할 필요성이 있습니다!

@nyoung113 nyoung113 self-assigned this Jun 29, 2024
@nyoung113 nyoung113 added the ✨ feat 기능 구현 이슈 label Jun 29, 2024
@dotory0829
Copy link
Collaborator

고생하셨습니다! 👍

handleClose: () => void;
}
export function CopiedNotice({ isOpen, handleClose }: Props) {
if (isOpen) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

if (!isOpen) return null

위처럼 명시하면 불필요한 연산을 줄이고 가독성에 좀 더 도움이 될것 같아요.
지금은 사실 단순 ui 컴포넌트라서 상관은 없지만요!!

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

훨씬 좋네요! 감사합니다 덕배!!

@nyoung113 nyoung113 merged commit beef363 into main Jun 30, 2024
@nyoung113 nyoung113 deleted the fix/DEV-133 branch June 30, 2024 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feat 기능 구현 이슈
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants