add progress bar and filters notifications

This commit is contained in:
Ildar Kamalov
2018-09-19 18:58:55 +03:00
parent 0292d2b32b
commit 0e173d2f70
7 changed files with 44 additions and 2 deletions

View File

@@ -12895,6 +12895,15 @@
"prop-types": "^15.6.0"
}
},
"react-redux-loading-bar": {
"version": "4.0.7",
"resolved": "https://registry.npmjs.org/react-redux-loading-bar/-/react-redux-loading-bar-4.0.7.tgz",
"integrity": "sha512-jWq9HJ2BDdmvSEUmf1NzILxFYBRnel+HfYCX50OqNW8dnOVgYyzkHgNqVFBwigPWjDOIYh99eoGcl0kf2HGo/w==",
"requires": {
"prop-types": "^15.6.2",
"react-lifecycles-compat": "^3.0.2"
}
},
"react-router": {
"version": "4.3.1",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-4.3.1.tgz",