feat(main): 콘텐츠 탭 타이틀바를 정리한다
This commit is contained in:
@@ -131,3 +131,4 @@
|
||||
- 2026-05-19 추가 구현: Figma node `20:3590` 기준 캡슐형 탭 바를 `SodaLive/Sources/V2/Component/CapsuleTabBar.swift`로 추가했다. 항목 수 제한 없이 `ScrollView(.horizontal, showsIndicators: false)`와 `LazyHStack`으로 가로 스크롤되도록 구현했고, 선택 상태는 외부 `Binding`으로 관리한다.
|
||||
- 2026-05-19 추가 구현: `SodaLive.xcodeproj/project.pbxproj`에 `CapsuleTabBar.swift`를 `SodaLive`, `SodaLive-dev` 두 앱 타깃 Sources에 등록했다.
|
||||
- 2026-05-19 빌드 검증: `xcodebuild -workspace 'SodaLive.xcworkspace' -scheme 'SodaLive-dev' -configuration Debug build` 실행 결과 `** BUILD SUCCEEDED **`.
|
||||
- 2026-07-08 메인 콘텐츠 탭 title bar 반영: Figma node `24:6738` 기준으로 `DefaultTitleBar(title:)`가 좌측 화면명 텍스트와 우측 메뉴 슬롯을 재사용할 수 있음을 확인했고, `SodaLive/Sources/V2/Main/Content/MainContentView.swift`에서 `HomeTitleBar` 대신 `DefaultTitleBar(title: MainTab.content.title)`를 사용하도록 반영했다. `HomeTitleBar`는 홈 탭 로고형 title bar 책임을 유지한다.
|
||||
|
||||
Reference in New Issue
Block a user