크리에이터 커뮤니티 페이지 추가

This commit is contained in:
Yu Sung
2023-12-15 19:14:03 +09:00
parent b8fbb664d5
commit 650b6808e6
11 changed files with 331 additions and 2 deletions

View File

@@ -74,7 +74,11 @@ struct UserProfileView: View {
CreatorCommunityItemView()
.frame(width: 320)
CreatorCommunityMoreItemView()
CreatorCommunityMoreItemView {
AppState.shared.setAppStep(
step: .creatorCommunityAll(creatorId: userId)
)
}
}
.padding(.horizontal, 15)
}