콘텐츠 메인 모닝콜 탭

- 새로운 알람 전체보기
This commit is contained in:
Yu Sung
2025-02-22 08:59:11 +09:00
parent 77626f5fe8
commit 38498c86af
6 changed files with 189 additions and 2 deletions

View File

@@ -23,7 +23,10 @@ struct ContentMainTabAlarmView: View {
if !viewModel.alarmThemeList.isEmpty {
ContentMainNewContentViewV2(
title: "새로운 알람",
onClickMore: {},
onClickMore: {
AppState.shared
.setAppStep(step: .newAlarmContentAll)
},
themeList: viewModel.alarmThemeList,
contentList: viewModel.newAlarmContentList
) {