1
0
mirror of https://github.com/mgerb/classic-wow-forums synced 2026-01-11 01:22:49 +00:00

client - add progress bar to ajax requests

This commit is contained in:
2018-01-15 18:17:49 -06:00
parent efbee265d3
commit 36c1c03677
4 changed files with 27 additions and 3 deletions

View File

@@ -17,6 +17,7 @@
"@types/luxon": "^0.2.2",
"@types/marked": "^0.3.0",
"@types/node": "^9.3.0",
"@types/nprogress": "^0.0.29",
"@types/query-string": "^5.0.1",
"@types/react": "^16.0.34",
"@types/react-dom": "^16.0.3",
@@ -45,6 +46,7 @@
"mobx-react": "^4.3.5",
"node-sass": "^4.7.2",
"normalize.css": "^7.0.0",
"nprogress": "^0.2.0",
"postcss-loader": "^2.0.9",
"prettier": "^1.9.2",
"query-string": "^5.0.1",