feat(notifications): use shared libraries NotificationServicesController#26480
Merged
Prithpal-Sooriya merged 21 commits intodevelopfrom Aug 19, 2024
Merged
Conversation
… notify_840-use-notification-services-push-controller
… notify_840-use-notification-services-push-controller
… notify_840-use-notification-services-controller
Contributor
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
🔍 Existing Issues For ReviewYour pull request is modifying functions with the following pre-existing issues: 📄 File: app/scripts/background.js
Did you find this useful? React with a 👍 or 👎 |
1db00e1 to
a5a01e8
Compare
Collaborator
Builds ready [a5a01e8]
Page Load Metrics (81 ± 19 ms)
Bundle size diffs [🚀 Bundle size reduced!]
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #26480 +/- ##
===========================================
- Coverage 70.19% 69.98% -0.22%
===========================================
Files 1420 1405 -15
Lines 49767 48991 -776
Branches 13828 13697 -131
===========================================
- Hits 34933 34282 -651
+ Misses 14834 14709 -125 ☔ View full report in Codecov by Sentry. |
mathieuartu
approved these changes
Aug 19, 2024
|
Collaborator
Builds ready [43de4b4]
Page Load Metrics (80 ± 22 ms)
Bundle size diffs [🚀 Bundle size reduced!]
|
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.



Description
This removes our old
MetaMaskNotificationsControllerand uses our sharedNotificationServicesController. This controller is identical to the old one, but replacing it so we have shared controllers for Mobile and Extension.Related issues
Fixes: N/A
Manual testing steps
Test Notifications flows
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist