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

[ITDS-71] feature: Skeleton 개선 및 적용 #62

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from

Conversation

Hansangjin98
Copy link
Member

📌 관련 이슈 번호


📘 작업 유형

  • 신규 기능 추가

📙 작업 내역 (구현 내용 및 작업 내역을 기재합니다.)

  • 기존에 적용되어있던 스켈레톤 제거
  • 신규 스켈레톤 구현 및 적용 (재사용성 확대)

📋 체크리스트 (PR을 올리기 전에 스스로 확인해봐요!)

  • PR 제목에 작업 내용을 요약하여 기재했는가?
  • 코딩컨벤션을 준수하는가?
  • 내 코드에 대해 스스로 검토를 했는가?

📝 적용 예시

@Hansangjin98 Hansangjin98 added the 기능 구현 기능 구현 이슈를 작성할 때 사용합니다. label Feb 14, 2025
@Hansangjin98 Hansangjin98 self-assigned this Feb 14, 2025
Copy link
Collaborator

@wongbingg wongbingg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

상진님 변경사항 모두 확인했습니다
작업량이 꽤 많았을텐데 고생하셨습니다

추가 작업 없으면 바로 머지해도 될 거같습니다 👍 @Hansangjin98

Comment on lines +53 to +60
if isLoading {
let cell: PostSkeletonCell = collectionView.dequeueReusableCell(forIndexPath: indexPath)
return cell
} else {
let cell: PostCell = collectionView.dequeueReusableCell(forIndexPath: indexPath)
cell.setData(item)
return cell
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

스켈레톤 표출 조건 분기처리가 모든 곳에 들어가서 작업량이 많았을 텐데 고생하셨습니다 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
기능 구현 기능 구현 이슈를 작성할 때 사용합니다.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants