Commit 94021ef
Adding Redux to plots (#1832)
* WIP add redux
* WIP add redux
* Fix sections and zoomedInPlot
* Fix storybook
* Fix lint errors
* Fix some tests
* Fix tests
* Revert demo changed files
* Revert demo changed files
* Revert demo changed files
* Clean up zoomable plot
* Uppercase enum keys
* Make template plot data external
* Make checkpoint plots data external
* Self review
* Rename plotStore to plotsDataStore for clarity
* Revert "Rename plotStore to plotsDataStore for clarity"
This reverts commit 696b4dd.
* Rename plotStore to plotsDataStore for clarity
Co-authored-by: mattseddon <[email protected]>1 parent ecdb189 commit 94021ef
File tree
33 files changed
+1074
-649
lines changed- extension/src/plots/webview
- webview
- src
- plots
- components
- checkpointPlots
- comparisonTable
- ribbon
- templatePlots
- hooks
- stories
- util
33 files changed
+1074
-649
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
124 | 134 | | |
125 | 135 | | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
133 | 143 | | |
134 | 144 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
0 commit comments