시리즈 전체보기 페이지

This commit is contained in:
Yu Sung
2024-04-29 19:36:53 +09:00
parent ffbdbbaa06
commit 101b04b6a9
9 changed files with 324 additions and 9 deletions

View File

@@ -54,6 +54,7 @@ struct SeriesListBigItemView: View {
SeriesItemBadgeView(title: "\(item.numberOfContent)", backgroundColor: Color.gray33.opacity(0.7))
}
}
.padding(3.3)
}
.frame(width: 116.7, height: 165, alignment: .center)
@@ -79,10 +80,6 @@ struct SeriesListBigItemView: View {
.foregroundColor(Color.gray77)
}
.frame(width: 116.7)
.onTapGesture {
AppState.shared
.setAppStep(step: .seriesDetail(seriesId: item.seriesId))
}
}
}