-
- Downloads
Merge pull request #1982 from ProjectMirador/1856-draggable-windows
Updates react-mosaic and makes WindowTopBar draggable
Showing
- __tests__/src/components/Window.test.js 20 additions, 6 deletions__tests__/src/components/Window.test.js
- __tests__/src/components/WorkspaceMosaic.test.js 15 additions, 1 deletion__tests__/src/components/WorkspaceMosaic.test.js
- locales/de/translation.json 1 addition, 0 deletionslocales/de/translation.json
- locales/en/translation.json 1 addition, 0 deletionslocales/en/translation.json
- package.json 1 addition, 1 deletionpackage.json
- src/components/Window.js 31 additions, 5 deletionssrc/components/Window.js
- src/components/WorkspaceMosaic.js 25 additions, 6 deletionssrc/components/WorkspaceMosaic.js
- src/containers/Window.js 2 additions, 1 deletionsrc/containers/Window.js
- src/containers/WorkspaceMosaic.js 2 additions, 0 deletionssrc/containers/WorkspaceMosaic.js
- src/styles/index.scss 10 additions, 0 deletionssrc/styles/index.scss
... | @@ -48,7 +48,7 @@ | ... | @@ -48,7 +48,7 @@ |
"react-dom": "^16.8.3", | "react-dom": "^16.8.3", | ||
"react-fullscreen-crossbrowser": "^1.0.9", | "react-fullscreen-crossbrowser": "^1.0.9", | ||
"react-i18next": "^10.2.0", | "react-i18next": "^10.2.0", | ||
"react-mosaic-component": "^2.0.2", | "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-virtualized": "^9.21.0", | "react-virtualized": "^9.21.0", | ||
... | ... |
Please register or sign in to comment