feat(creator-channel): 홈 빈 상태 동작을 보강한다

This commit is contained in:
Yu Sung
2026-08-14 18:41:04 +09:00
parent 2203fc9089
commit 6db26c55a8
7 changed files with 183 additions and 16 deletions

View File

@@ -382,6 +382,7 @@ struct CreatorChannelView: View {
onTapLive: showLiveDetail,
onTapContent: showContentDetail,
onTapDonate: showDonationDialog,
onTapFanTalkWrite: showFanTalkWriteView,
onTapSchedule: handleScheduleTap,
onTapSeries: showSeriesDetail,
onTapCommunityLike: viewModel.likeCommunityPost,