mirror of
https://github.com/bitwarden/browser
synced 2026-01-30 16:23:53 +00:00
- 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