feat(creator): 소개, 활동, SNS 섹션을 연결한다

This commit is contained in:
Yu Sung
2026-07-03 17:23:09 +09:00
parent 4214829a20
commit 3f24788c29
7 changed files with 244 additions and 3 deletions

View File

@@ -496,7 +496,7 @@
### Phase 14: 소개 섹션
- [ ] **Task 14.1: 소개 섹션 구현**
- [x] **Task 14.1: 소개 섹션 구현**
- 대상 파일:
- 생성: `SodaLive/Sources/V2/CreatorChannel/Home/Components/CreatorChannelIntroduceSection.swift`
- 수정: `SodaLive/Sources/V2/CreatorChannel/Home/CreatorChannelHomeView.swift`
@@ -509,7 +509,7 @@
### Phase 15: 활동 섹션
- [ ] **Task 15.1: 활동 섹션 구현**
- [x] **Task 15.1: 활동 섹션 구현**
- 대상 파일:
- 생성: `SodaLive/Sources/V2/CreatorChannel/Home/Components/CreatorChannelActivitySection.swift`
- 수정: `SodaLive/Sources/V2/CreatorChannel/Home/CreatorChannelHomeView.swift`
@@ -524,7 +524,7 @@
### Phase 16: SNS 섹션
- [ ] **Task 16.1: SNS 섹션 구현**
- [x] **Task 16.1: SNS 섹션 구현**
- 대상 파일:
- 생성: `SodaLive/Sources/V2/CreatorChannel/Home/Components/CreatorChannelSnsSection.swift`
- 수정: `SodaLive/Sources/V2/CreatorChannel/Home/CreatorChannelHomeView.swift`