feat(notification): 알림함 진입 및 딥링크 라우팅을 추가한다
This commit is contained in:
@@ -89,6 +89,12 @@ struct HomeTabView: View {
|
||||
.shared
|
||||
.setAppStep(step: .myBox(currentTab: .orderlist))
|
||||
}
|
||||
|
||||
Image("ic_bell")
|
||||
.onTapGesture {
|
||||
AppState.shared
|
||||
.setAppStep(step: .notificationList)
|
||||
}
|
||||
}
|
||||
}
|
||||
.padding(.horizontal, 24)
|
||||
|
||||
Reference in New Issue
Block a user