콘텐츠 메인 다시듣기 탭

- 새로운 다시듣기 전체보기
This commit is contained in:
Yu Sung
2025-02-22 09:12:34 +09:00
parent 1f15ebfee3
commit 8070fa3bef
5 changed files with 86 additions and 1 deletions

View File

@@ -23,7 +23,10 @@ struct ContentMainTabReplayView: View {
if !viewModel.newReplayContentList.isEmpty {
ContentMainNewContentViewV2(
title: "새로운 라이브 다시듣기",
onClickMore: {},
onClickMore: {
AppState.shared
.setAppStep(step: .newReplayContentAll)
},
themeList: [],
contentList: viewModel.newReplayContentList
) { _ in }