feat(series-all): 시리즈 전체보기 UI 수정

- 기존 3단 구성에서 2단 구성으로 변경
- NavigationBar 제목에 OOO님의 시리즈 전체보기로 변경
This commit is contained in:
Yu Sung
2025-11-14 17:55:23 +09:00
parent c4a7742514
commit ed48efd58d
5 changed files with 58 additions and 36 deletions

View File

@@ -193,8 +193,8 @@ struct ContentView: View {
case .contentAllByTheme(let themeId):
ContentAllByThemeView(themeId: themeId)
case .seriesAll(let creatorId):
SeriesListAllView(creatorId: creatorId)
case .seriesAll(let creatorId, let creatorNickname, let isOriginal):
SeriesListAllView(creatorId: creatorId, creatorNickname: creatorNickname, isOriginal: isOriginal)
case .seriesDetail(let seriesId):
SeriesDetailView(seriesId: seriesId)