-
- Downloads
experiment
Showing
- __tests__/integration/mirador/index.html 3 additions, 0 deletions__tests__/integration/mirador/index.html
- __tests__/src/reducers/workspace.test.js 3 additions, 5 deletions__tests__/src/reducers/workspace.test.js
- package.json 1 addition, 0 deletionspackage.json
- src/components/ElasticMinimap.js 158 additions, 0 deletionssrc/components/ElasticMinimap.js
- src/components/Workspace.js 9 additions, 1 deletionsrc/components/Workspace.js
- src/components/WorkspaceElastic.js 52 additions, 48 deletionssrc/components/WorkspaceElastic.js
- src/containers/ElasticMinimap.js 39 additions, 0 deletionssrc/containers/ElasticMinimap.js
- src/containers/Workspace.js 16 additions, 1 deletionsrc/containers/Workspace.js
- src/containers/WorkspaceElastic.js 2 additions, 2 deletionssrc/containers/WorkspaceElastic.js
- src/state/actions/action-types.js 1 addition, 0 deletionssrc/state/actions/action-types.js
- src/state/actions/workspace.js 20 additions, 5 deletionssrc/state/actions/workspace.js
- src/state/reducers/workspace.js 20 additions, 2 deletionssrc/state/reducers/workspace.js
- src/state/selectors/index.js 42 additions, 0 deletionssrc/state/selectors/index.js
- src/styles/index.scss 45 additions, 8 deletionssrc/styles/index.scss
... | @@ -55,6 +55,7 @@ | ... | @@ -55,6 +55,7 @@ |
"react-mosaic-component": "^2.1.0", | "react-mosaic-component": "^2.1.0", | ||
"react-placeholder": "^3.0.1", | "react-placeholder": "^3.0.1", | ||
"react-redux": "^6.0.0", | "react-redux": "^6.0.0", | ||
"react-resize-observer": "1.1.1", | |||
"react-rnd": "^9.1.1", | "react-rnd": "^9.1.1", | ||
"react-virtualized": "^9.21.0", | "react-virtualized": "^9.21.0", | ||
"redux": "4.0.1", | "redux": "4.0.1", | ||
... | ... |
src/components/ElasticMinimap.js
0 → 100644
src/containers/ElasticMinimap.js
0 → 100644
Please register or sign in to comment