1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 14:23:32 +00:00

[PM-8527] Identity Add Edit Browser V2 (#10016)

* Add Identity Edit Section for Browser V2 Edit Work
This commit is contained in:
Jason Ng
2024-07-10 12:25:20 -04:00
committed by GitHub
parent aa57260756
commit 91294e9c4d
7 changed files with 299 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
import { CipherView } from "@bitwarden/common/vault/models/view/cipher.view";
import { CardDetailsSectionComponent } from "./components/card-details-section/card-details-section.component";
import { IdentitySectionComponent } from "./components/identity/identity.component";
import { ItemDetailsSectionComponent } from "./components/item-details/item-details-section.component";
/**
@@ -10,6 +11,7 @@ import { ItemDetailsSectionComponent } from "./components/item-details/item-deta
export type CipherForm = {
itemDetails?: ItemDetailsSectionComponent["itemDetailsForm"];
cardDetails?: CardDetailsSectionComponent["cardDetailsForm"];
identityDetails?: IdentitySectionComponent["identityForm"];
};
/**