When users have stored color settings in the local browser storage they should be retrieved and applied after the trajectory has been loaded and parsed
Acceptance Criteria
Trajectories with color settings in local storage should have their settings verified to confirm the data matches, and if there is a match in agent structure, but the color assignments are different, the stored settings should be applied and put into redux.
Use Case
Advances #511
When users have stored color settings in the local browser storage they should be retrieved and applied after the trajectory has been loaded and parsed
Acceptance Criteria
Trajectories with color settings in local storage should have their settings verified to confirm the data matches, and if there is a match in agent structure, but the color assignments are different, the stored settings should be applied and put into redux.
Address concerns about appropriate use of
redux-logic
in: https://github.com/simularium/simularium-website/pull/584