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

Pm 19366 handle selections in notification dropdown component to save ciphers appropriately (#14070)

* initial approach for folder selection via queryselect

* handle folder selection with signals

* custom signal when needed on option select to track individual select values

* add vault signal

* initial approach for collection data

* different calls for collections, add collection signal, alter approach

* add appropriate icon for collections dropdown

* populate vault with notification queue

* org id added to extension message type

* clean up naming for upcoming change

* use reduce in getCollections
This commit is contained in:
Daniel Riera
2025-04-25 11:16:00 -04:00
committed by GitHub
parent ab7016fd6b
commit 4943e70965
15 changed files with 169 additions and 20 deletions

View File

@@ -1206,6 +1206,7 @@ export default class MainBackground {
this.authService,
this.autofillService,
this.cipherService,
this.collectionService,
this.configService,
this.domainSettingsService,
this.environmentService,