콘텐츠 메인 시리즈 탭

- 완결 시리즈 전체보기 추가
This commit is contained in:
Yu Sung
2025-02-22 08:29:02 +09:00
parent fac5fe9a84
commit 58258078c3
7 changed files with 184 additions and 2 deletions

View File

@@ -52,7 +52,10 @@ struct ContentMainTabSeriesView: View {
if !viewModel.rankCompleteSeriesList.isEmpty {
ContentMainCompletedSeriesView(
itemList: viewModel.rankCompleteSeriesList,
onClickMore: {}
onClickMore: {
AppState.shared
.setAppStep(step: .completedSeriesAll)
}
)
.padding(.top, 30)
}