1
0
mirror of https://github.com/bitwarden/browser synced 2026-03-01 11:01:17 +00:00

[PM-30453] Archive UI Updates (#18297)

* add org icon to archive list view

* update content of archive confirmation dialog

* fix typing
This commit is contained in:
Nick Krantz
2026-01-19 13:25:46 -06:00
committed by GitHub
parent 7fa436f667
commit 246765a1aa
8 changed files with 71 additions and 12 deletions

View File

@@ -746,7 +746,8 @@ export class VaultComponent<C extends CipherViewLike> implements OnInit, OnDestr
const confirmed = await this.dialogService.openSimpleDialog({
title: { key: "archiveItem" },
content: { key: "archiveItemConfirmDesc" },
content: { key: "archiveItemDialogContent" },
acceptButtonText: { key: "archiveVerb" },
type: "info",
});