feat(series-all): 시리즈 아이템을 SeriesListItemView -> SeriesMainItemView로 변경하여 최신 시리즈 UI 적용

This commit is contained in:
Yu Sung
2025-11-21 00:53:01 +09:00
parent 90b6dfb498
commit 6a4f4767e0

View File

@@ -51,7 +51,7 @@ struct SeriesListAllView: View {
NavigationLink {
SeriesDetailView(seriesId: item.seriesId)
} label: {
SeriesListItemView(itemWidth: width, item: item)
SeriesMainItemView(item: item, width: width, height: width * 227 / 160)
.contentShape(Rectangle())
.onAppear {
if index == viewModel.seriesList.count - 1 {