summaryrefslogtreecommitdiff
path: root/src/components
AgeCommit message (Collapse)Author
2020-01-04build: remove svg-sprite-loaderHaishan
2020-01-04refactor: migrate to new global state solutionHaishan
2020-01-03fix: do not show provider section when is no providerHaishan
2020-01-03feat: refresh providers and proxies on window regain focusHaishan
2019-12-27refactor: add a loading state to ButtonHaishan
2019-12-27refactor: abstract ButtonWithIcon as a button enhancerHaishan
2019-12-27chore: get rid of webpack resolve aliasHaishan
2019-12-26feat: can healthcheck a providerHaishan
2019-12-22fix: typo in connections table headerHaishan
2019-12-21fix: connections table header data miss alignmentHaishan
2019-12-20build: use react-refreshHaishan
2019-12-20feat: support proxy providerHaishan
2019-12-04feat: add upload/download total and connectors number on overviewHaishan
2019-12-03chore(connections): merge host and dPort into one columnHaishan
2019-12-02chore(connections): sort by id to maintain a more stable orderingHaishan
2019-12-02fix: specify fab group z-indexHaishan
2019-12-01feat: support close all connectionsHaishan
for https://github.com/haishanh/yacd/issues/338
2019-11-20feat: use history latency dataHaishan
2019-11-17refactor: improve UI for small screensHaishan
2019-11-14chore: add place holder when there is no connections dataHaishan
2019-11-14chore: update connections table sorting indicator iconHaishan
2019-11-09feat: connections inspectionHaishan
2019-10-14refactor: API server probing improvement and APIConfig refactorHaishan
2019-10-14Detect clash API server at `/` when log in. (#258)Comzyh
2019-10-01feat: new Loading component <Loading2 />Haishan
2019-10-01build: upgrade depsdependabot-preview[bot]
2019-08-29chore: remove maxDuration prop on SuspenseHaishan
2019-08-29build: upgrade eslintHaishan
2019-07-06fix(proxies): test latency FAB was covered by proxy cardHaishan
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-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-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