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

Switched to used cipher list view for vault filters, and added perfomance logs for cipher list views (#17688)

This commit is contained in:
SmithThe4th
2025-11-26 16:27:48 -05:00
committed by GitHub
parent 598bb0b0d7
commit 8522b6b87a
2 changed files with 15 additions and 1 deletions

View File

@@ -313,7 +313,7 @@ export class VaultFilterComponent implements OnInit, OnDestroy {
const data$ = combineLatest([
this.restrictedItemTypesService.restricted$,
this.cipherService.cipherViews$(userId),
this.cipherService.cipherListViews$(userId),
]).pipe(
map(([restrictedTypes, ciphers]) => {
const restrictedForUser = restrictedTypes