1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 09:43:23 +00:00

[PM-26968] Save risk insights summary and metrics (#17132)

* Update type guards

* Add metric data types. Update places saving a risk insights report summary to save metrics

* Fix types and test error

* Fix critical report members

* Update test case for null username in type-guard

* Fix report application mapped data check
This commit is contained in:
Leslie Tilton
2025-10-31 08:46:37 -05:00
committed by GitHub
parent 98849a5a65
commit 6024e1d05f
20 changed files with 924 additions and 608 deletions

View File

@@ -45,7 +45,11 @@
tabindex="0"
[attr.aria-label]="'viewItem' | i18n"
>
<app-vault-icon *ngIf="row.ciphers.length > 0" [cipher]="row.ciphers[0]"></app-vault-icon>
<!-- Passing the first cipher of the application for app-vault-icon cipher input requirement -->
<app-vault-icon
*ngIf="row.cipherIds.length > 0"
[cipher]="row.cipherIds[0]"
></app-vault-icon>
</td>
<td
class="tw-cursor-pointer"