feat(series-all): 시리즈 전체보기 UI 수정
- 기존 3단 구성에서 2단 구성으로 변경 - NavigationBar 제목에 OOO님의 시리즈 전체보기로 변경
This commit is contained in:
@@ -128,7 +128,7 @@ enum AppStep {
|
||||
|
||||
case seriesDetail(seriesId: Int)
|
||||
|
||||
case seriesAll(creatorId: Int)
|
||||
case seriesAll(creatorId: Int? = nil, creatorNickname: String? = nil, isOriginal: Bool = false)
|
||||
|
||||
case seriesContentAll(seriesId: Int, seriesTitle: String)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user