mirror of
https://github.com/bitwarden/browser
synced 2025-12-31 07:33:23 +00:00
* [dep] Implement new StateService factory parameter from jslib * [bug] Ensure setLastActive uses the correct userId Sometimes, because of how often it fires, setLastActive can cause accounts to override each other. To make sure the correct userId is always used we now subscribe to activeUser in the appComponent and pass that value into any setLastActive calls. * [bug] Show loader when logging out When logging out of a large vault the application can appear to hang. This commit turns on the app component loader while logout is doing work. * [bug] Stop tracking activity without an active user * [style] Ran prettier * [chore] Update jslib