시리즈 전체보기 페이지 추가

This commit is contained in:
Yu Sung
2024-04-30 15:28:58 +09:00
parent 93110eff8c
commit a08b463c11
8 changed files with 153 additions and 3 deletions

View File

@@ -35,7 +35,10 @@ struct SeriesDetailHomeView: View {
.foregroundColor(Color.button)
)
.padding(.top, 16)
.onTapGesture {}
.onTapGesture {
AppState.shared
.setAppStep(step: .seriesContentAll(seriesId: seriesId, seriesTitle: title))
}
VStack(spacing: 8) {
ForEach(0..<contentList.count, id: \.self) {