[FE] fix: 홈 페이지 캐러셀 초기 슬라이드 위치 조정 및 ConfirmModal에 props로 title을 받아서 디자인 수정 #530
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.
🚀 어떤 기능을 구현했나요 ?
🔥 어떻게 해결했나요 ?
0번째 복제본 슬라이드가 초기 슬라이드로 보이는 문제를 해결하기 위해
useEffect
를 사용해서 초기 슬라이드 위치를 조정했습니다.transition
효과 제어를 위한withTransition
매개변수를 추가했습니다. 이 매개변수는 슬라이드 전환 시 애니메이션 효과를 적용할지 여부를 결정합니다ContentModal
에props
로title
을 받아서 헤더에 타이틀과x 표시
클로즈 버튼을 같은 라인에서 보여주는 식으로 변경했습니다. 그리고 인풋과 확인 버튼을 감싸는 컨테이너에 width를 늘려서 간격을 조정했습니다.📝 어떤 부분에 집중해서 리뷰해야 할까요?
📚 참고 자료, 할 말