[PM-33569] feat: Handle displaying login request for alert style notification#2482
Conversation
|
Claude finished @matt-livefront's task in 2m 17s —— View job Code Review: PM-33569 Handle displaying login request for alert style notification
SummaryThis PR cleanly handles the transition from silent push notifications (with local banners) to alert-style push notifications for login-with-device requests. The implementation is well-structured and covers all the necessary paths. No actionable findings identified. The code looks good:
TODOs are properly tagged with the follow-up ticket (PM-33817) for removing the legacy local notification approach. 👍 |
|
Great job! No new security vulnerabilities introduced in this pull request |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2482 +/- ##
========================================
Coverage 86.88% 86.89%
========================================
Files 1844 1844
Lines 163171 163313 +142
========================================
+ Hits 141769 141908 +139
- Misses 21402 21405 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|

🎟️ Tracking
PM-33569
📔 Objective
This adds support for receiving alert-style push notifications for login with device.
In the current approach, the backend sends a silent push notification. The app receives this notification in the background and schedules a local notification for the user to see.
When switching to alert-style push notifications, the notification extension (#2444) will first receive the notification and update the contents of the notification. This alert will display automatically. But there's two changes that are needed to support this flow: