You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
interim17
changed the title
separate default color settings from changed color settings
differentiate default color settings from changed color settings
Oct 14, 2024
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.
The text was updated successfully, but these errors were encountered: