MM-39711 - Gekidou Settings Push Notification functionality (#6373)

* adding nav hooks

* added save button

* capturing value from OptionItem

* notification - saving in progress

* tested API

* corrections after review

* Update en.json

* Update notification_push.tsx

* ts fixes

* minor improvement

Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
This commit is contained in:
Avinash Lingaloo
2022-06-14 10:35:50 +04:00
committed by GitHub
parent bfffa0e10a
commit 9370a9c54e
6 changed files with 103 additions and 40 deletions

View File

@@ -16,6 +16,7 @@ type UserNotifyProps = {
push: 'default' | 'all' | 'mention' | 'none';
push_status: 'ooo' | 'offline' | 'away' | 'dnd' | 'online';
user_id?: string;
push_threads?: 'all' | 'mention';
};
type UserProfile = {