feat(main): 홈 대화 탭을 추가한다

This commit is contained in:
Yu Sung
2026-07-08 15:54:07 +09:00
parent 403eee262f
commit 09443761af
13 changed files with 938 additions and 23 deletions

View File

@@ -182,7 +182,10 @@ struct MainView: View {
onTapNewAndHotAll: handleContentNewAndHotAllTap
)
case .chat:
MainPlaceholderTabView(title: MainTab.chat.title)
MainChatView(
onTapCanCharge: handleHomeCanChargeTap,
onTapSearch: handleHomeSearchTap
)
case .my:
MyPageView()
}