mirror of
https://github.com/bitwarden/browser
synced 2026-02-24 08:33:29 +00:00
Replace manual newApplications population with subscription to orchestrator's reactive observable. Ensures automatic updates when applicationData changes. - Subscribe to dataService.newApplications$ - Add setNewApplications() helper method - Remove newApplications update from setAllAppsReportSummary() - Data now flows through dedicated observable pipeline Related to PM-27284