feat(creator): 커뮤니티 아이템 표시를 통일한다

This commit is contained in:
Yu Sung
2026-08-10 15:11:02 +09:00
parent 89c070875c
commit c372d4a522
15 changed files with 1377 additions and 183 deletions

View File

@@ -264,7 +264,9 @@ struct CreatorChannelNoticeSection_Previews: PreviewProvider {
existOrdered: true,
likeCount: 5,
commentCount: 2,
isLiked: false
isLiked: false,
isCommentAvailable: true,
isPinned: true
),
CreatorChannelCommunityPostResponse(
postId: 2,
@@ -279,7 +281,9 @@ struct CreatorChannelNoticeSection_Previews: PreviewProvider {
existOrdered: false,
likeCount: 3,
commentCount: 1,
isLiked: false
isLiked: false,
isCommentAvailable: true,
isPinned: false
)
]
)