feat(creator): 커뮤니티 게시글 상세를 연결한다

This commit is contained in:
Yu Sung
2026-07-08 01:56:57 +09:00
parent f2d589eca2
commit c0369e6f58
23 changed files with 2187 additions and 138 deletions

View File

@@ -138,7 +138,13 @@ enum AppStep {
case creatorChannelReplyDetail(
context: CreatorChannelReplyDetailContext,
onFanTalkRefresh: (() -> Void)? = nil
onFanTalkRefresh: (() -> Void)? = nil,
onCommunityRefresh: (() -> Void)? = nil
)
case creatorChannelCommunityPostDetail(
postId: Int,
onCommunityRefresh: (() -> Void)? = nil
)
case canCoupon(refresh: () -> Void)