[Refactor] RollingPaperItemPage 로딩 시 SkeletonUI 보여지도록 수정 #109
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.
✨ 작업 내용
ModalProvider.jsx는 이전 변경사항이 포함되어있습니다. 왜인지는 모르겠는데 무시하셔도 될것 같습니다.
RollingPaperItemPage.jsx
containerStyle을 getBackgroundStylesFromPostData에서 받아옵니다.
overlay 렌더링 조건에서 isloading 을 제거했습니다.
itemList.length === 0 && isLoading일 때 skeletonUI를 표시합니다.itemList.length === 0 && isLoading일때 list section에 skeletonUI를 적용합니다.ListCard.jsx, module.scss
skeletonUI 컴포넌트와 style을 추가하였습니다.
🔗 관련 이슈
Fixes #