summaryrefslogtreecommitdiff
path: root/src/components
AgeCommit message (Collapse)Author
2021-02-23Refine title styleCzBiX
Only show backend host when there are multiple backends.
2021-01-04build: upgrade depsHaishan
2020-12-06build: upgrade depsHaishan
2020-12-06chore: minor input and select style tweakHaishan
2020-12-06feat: initial Chinese UI language supportHaishan
2020-12-03fix: fix weird scroll behavior on config pageHaishan
2020-11-24Reorder logger levelCzBiX
2020-11-22chore: minor a11y improvementHaishan
2020-11-21chore: add backdrop-filter to proxies headerHaishan
2020-11-21chore: improve a11y of traffic chart style selectionHaishan
2020-11-21chore: add tooltips to sidebar icon buttonsHaishan
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-01chore: run ts-migrateHaishan
2020-10-31feat: display current backend host in titleHaishan
for https://github.com/haishanh/yacd/issues/531
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-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-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