Re-work group auto-reload when logged in user changes
Redo the automatic reload of groups when the logged-in user changes: - Ignore the initial change of user on startup if the user is logged in from a previous session. This generated an unnecessary additional API call on startup if the user had a login from a previous session - Replace the use of the deprecated `USER_CHANGED` Angular event in favor of reacting to store state changes using `watch(store.subscribe, ...)`
Showing
Please register or sign in to comment