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

differentiate default color settings from changed color settings #579

Closed interim17 closed 1 month ago

interim17 commented 1 month ago

Use Case

Advances #511

Color sessions work requires differentiating between default color settings and user selections. We need to add a piece of global state to represent changed/updated color settings as distinct from defaultUiData

Acceptance Criteria

There will be a new piece of data in redux to represent updated/changed color selections, it will initially match the default ui data received when parsing the trajectory.

As color selections are made in the UI, this new piece of state should be updated and the default should be unchanged.