시리즈 전체보기 페이지 추가
This commit is contained in:
		@@ -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) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user