Commit graph

219 commits

Author SHA1 Message Date
Haishan
b0b0edab16 build: upgrade deps 2020-12-06 21:09:18 +08:00
Haishan
d2b01d80fb chore: minor input and select style tweak 2020-12-06 20:19:51 +08:00
Haishan
8a50ef4ef2 feat: initial Chinese UI language support 2020-12-06 20:19:51 +08:00
Haishan
a8c6cd23ce fix: fix weird scroll behavior on config page 2020-12-03 00:17:10 +08:00
Haishan
4ef00cff37 chore: remove open graph stuff from html template 2020-12-01 22:46:45 +08:00
CzBiX
1de8d931aa
Reorder logger level 2020-11-24 13:11:23 +08:00
Haishan
9ca6f4ff2b chore: minor a11y improvement 2020-11-22 12:13:05 +08:00
Haishan
0f5f7859ce chore: add backdrop-filter to proxies header 2020-11-21 23:51:34 +08:00
Haishan
10f6e708e5 chore: improve a11y of traffic chart style selection 2020-11-21 23:31:14 +08:00
Haishan
71646e2881 chore: add tooltips to sidebar icon buttons 2020-11-21 22:49:47 +08:00
Haishan
3bbca8017b chore: remove husky and lint-staged 2020-11-13 23:03:41 +08:00
Haishan
ca5df762c9 build: upgrade deps 2020-11-13 22:12:27 +08:00
Haishan
c179977524 refactor: display proxy type Shadowsocks as SS
also make proxy type text smaller

for https://github.com/haishanh/yacd/issues/539
2020-11-09 21:04:42 +08:00
Haishan
a1053b9250 feat: precache assets with service worker
for https://github.com/haishanh/yacd/issues/536
2020-11-06 23:10:13 +08:00
Haishan
ff1a39d04e chore: run ts-migrate 2020-11-01 17:42:52 +08:00
Haishan
e62c916548 feat: display current backend host in title
for https://github.com/haishanh/yacd/issues/531
2020-10-31 20:10:23 +08:00
Haishan
cbb6b9c9bb refactor: change backend baseURL default port to 9090
see https://github.com/haishanh/yacd/issues/537
2020-10-31 20:10:23 +08:00
Haishan
621d31f18f build: upgrade deps 2020-10-31 20:10:22 +08:00
Haishan
55b13e25df chore: better error message for API url without http protocol prefix 2020-10-12 20:42:41 +08:00
Haishan
9b52b33180 build: upgrade to webpack 5 2020-10-12 20:42:41 +08:00
Haishan
2ad0217ee4 build: upgrade deps 2020-10-12 20:42:41 +08:00
Haishan
15bc0f69a8 feat: multi backends management 2020-09-13 17:16:14 +08:00
Haishan
702169941e refactor: use api base url instead of hostname and port 2020-09-08 23:15:04 +08:00
Haishan
7f99275b77 build: adjust chunk splitting 2020-08-11 20:28:44 +08:00
felix
05d01485ab fix: cannot change mixed port 2020-08-09 01:43:39 +08:00
Haishan
29027c897a refactor(conns): desc sort first for columns with numeric value 2020-08-06 22:40:34 +08:00
Haishan
2c9ee574dd refactor: improve a11y 2020-08-06 22:40:26 +08:00
Haishan
941224c13b build: fix build 2020-08-01 21:05:45 +08:00
Haishan
4ae2c5c2f3 feat: a simple about page 2020-08-01 20:41:55 +08:00
Haishan
437733f4af chore: remove logo 2020-08-01 20:40:45 +08:00
Haishan
b6360d520a chore: increase css specificity of extended modal classes 2020-08-01 20:40:45 +08:00
Joker_
19dfbf7f2b
URI-encode secret before appending to websocket URL 2020-07-12 23:39:03 +08:00
Haishan
32bed273c8 feat: support rule provider 2020-07-04 17:58:56 +08:00
Haishan
9055ea8f7e feat: support mixed-port 2020-06-30 22:49:15 +08:00
Haishan
b93c0267c8 fix: fix can not type in Chinese in proxy text filter input 2020-06-22 22:35:59 +08:00
Haishan
c600c7840a fix: fix color display for unavailable proxy item 2020-06-20 22:33:50 +08:00
Haishan
632c6a3735 feat: add a simple filter for proxy names 2020-06-20 22:28:43 +08:00
Haishan
40479ada88 fix: fix broken hideUnavailableProxies setting 2020-06-18 21:03:29 +08:00
Haishan
f1d0714f19 refactor: make proxy group lowest latency item when sorting by latency 2020-06-18 20:50:59 +08:00
Haishan
eb28e99f2b fix(config): fix mode switching 2020-06-18 20:45:43 +08:00
Haishan
48acdbb5be
Merge pull request #499 from zhzy0077/patch-1 2020-06-18 20:39:33 +08:00
Haishan
629062d945 refactor(proxies): make the content header and settings button sticky 2020-06-17 00:36:38 +08:00
Haishan
320cc4bff7 chore: use flex for proxy items layout 2020-06-16 23:41:22 +08:00
Haishan
cee7dff478 feat: toggle to close old connections automatically when switching proxy 2020-06-16 23:41:17 +08:00
Haishan
babe27f9d2 feat: use special color for non-proxy summary view dot item 2020-06-16 22:22:01 +08:00
Zhiyuan Zheng
c0adc3a792
Fix: fix the case mistake in config logic.
**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-16 13:26:49 +08:00
Haishan
c848d8414e fix: default to big latency for items with unavailable statistics when sorting
for https://github.com/haishanh/yacd/issues/496
2020-06-16 00:03:16 +08:00
Haishan
0bf2d72d05 refactor: use grid for proxy list layout 2020-06-15 23:17:50 +08:00
Haishan
00b96ae397 chore: switch to Open Sans and reduce emitted font files 2020-06-08 22:39:27 +08:00
Haishan
361effbd98 changed: switch primary font family from Merriweather Sans to Inter
also starting to self hosting font files
2020-06-07 18:42:25 +08:00