Commit 78e5eb2
authored
refactor: replace task-specific panel store with centralized layout store (#137)
The way we were doing panel management was not great, this detaches all remaining panel logic from the renderer and puts it in a central store instead. This means we won't declare panels through JSX either.1 parent 33ad56e commit 78e5eb2
File tree
9 files changed
+1698
-2
lines changed- src
- renderer/features/panels
- constants
- store
- utils
- test
9 files changed
+1698
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
0 commit comments