[develop] 세션 상세 Exit 애니메이션 및 권한, 404페이지 PC 뷰 적용 #56
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.
📌 개요
세션 상세 Exit 애니메이션 및 권한, 404페이지 PC 뷰 적용
📋 변경사항
세션 상세 Exit 애니메이션 처리
page.tsx가 unMounted 시 Sheet, SheetContent 컴포넌트 자체가 DOM에서 사라지기 때문에 exit 애니메이션이 적용이 안되는 문제가 발생하였습니다.
해당 문제를 해결하기 위해 layout.tsx 상위로 컴포넌트 자체를 올려 DOM에서 사라지지 않도록 구조를 변경하였습니다.
404페이지 PC 뷰 적용
기존 모바일만 지원되던 화면 뷰를 PC 뷰에 맞춰 반응형이 유지되도록 변경하였습니다.
스크린샷
🙏 참고사항
리뷰 희망 기한