1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00:00
Commit Graph

3 Commits

Author SHA1 Message Date
Daniel James Smith
cfc8858ef9 Fix active account and searchBar observables/subscriptions (#3268)
* Change subscription to rely on observables and not on BehaviourSubject

* Ensure OnDestroy is added to AppComponent

* Fix check for no active accounts to redirect to the login page instead of lock

* Change subscription handling on SearchBarService

* Fix naming convention: Observables should have a $ suffix

* Remove obsolete linter hint

* Fix activeAccountUnlocked getting exposed as Observable but is instantiated as BehaviourSubject
2022-08-09 21:11:51 +02:00
Oscar Hinton
5c57b5e663 Fix folder tests (#3171) 2022-07-25 13:53:22 +02:00
Oscar Hinton
23253b3882 [PS-1078] Refactor FolderService to use Observables (#3022) 2022-07-12 20:25:18 +02:00