mirror of
https://github.com/bitwarden/browser
synced 2026-02-24 00:23:17 +00:00
Handle dialog results and save review status through orchestrator. Marks ALL new applications as reviewed and selected ones as critical. UI updates automatically via reactive pipeline. - Update onReviewNewApplications() to handle dialog results - Call dataService.saveApplicationReviewStatus() with selections - Add success/error toast notifications - Add I18nService and ToastService dependencies - Business logic properly separated from dialog Related to PM-27284