feat(notification): 알림 수신 설정 페이지와 이동 경로를 추가한다

This commit is contained in:
Yu Sung
2026-03-13 13:56:59 +09:00
parent d5d5d97c2a
commit abe939e768
7 changed files with 513 additions and 17 deletions

View File

@@ -87,7 +87,7 @@ struct PushNotificationListView: View {
Image("ic_bell_settings")
.contentShape(Rectangle())
.onTapGesture {
AppState.shared.setAppStep(step: .notificationSettings)
AppState.shared.setAppStep(step: .notificationReceiveSettings)
}
}
.padding(.horizontal, 13.3)