summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2020-11-13chore: remove husky and lint-stagedHaishan
2020-11-13build: upgrade depsHaishan
2020-11-09refactor: display proxy type Shadowsocks as SSHaishan
also make proxy type text smaller for https://github.com/haishanh/yacd/issues/539
2020-11-06feat: precache assets with service workerHaishan
for https://github.com/haishanh/yacd/issues/536
2020-11-01chore: run ts-migrateHaishan
2020-10-31feat: display current backend host in titleHaishan
for https://github.com/haishanh/yacd/issues/531
2020-10-31refactor: change backend baseURL default port to 9090Haishan
see https://github.com/haishanh/yacd/issues/537
2020-10-31build: upgrade depsHaishan
2020-10-12chore: better error message for API url without http protocol prefixHaishan
2020-10-12build: upgrade to webpack 5Haishan
2020-10-12build: upgrade depsHaishan
2020-09-13feat: multi backends managementHaishan
2020-09-08refactor: use api base url instead of hostname and portHaishan
2020-08-11build: adjust chunk splittingHaishan
2020-08-09fix: cannot change mixed portfelix
2020-08-06refactor(conns): desc sort first for columns with numeric valueHaishan
2020-08-06refactor: improve a11yHaishan
2020-08-01build: fix buildv0.2.2Haishan
2020-08-01feat: a simple about pageHaishan
2020-08-01chore: remove logoHaishan
2020-08-01chore: increase css specificity of extended modal classesHaishan
2020-07-12URI-encode secret before appending to websocket URLJoker_
2020-07-04feat: support rule providerHaishan
2020-06-30feat: support mixed-portHaishan
2020-06-22fix: fix can not type in Chinese in proxy text filter inputHaishan
2020-06-20fix: fix color display for unavailable proxy itemHaishan
2020-06-20feat: add a simple filter for proxy namesHaishan
2020-06-18fix: fix broken hideUnavailableProxies settingHaishan
2020-06-18refactor: make proxy group lowest latency item when sorting by latencyHaishan
2020-06-18fix(config): fix mode switchingHaishan
2020-06-18Merge pull request #499 from zhzy0077/patch-1Haishan
2020-06-17refactor(proxies): make the content header and settings button stickyHaishan
2020-06-16chore: use flex for proxy items layoutHaishan
2020-06-16feat: toggle to close old connections automatically when switching proxyHaishan
2020-06-16feat: use special color for non-proxy summary view dot itemHaishan
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-16fix: default to big latency for items with unavailable statistics when sortingHaishan
for https://github.com/haishanh/yacd/issues/496
2020-06-15refactor: use grid for proxy list layoutHaishan
2020-06-08chore: switch to Open Sans and reduce emitted font filesHaishan
2020-06-07changed: switch primary font family from Merriweather Sans to InterHaishan
also starting to self hosting font files
2020-06-07fix: mode not display correctly due to clash API changeHaishan
for https://github.com/haishanh/yacd/issues/491
2020-06-07added: modal prompt to close previous connections when switch proxyHaishan
2020-06-04added: test latency button for each proxy groupHaishan
2020-06-03changed: reduce connections table visual widthHaishan
for #488
2020-05-31feat(conns): add filtereddium
2020-05-25add: add loading status to test latency buttonHaishan
2020-05-17fix: add background color to html select elementHaishan
see also https://github.com/haishanh/yacd/issues/483
2020-05-14chore: tweak external controller setup modal styleHaishan
2020-05-14chore: lib classnames -> clsxHaishan
2020-05-14add: button to pause connection refreshHaishan