-
- Downloads
Refactor control-panel div from App into a WorkspaceControlPanel component.
Rationale being that issues like #1586 and #1587 will be able to build on top of this and not have to all work in the top-level App component.
Showing
- __tests__/src/components/WorkspaceControlPanel.test.js 26 additions, 0 deletions__tests__/src/components/WorkspaceControlPanel.test.js
- src/components/App.js 2 additions, 69 deletionssrc/components/App.js
- src/components/WorkspaceControlPanel.js 77 additions, 0 deletionssrc/components/WorkspaceControlPanel.js
- src/styles/index.scss 1 addition, 1 deletionsrc/styles/index.scss
src/components/WorkspaceControlPanel.js
0 → 100644
Please sign in to comment