1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

PM-19291 Pass relevant folder and vault data to drop down component within notification footer (#13901)

* PM-19291
- Pass relevant data into dropdown component
- Clean up some files
- Pass all data into notificationBarIframeInitData using promise all

* fix tests
This commit is contained in:
Daniel Riera
2025-03-20 09:54:56 -04:00
committed by GitHub
parent 57c15a26eb
commit 45d5b171b8
7 changed files with 110 additions and 53 deletions

View File

@@ -1173,18 +1173,19 @@ export default class MainBackground {
() => this.generatePasswordToClipboard(),
);
this.notificationBackground = new NotificationBackground(
this.accountService,
this.authService,
this.autofillService,
this.cipherService,
this.authService,
this.policyService,
this.folderService,
this.userNotificationSettingsService,
this.configService,
this.domainSettingsService,
this.environmentService,
this.folderService,
this.logService,
this.organizationService,
this.policyService,
this.themeStateService,
this.configService,
this.accountService,
this.userNotificationSettingsService,
);
this.overlayNotificationsBackground = new OverlayNotificationsBackground(