mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
[PM-18766] Changes to use the new Assign Collections Component in Desktop (#14180)
* Initial changes to use the new Assign Collections Component in Desktop * Renaming component properly and adding the missing messages.json entries * Adding an option in right click menu to assign to collections * lint fix * prettier * updates so that the feature flag being on will show the new assign collections dialog * lint fix * set collections property after updating cipher collections * update revision date from server response in shareManyWithServer * Removing changes from non-feature flagged files, fixing the refresh issue * return CipherResponse instead of Record * adding in the master password reprompt check if they try and share --------- Co-authored-by: bnagawiecki <107435978+bnagawiecki@users.noreply.github.com> Co-authored-by: jaasen-livefront <jaasen@livefront.com>
This commit is contained in:
@@ -9,6 +9,7 @@ import { BrowserAnimationsModule } from "@angular/platform-browser/animations";
|
||||
import { ColorPasswordCountPipe } from "@bitwarden/angular/pipes/color-password-count.pipe";
|
||||
import { ColorPasswordPipe } from "@bitwarden/angular/pipes/color-password.pipe";
|
||||
import { CalloutModule, DialogModule } from "@bitwarden/components";
|
||||
import { AssignCollectionsComponent } from "@bitwarden/vault";
|
||||
|
||||
import { DeleteAccountComponent } from "../auth/delete-account.component";
|
||||
import { LoginModule } from "../auth/login/login.module";
|
||||
@@ -55,6 +56,7 @@ import { SharedModule } from "./shared/shared.module";
|
||||
DeleteAccountComponent,
|
||||
UserVerificationComponent,
|
||||
NavComponent,
|
||||
AssignCollectionsComponent,
|
||||
VaultV2Component,
|
||||
],
|
||||
declarations: [
|
||||
|
||||
Reference in New Issue
Block a user