feat: 메인 홈

- 라이브, 인기 크리, 최신 콘텐츠, 이벤트 배너 UI 추가
This commit is contained in:
Yu Sung
2025-07-11 22:31:15 +09:00
parent e121ec1ee4
commit 5a9b95c2bf
29 changed files with 622 additions and 137 deletions

View File

@@ -265,7 +265,6 @@ struct ContentMainTabHomeView: View {
.font(.custom(Font.medium.rawValue, size: 11))
.foregroundColor(Color.gray77)
.padding(.top, 30)
.padding(.horizontal, 13.3)
}
.onAppear {
viewModel.fetchData()

View File

@@ -150,25 +150,29 @@ struct ContentMainTabHomeRankCreatorView: View {
id: 1,
nickname: "User1",
tags: "",
profileImageUrl: "https://test-cf.sodalive.net/profile/default-profile.png"
profileImageUrl: "https://test-cf.sodalive.net/profile/default-profile.png",
followerCount: 1000
),
GetExplorerSectionCreatorResponse(
id: 2,
nickname: "User2",
tags: "",
profileImageUrl: "https://test-cf.sodalive.net/profile/default-profile.png"
profileImageUrl: "https://test-cf.sodalive.net/profile/default-profile.png",
followerCount: 1000
),
GetExplorerSectionCreatorResponse(
id: 3,
nickname: "User3",
tags: "",
profileImageUrl: "https://test-cf.sodalive.net/profile/default-profile.png"
profileImageUrl: "https://test-cf.sodalive.net/profile/default-profile.png",
followerCount: 1000
),
GetExplorerSectionCreatorResponse(
id: 4,
nickname: "User4",
tags: "",
profileImageUrl: "https://test-cf.sodalive.net/profile/default-profile.png"
profileImageUrl: "https://test-cf.sodalive.net/profile/default-profile.png",
followerCount: 1000
)
]
)