인기콘텐츠 전체 보기 페이지 추가
This commit is contained in:
@@ -28,7 +28,9 @@ struct ContentMainRankingView: View {
|
||||
Spacer()
|
||||
|
||||
Image("ic_forward")
|
||||
.onTapGesture {}
|
||||
.onTapGesture {
|
||||
AppState.shared.setAppStep(step: .contentRankingAll)
|
||||
}
|
||||
}
|
||||
|
||||
VStack(spacing: 8) {
|
||||
@@ -72,6 +74,7 @@ struct ContentMainRankingView: View {
|
||||
}
|
||||
}
|
||||
.frame(maxWidth: screenSize().width * 0.66, alignment: .leading)
|
||||
.contentShape(Rectangle())
|
||||
.onTapGesture {
|
||||
AppState
|
||||
.shared
|
||||
|
Reference in New Issue
Block a user