Closed interim17 closed 1 month ago
St.:grey_question: |
Category | Percentage | Covered / Total |
---|---|---|---|
π‘ | Statements | 66.34% (-0.2% π») |
674/1016 |
π‘ | Branches | 65.31% | 96/147 |
π΄ | Functions | 35% (-0.29% π») |
91/260 |
π‘ | Lines | 64.72% (-0.23% π») |
600/927 |
121 tests passing in 7 suites.
Report generated by π§ͺjest coverage report action from c52e95debcae432d9f3c31c951c160dccb8c7980
Time estimate or Size
small
Problem
Closes #579, advances #511
We need to differentiate between the default UI data derived by parsing trajectories and the current UI data that includes user color selections. This PR adds
selectedUIDisplayData
to redux, and points thegetSelectionStateInfoForViewer
selector at it. When default arrives it sets the initial state for selected, and then as users make color changes we only update the selected data, and the default remains unchanged.Steps to Verify: