mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 01:33:33 +00:00
Select folder at save bar (#1409)
* Markup changes * Render in notification bar folders list that is provided form TS code * Implemented getting of folders list * Refactor addPlatformEventListener and added default selection of "No Folder" * Pass folder id info to saveAddLogin * Modify saveAddLogin to use folder id * Try to fix default folder selection * Fix styling issues found during review * Fix review issues found by kspearrin * Fix default selection and null handling * Fix import order * Applied review suggestions * Implement checking if folderExist during saving * Fix compile issues * Added select folder... option * Add internalization for select folder message * Hide select folder element on narrow screens * Fix lint issues * Review fixes in notification bar * Adjust semi-responsive layout for folder selector * Revert style change Co-authored-by: Thomas Rittson <trittson@bitwarden.com>
This commit is contained in:
committed by
GitHub
parent
61f551087f
commit
cd2f174923
@@ -244,7 +244,7 @@ export default class MainBackground {
|
||||
this.runtimeBackground = new RuntimeBackground(this, this.autofillService, this.cipherService,
|
||||
this.platformUtilsService as BrowserPlatformUtilsService, this.storageService, this.i18nService,
|
||||
this.notificationsService, this.systemService, this.vaultTimeoutService,
|
||||
this.environmentService, this.policyService, this.userService, this.messagingService);
|
||||
this.environmentService, this.policyService, this.userService, this.messagingService, this.folderService);
|
||||
this.nativeMessagingBackground = new NativeMessagingBackground(this.storageService, this.cryptoService, this.cryptoFunctionService,
|
||||
this.vaultTimeoutService, this.runtimeBackground, this.i18nService, this.userService, this.messagingService, this.appIdService,
|
||||
this.platformUtilsService);
|
||||
|
||||
Reference in New Issue
Block a user