-
Notifications
You must be signed in to change notification settings - Fork 13
feat: handle onesignal push notification initialization #1247
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
0797396
feat: update setup component for notification modal
kushagrasarathe dd31bc9
feat: notifications pop-up, ui and hook
kushagrasarathe c2bbb0d
feat: use react sdk methods from onesignal
kushagrasarathe 4577606
Merge branch 'peanut-wallet-dev' into feat/notifications
kushagrasarathe 5ec9b93
Merge branch 'peanut-wallet-dev' into feat/notifications
kushagrasarathe 9623812
Merge branch 'peanut-wallet-dev' into feat/notifications
kushagrasarathe 358d7d7
Merge branch 'peanut-wallet-dev' into feat/notifications
kushagrasarathe bc7a06a
feat: resolve cr comments
kushagrasarathe 0b2f69b
Merge branch 'peanut-wallet-dev' into feat/notifications
kushagrasarathe 8e01811
feat: notifications routes sevice
kushagrasarathe 835f7b0
feat: homepage notification bell for navigation
kushagrasarathe c1baee2
feat: notificaitons page
kushagrasarathe b295e82
fix: resolve more cr comments
kushagrasarathe 88af85c
fix: notif modal ux copy
kushagrasarathe 940e0bb
Merge branch 'feat/notifications-fixed' into feat/notifications-center
kushagrasarathe 345febd
chore: format
kushagrasarathe 3eff7ad
fix: pr review comments #1
kushagrasarathe e89783c
fix: more pr review comments #2
kushagrasarathe 351e9fe
Merge branch 'feat/notifications-fixed' into feat/notifications-center
kushagrasarathe c9774fb
feat: add error state in notis page
kushagrasarathe 2ffda52
chore: style
kushagrasarathe c49c5d7
fix: resolve cr comment
kushagrasarathe e352b5f
Merge pull request #1248 from peanutprotocol/feat/notifications-center
kushagrasarathe 9c8dad4
feat: auto mark notif on read when user visits notifs page
kushagrasarathe a5a9397
Merge branch 'peanut-wallet-dev' into feat/notifications-fixed
kushagrasarathe 1b8f4ae
Merge branch 'peanut-wallet-dev' into feat/notifications-fixed
kushagrasarathe 99358f3
fix: update notifications setup modal ui
kushagrasarathe bc8e290
feat: use banners corousel for notifs banner
kushagrasarathe 276f416
fix: notif hub responsiveness
kushagrasarathe 7281c38
feat: mark notif read on click
kushagrasarathe 8ae0b8d
Merge branch 'peanut-wallet-dev' into feat/notifications-fixed
kushagrasarathe 5dc62d2
fix: notifs modal/banner state related issues
kushagrasarathe 1683e4f
Merge branch 'peanut-wallet-dev' into feat/notifications-fixed
kushagrasarathe e13e7dc
fix: try short delays for banner
kushagrasarathe 55a8b96
fix: double click issue
kushagrasarathe 90c72c8
fix: show only one modal at a time
kushagrasarathe a76fea8
Merge branch 'peanut-wallet-dev' into feat/notifications-fixed
kushagrasarathe 7f953ef
fix: remove search from homepage
kushagrasarathe 6140301
Merge branch 'peanut-wallet-dev' into feat/notifications-fixed
kushagrasarathe File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| // use the stable v16 service worker path per onesignal docs | ||
| // note: onesignal does not publish minor-pinned sw paths; use v16 channel | ||
| importScripts('https://cdn.onesignal.com/sdks/web/v16/OneSignalSDK.sw.js') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.