Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
💡 변경사항 & 이슈
공통 모달 컴포넌트 제작
홈 이동 안내 팝업 모달 제작
✍️ 관련 설명
우선 modal은 createPortal 사용해서 제작했어. createPortal에 elementId를 따로 추가한 이유는 modal말고 toast 메시지의 확장성이 생길 거 같아서 그때는 toast도 동일하게 portal을 사용할 예정이라 추가해줬어 (토스트 메시지 디자인 시안에 있더라구 웹에서 구현할지는 아직 미정)
그리고 지금은 home 컴포넌트에 갤러리 버튼에 modal을 붙여놨는데 이후에 리뷰 생성 완료 페이지 완성하면 거기로 옮기면 될 거 같아
테스트용으로는 여기다 유지해놓을게
/ 경로에서 갤러리 버튼 클릭하면 모달 확인 가능해
추가적으로 모달 컴포넌트 이름이 좀 마음에 안드는데.. 혹시 좋은 의견 있으면 얘기해줘! 아무리 생각해봐도 더 좋은 이름이 생각 안나더라..
(아이콘 이슈로 #34 코드를 pull해와서 #34 머지 이후에 rebase하고 머지 예정!)
⭐️ Review point
📷 Demo