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

[mobile] 모달 리팩토링 #843

Open
kingyong9169 opened this issue Apr 6, 2023 · 0 comments
Open

[mobile] 모달 리팩토링 #843

kingyong9169 opened this issue Apr 6, 2023 · 0 comments
Assignees
Labels
✨ Feature 기능 개발 📱 Mobile package: mobile ♻️ Refactor 코드 리팩토링 💄 UI/UX 마크업 & 스타일링 🧐 Web stadard/a11y 웹 표준, 웹 접근성 관련 작업

Comments

@kingyong9169
Copy link
Contributor

kingyong9169 commented Apr 6, 2023

👩‍💻 기능 설명

Portal을 사용하여 모달 리팩토링

✅ 참고 사항

문제1

  • 모달이 모달 밖 영역의 렌더링에 영향을 받음. 부모 노드와 모달의 생명주기 분리가 필요함. -> Portal을 사용하여 해결

문제2

  • 모달이 띄워졌을 때, 모달 밖 영역의 스크롤이 움직임. Portal을 사용하여 해결

기능

  1. dimmed
  2. 모달 밖 영역 클릭, esc 누르면 모달이 close되도록 함.
  3. 모달 접근성 추가
  • 추가적인 공유가 필요한 사항은 Comment
@kingyong9169 kingyong9169 self-assigned this Apr 6, 2023
@kingyong9169 kingyong9169 added ✨ Feature 기능 개발 📱 Mobile package: mobile 💄 UI/UX 마크업 & 스타일링 🧐 Web stadard/a11y 웹 표준, 웹 접근성 관련 작업 labels Apr 6, 2023
@jaryapp jaryapp added the ♻️ Refactor 코드 리팩토링 label Apr 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature 기능 개발 📱 Mobile package: mobile ♻️ Refactor 코드 리팩토링 💄 UI/UX 마크업 & 스타일링 🧐 Web stadard/a11y 웹 표준, 웹 접근성 관련 작업
Projects
None yet
Development

No branches or pull requests

2 participants