1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-30 16:23:53 +00:00
Files
browser/apps
Shane 966e1ae4c0 [PM-30289] Vault Popup Item Service optimizations
- Add distinctUntilChanged to _otherAutofillTypes$ to prevent duplicate emissions
- debounceTime(0) to _allDecryptedCiphers to avoid back-to-back emissions from ciphers$() and localData$()
- shareReplay() to _allDecryptedCiphers to avoid multiple unique subscriptions
- Add _effectiveSearchText$ to avoid flashing vault list when search query is nonSearchable
- Add distinctUntilChanged to filters$ observable to avoid duplicate emissions during page load
2026-01-26 12:27:02 -08:00
..