Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
store current color selections in local browser storage (#585)
* rename agentUiData and receiveAgentNamesAndStates to defaultUIData * rename setColorChanges redux plumbing to applyUserColorSelections * reduce global testing threshold * use correct names for defaultUIData in tests * rename: applyUserColor in place of applyUserColorSelection * use applyUserColor in place of applyUserColorSelection * rename: getDefaultUIData -> getDefautlUIDisplayData * make string match variable name in apply user color constants * add user selected ui display data to redux, distinguished from default * store current color selections in local browser storage
- Loading branch information