Start moving webapp to Redux (#6140)
* Start moving webapp to Redux * Fix localforage import * Updates per feedback * Feedback udpates and a few fixes * Minor updates * Fix statuses, config not loading properly, getMe sanitizing too much * Fix preferences * Fix user autocomplete * Fix sessions and audits * Fix error handling for all redux actions * Use new directory structure for components and containers * Refresh immediately on logout instead of after timeout * Add fetch polyfill
Этот коммит содержится в:
коммит произвёл
Christopher Speller
родитель
cc07c00507
Коммит
6c4c706313
@@ -19,8 +19,10 @@
|
||||
"intl": "1.2.5",
|
||||
"jasny-bootstrap": "3.1.3",
|
||||
"jquery": "3.1.1",
|
||||
"localforage": "1.5.0",
|
||||
"marked": "mattermost/marked#8f5902fff9bad793cd6c66e0c44002c9e79e1317",
|
||||
"match-at": "0.1.0",
|
||||
"mattermost-redux": "mattermost/mattermost-redux#webapp-part2",
|
||||
"object-assign": "4.1.1",
|
||||
"pdfjs-dist": "1.7.363",
|
||||
"perfect-scrollbar": "0.6.16",
|
||||
@@ -30,19 +32,26 @@
|
||||
"react-custom-scrollbars": "4.0.2",
|
||||
"react-dom": "15.4.2",
|
||||
"react-intl": "2.2.3",
|
||||
"react-redux": "5.0.4",
|
||||
"react-router": "2.8.1",
|
||||
"react-select": "1.0.0-rc.3",
|
||||
"redux-batched-actions": "0.1.5",
|
||||
"redux-persist": "4.6.0",
|
||||
"redux-persist-transform-filter": "0.0.9",
|
||||
"superagent": "3.5.0",
|
||||
"twemoji": "2.2.5",
|
||||
"velocity-animate": "1.4.3",
|
||||
"webrtc-adapter": "3.2.0",
|
||||
"whatwg-fetch": "2.0.3",
|
||||
"xregexp": "3.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-cli": "6.24.1",
|
||||
"babel-core": "6.24.0",
|
||||
"babel-eslint": "7.1.1",
|
||||
"babel-jest": "19.0.0",
|
||||
"babel-loader": "6.4.0",
|
||||
"babel-plugin-module-resolver": "2.7.0",
|
||||
"babel-plugin-transform-runtime": "6.23.0",
|
||||
"babel-polyfill": "6.23.0",
|
||||
"babel-preset-es2015": "6.24.0",
|
||||
@@ -73,9 +82,11 @@
|
||||
"raw-loader": "0.5.1",
|
||||
"react-addons-test-utils": "15.4.2",
|
||||
"react-dom": "15.4.2",
|
||||
"react-outside-event": "1.2.4",
|
||||
"remote-redux-devtools": "0.5.7",
|
||||
"remote-redux-devtools-on-debugger": "0.7.0",
|
||||
"sass-loader": "6.0.3",
|
||||
"style-loader": "0.13.2",
|
||||
"react-outside-event": "1.2.4",
|
||||
"url-loader": "0.5.8",
|
||||
"webpack": "2.2.1",
|
||||
"webpack-node-externals": "1.5.4"
|
||||
|
||||
Ссылка в новой задаче
Block a user