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] - 메인페이지 modal css 깨짐 및 modal, drawer 애니메이션 적용 안되던 이슈 수정 #567

Merged
merged 15 commits into from
Oct 23, 2024

Conversation

0jenn0
Copy link
Contributor

@0jenn0 0jenn0 commented Oct 22, 2024

✅ 작업 내용

  • 메인페이지 modal css 깨짐 및 modal, drawer 애니메이션 적용 안되던 이슈 수정

📸 스크린샷

🙈 참고 사항

Copy link

github-actions bot commented Oct 22, 2024

Test Results

11 tests   11 ✅  14s ⏱️
 2 suites   0 💤
 1 files     0 ❌

Results for commit 4d13007.

♻️ This comment has been updated with latest results.

@0jenn0 0jenn0 self-assigned this Oct 22, 2024
Copy link
Contributor

@jinyoung234 jinyoung234 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
Contributor

@simorimi simorimi left a comment

Choose a reason for hiding this comment

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

고생하셨습니다 리버 수정 사항 하나 남겨놨어요!
참고 바랍니다

}

const useUnmountAnimation = ({ isOpen, animationDuration = 300 }: useUnmountAnimationProps) => {
const [shouldRender, setShouldRender] = useState(false);
Copy link
Contributor

Choose a reason for hiding this comment

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

should의 경우 테스트 코드에서 주로 사용되는 접두사라네요! boolean 속성의 경우는 is, has, can 정도로 알고있습니다. 해당 부분 수정이 필요해보입니다. isRendered 정도면 적당해 보이는데 어떻게 생각하시나요?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

오 그런게 있군요! 좋네요 수정하겠습니다!

@jinyoung234 jinyoung234 merged commit e970e20 into develop/fe Oct 23, 2024
3 checks passed
@simorimi simorimi deleted the fix/fe/#563 branch November 21, 2024 16:01
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.

3 participants