summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2019-08-29build: upgrade eslintHaishan
2019-08-29sort ProxyGroups according its index in GLOBAL group.Yonghui Zhang
2019-07-06fix(proxies): test latency FAB was covered by proxy cardHaishan
2019-07-06fix(traffic): prevent GET /traffic being called multiple timesHaishan
2019-07-06refactor: update proxy page proxy item display styleHaishan
also list proxies in "GLOBAL" group which fixes #74
2019-06-20refactor: remove accent color on sidebar iconsHaishan
2019-06-20refactor: use Merriweather Sans as primary font familyHaishan
2019-06-04fix(proxies): disable automatic latency test after fetching all proxiesHaishan
2019-06-04build: upgrade depsHaishan
- build(deps): upgrade core-js - build(deps-dev): bump mini-css-extract-plugin from 0.6.0 to 0.7.0 (#21) - build(deps): bump react-window from 1.8.1 to 1.8.2 (#22) - build(deps-dev): bump clean-webpack-plugin from 2.0.2 to 3.0.0 - Bumps [clean-webpack-plugin](https://github.com/johnagan/clean-webpack-plugin) from 2.0.2 to 3.0.0. - update clean-webpack-plugin usage - build(deps): bump @sentry/browser from 5.3.0 to 5.4.0 (#24) - build(deps-dev): bump react-hot-loader from 4.8.8 to 4.9.0 (#26) - build(deps-dev): bump autoprefixer from 9.5.1 to 9.6.0 (#27) - move browserslist to package.json
2019-05-27feat: improve UI on mobileHaishan
2019-05-14feat(logs): fetch logs with correct log levelHaishan
see also #14
2019-04-21squash: feat(config): add options to select traffic chart styleHaishan
2019-04-20feat(config): add button to clear local storageHaishan
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
2019-04-14refactor: replace sass with postcssHaishan
2019-04-12fix(ToggleSwitch): selected option slider left offsetHaishan
2019-04-09APIConfig: make whole content element full screen fixedHaishan
2019-04-06APIConfig: update styleHaishan
also added input and button focus style
2019-03-31sidebar: add a logo hover animationHaishan
2019-03-31icon: using svg component for the logoHaishan
2019-03-31chart: add another color comboHaishan
2019-03-31tooling: update eslint configHaishan
2019-03-31chore: upgrade depsHaishan
2019-03-02sidebar: using svg component as iconHaishan
2019-02-18feat: support LoadBalance groupHaishan
2019-02-11style: new layout for proxy itemHaishan
also: - speed up proxy item on hover scale up animation - reduce icons stroke width
2019-02-09chore: upgrade depsHaishan
also, log message on build ready with webpack dev middleware hook
2019-01-14chore: make eslint happyHaishan
2019-01-14feat(logs): support search/filter logsHaishan
2019-01-13style(logs): optimize logs placeholder container styleHaishan
2019-01-13perf(logs): optimize with windowed scrollingHaishan
2019-01-13hooks: extract element remaining view port height logic into a hookHaishan
2019-01-13refactor(logs): move logs state into redux storeHaishan
2019-01-05build: optimize js chunk splittingHaishan
2019-01-05style(proxies): make "Test Latency" a fab like buttonHaishan
2019-01-05feat(rules): add fab to refetch rulesHaishan
2019-01-05perf(rules): optimize with windowed scrollingHaishan
2019-01-05feat(rules): support searchHaishan
2019-01-05feat: support view rulesHaishan
2019-01-02style(proxies): tweak proxy hover styleHaishan
2019-01-02fix(proxies): only allow switch proxy for Selector groupHaishan
2018-12-29chore: add icon for selector typeHaishan
2018-12-29feat: support parse port and secret in query stringHaishan
2018-12-28style: log container placeholder and nav icon label style tweakHaishan
2018-12-28style: a bite of responsive yoHaishan
2018-12-25chore: re-enable react-hot-loaderHaishan
2018-12-24use new configs PATCH APIYonghui Zhang
2018-12-23feat: add a customized ErrorBoundaryFallbackHaishan
2018-12-23feat: integrate sentryHaishan
2018-12-23feat: add svg icons for direct and httpHaishan