summaryrefslogtreecommitdiff
path: root/src/components/Config.js
AgeCommit message (Collapse)Author
2020-11-01chore: run ts-migrateHaishan
2020-09-13feat: multi backends managementHaishan
2020-08-09fix: cannot change mixed portfelix
2020-06-30feat: support mixed-portHaishan
2020-06-20feat: add a simple filter for proxy namesHaishan
2020-06-18fix(config): fix mode switchingHaishan
2020-06-16Fix: fix the case mistake in config logic.Zhiyuan Zheng
**Issue:** When changing the mode, Clash server will return an error `{"message":"Body invalid"}`. **Changes:** According to the https://github.com/Dreamacro/clash/blob/master/tunnel/mode.go. Make first-letter uppercase to make the mode-changing work. Tested locally.
2020-06-07fix: mode not display correctly due to clash API changeHaishan
for https://github.com/haishanh/yacd/issues/491
2020-05-14add: button to pause connection refreshHaishan
2020-03-14fix: fix broken allow-lan switchHaishan
2020-03-01chore: use react-switch for better a11yHaishan
2020-01-04feat: support change latency test url #286Haishan
2020-01-04refactor: migrate to new global state solutionHaishan
2019-12-27chore: get rid of webpack resolve aliasHaishan
2019-08-29build: upgrade eslintHaishan
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
2018-12-24use new configs PATCH APIYonghui Zhang
2018-12-20chore: rename useComponentState to useStoreStateHaishan
2018-12-07change: add logging level 'silent'Haishan
2018-11-06update: convert more components to function oneshaishanh
includes Input, Config, SideBard. also removed react-redux Provider
2018-11-03refactor(hooks): here be dragons!haishanh
2018-10-20first commitHaishan