Details
Description
The 'AppState' is loaded once at startup and never updated* .
We should move it out of redux and into its own Context for components to consume.
- The only exception is requireAuthorization, which is used to display a message on the login screen after requesting unauthorized data. --> to be handled differently (not in the same Context, a query param could be enough)
Attachments
Issue Links
- is depended upon by
-
SONAR-15914 Clean up redux
-
- Closed
-
-
SONAR-16005 Remove appState from the Redux store
-
- Closed
-