feat(main): 라이브 전체 진입을 추가한다

This commit is contained in:
Yu Sung
2026-07-22 15:47:52 +09:00
parent 70af4923c6
commit a0db58e53f
6 changed files with 44 additions and 4 deletions

View File

@@ -180,6 +180,7 @@ struct MainView: View {
onTapCharacter: handleRecommendationCreatorTap,
onTapCommunityPost: handleRecommendationCommunityPostTap,
onTapBanner: handleRecommendationBannerTap,
onTapLiveAll: handleRecommendationLiveAllTap,
onTapFollowAll: handleRecommendationFollowAllTap,
onSelectFollowingTab: handleFollowingTabSelection,
onTapFollowingLogin: handleFollowingLoginTap,
@@ -483,6 +484,10 @@ struct MainView: View {
}
}
private func handleRecommendationLiveAllTap() {
appState.setAppStep(step: .liveNowAll(onClickParticipant: handleRecommendationLiveTap))
}
private func handleRecommendationCreatorTap(creatorId: Int) {
guard creatorId > 0 else { return }
performRecommendationDetailAction {