summaryrefslogtreecommitdiff
path: root/src/api/traffic.js
AgeCommit message (Collapse)Author
2019-12-27chore: get rid of webpack resolve aliasHaishan
2019-10-01feat: support use WebSocket for traffic and logs data fetchingHaishan
2019-07-06fix(traffic): prevent GET /traffic being called multiple timesHaishan
2019-04-19fix(streaming): split and join JSON string chunks correctlyHaishan
for #13 Sometimes in Safari, in one "pump" you can get the content below(decoded text string): '{"up":0,"down":38589}\n{"up":0,"down":59928}' and then JSON.parse will throw
2018-12-07chore: fix linting errorsHaishan
2018-12-07feat: initial theming supportHaishan
2018-11-03refactor(hooks): here be dragons!haishanh
2018-10-23log: fix potential log decode errorhaishanh
2018-10-22chore: make eslint happyhaishanh
2018-10-21fix: reset traffic fetched status on connection failure/shutdownHaishan
2018-10-21feat: support authorization secretHaishan
* also make redux store the single truth store for API information
2018-10-20first commitHaishan