Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
adding possibility to resize columns
Browse files Browse the repository at this point in the history
  • Loading branch information
Helene Rigner committed Jun 13, 2019
1 parent 99e5150 commit 519699c
Show file tree
Hide file tree
Showing 5 changed files with 201 additions and 153 deletions.
7 changes: 6 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
"react-svg-inline": "2.1.1",
"react-use-promise": "0.2.0",
"react-virtualized": "9.21.1",
"react-tabs": "3.0.0"
"react-tabs": "3.0.0",
"re-resizable": "4.11.0"
},
"devDependencies": {
"@after-work.js/cli": "6.0.3",
Expand Down
2 changes: 1 addition & 1 deletion src/components/app.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default function App() {
{guide}
<InfoBoxProvider>
<TopBar app={app} appLayout={appLayout} startGuide={() => guideRef.current.startGuideFunc()} isLocalStorage={localStorageEnabled} />
<Model app={app} appLayout={appLayout} />
<Model app={app} appLayout={appLayout} isLocalStorage={localStorageEnabled} />
{cubes}
</InfoBoxProvider>
</div>
Expand Down
Loading

0 comments on commit 519699c

Please sign in to comment.