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

Hotfix/mobile join #253

Merged
merged 2 commits into from
Mar 31, 2023
Merged

Hotfix/mobile join #253

merged 2 commits into from
Mar 31, 2023

Conversation

NYeonK
Copy link
Contributor

@NYeonK NYeonK commented Mar 31, 2023

  • 브랜치명, 브랜치 알맞게 설정
  • Reviewer, Assignees, Label, Milestone, Issue(PR 작성 후에) 붙이기
  • PR이 승인된 경우 해당 브랜치는 삭제하기

📌 내용

  • 회원가입할 때, scroll 맨 상단으로 올리기
  • 회원가입 이슈 임시 해결

📌 내가 알게 된 부분

  • useOutClickCloser()가 메뉴바나 메들리 프리뷰 띄울 때, 오퍼시티 부분의 이벤트들을 막는데요~
    이게 이용동의 필수 약관 미선택 시, 생기는 토스트메세지에 적용이 되어 있어서, 회원가입 버튼이 안눌리던거였습니다,,,🤯🤯
    -> 근데 하필 preventDefault() 요 메소드때문에 작동을 안하는거라, 임시방편으로 토스트메세지 부분의 useOutClickCloser()를 주석처리해두었습니다!

  • 스크롤이 안되는 문제는 useOutClickCloser()와 다른 이유인 것 같습니다,,,,,,🤢 그래서 useScroll()로 페이지 맨 상단으로 이동하게 만들어두었어요


@NYeonK NYeonK requested a review from joohaem March 31, 2023 13:22
@NYeonK NYeonK self-assigned this Mar 31, 2023
@NYeonK NYeonK changed the base branch from develop to release/1.3 March 31, 2023 13:31
@NYeonK NYeonK merged commit 578f63c into release/1.3 Mar 31, 2023
Copy link
Member

@joohaem joohaem left a comment

Choose a reason for hiding this comment

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

@NYeonK

  1. 바깥 쪽을 클릭해도 되는 useOutClickCLoser를 따로 선언해서 부착하면 될 것 같아요. (혹은 props로 이 조건의 유무를 추가한다거나)
  2. 현재 브랜치들의 반영정도가 다른데, main / develop / release/1.3 의 커밋을 align 해주세요! (이제 release/1.3은 사용하지 않아도 될 것 같습니다! develop으로 이용하면 될 것 같아요)
  3. 해당 PR은 dev 브랜치로 머지가 되었는데, hotfix는 main 브랜치에 바로 반영하는 브랜치입니다!!!

@joohaem
Copy link
Member

joohaem commented Apr 1, 2023

원인 파악해서 빠르게 대응해주셔서 감사합니다😊☺🙏🏼🙏🏼

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.

2 participants