simularium / simularium-website

Front end website for the Simularium project, includes the Simularium viewer
https://simularium.allencell.org
Apache License 2.0
7 stars 3 forks source link

ability to retrieve stored color settings from browser storage #582

Closed interim17 closed 5 days ago

interim17 commented 1 month ago

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