feat(community): 크리에이터 커뮤니티 게시물 고정 기능을 추가한다

This commit is contained in:
Yu Sung
2026-03-17 10:41:28 +09:00
parent de627e1700
commit 5e08711b29
12 changed files with 241 additions and 48 deletions

View File

@@ -58,6 +58,7 @@ struct SectionCommunityPostView_Previews: PreviewProvider {
isCommentAvailable: false,
isAdult: false,
isLike: true,
isFixed: false,
existOrdered: false,
likeCount: 10,
commentCount: 0,
@@ -77,6 +78,7 @@ struct SectionCommunityPostView_Previews: PreviewProvider {
isCommentAvailable: false,
isAdult: false,
isLike: true,
isFixed: false,
existOrdered: false,
likeCount: 20,
commentCount: 0,