Commit Graph

232 Commits

Author SHA1 Message Date
kunish
4da1720e55
feat: add a gradient color to logo text 2023-09-07 20:09:42 +08:00
kunish
82452688c9
feat(proxy): add more adapter types to be processed by formatProxyType 2023-09-07 19:47:10 +08:00
kunish
c0b04892c8
fix(proxy): fixes #174 2023-09-07 19:42:17 +08:00
kunish
8242706290
fix(setup): fixes #175 2023-09-07 19:36:36 +08:00
kunish
64659b26f1
feat(connections): update connections page top area 2023-09-07 15:09:01 +08:00
Zephyruso
e31c1eb9e0 feat: new logo color 2023-09-07 14:44:02 +08:00
Zephyruso
62ff9c3f09 fix(conns): input width 2023-09-07 14:38:59 +08:00
Zephyruso
2ce3016275 feat: hidden scrollbar for mobile 2023-09-07 14:24:48 +08:00
Zephyruso
8cea622251 fix(connections): padding fix 2023-09-07 14:16:41 +08:00
Zephyruso
842ce9e00f fix: tab style for conns and proxies 2023-09-07 14:02:10 +08:00
Zephyruso
66c793550a feat(proxies): default proxies and remove all tab 2023-09-07 13:09:27 +08:00
Zephyruso
44739f6962 fix(rules): request token error 2023-09-07 12:54:47 +08:00
kunish
8d62c9f510
feat: update LogoText 2023-09-07 12:31:22 +08:00
Zephyruso
f56e82a9e1 refactor: undefined 2023-09-07 10:41:42 +08:00
Zephyruso
f72976154d fix: btn size for mobile 2023-09-07 10:34:54 +08:00
kunish
d5112f23da
fix: unselectable ProxyNodeCard also has cursor-pointer applied 2023-09-07 00:16:07 +08:00
kunish
c27b19259b
feat: customize scrollbar 2023-09-06 23:49:39 +08:00
kunish
1bb36a1bd6
feat(proxy): keep tab at the top 2023-09-06 22:47:02 +08:00
kunish
08ed61045f
feat: update the overall look of the app 2023-09-06 22:41:11 +08:00
Zephyruso
6c880628ec fix: btn disable && var name 2023-09-06 22:20:45 +08:00
nb5p
8398dff02d
fix(Connections): disable grouping for time&speed (#160) 2023-09-06 20:40:41 +08:00
Zephyruso
0d61b460cc fix(connections): table max row 200 2023-09-06 20:19:20 +08:00
Zephyruso
68522960fb refactor(connections): conns paused 2023-09-06 20:13:22 +08:00
kunish
ff7dab74b6
fix(proxy): add small gap between update button and tabs 2023-09-06 20:09:24 +08:00
kunish
93114b22a2
feat(proxy): merge proxies and proxyProviders into one page 2023-09-06 20:06:47 +08:00
Zephyruso
714158742d refactor(proxies): use ws request 2023-09-06 19:33:07 +08:00
Zephyruso
a13060a056 fix(request): ws request url 2023-09-06 18:56:57 +08:00
kunish
2ebedcc1c9
fix(translation): latencyTestTimeoutDuration 2023-09-06 16:17:38 +08:00
Zephyruso
7e2fe6acb0 feat(rules): config for render rules in two columns 2023-09-06 16:08:25 +08:00
Zephyruso
af70669e7a fix(overview): chart font size 2023-09-06 13:13:58 +08:00
kunish
2d61f45372
feat(connections): split source info into sourceIP and sourcePort 2023-09-06 11:55:12 +08:00
Zephyruso
5f1e77320d fix(config): speedtest timeout config 2023-09-06 11:17:00 +08:00
Zephyruso
5f0fb23f15 fix(proxies): speedtest params error 2023-09-06 10:41:30 +08:00
kunish
5f4f9a8ae8
fix: tableSizeClassName not been generated by tailwindcss 2023-09-06 10:37:25 +08:00
JeelsBoobz
cb2b59a656
Better icon play/pause connections (#150) 2023-09-06 09:50:43 +08:00
kunish
3a2560f152
fix(logs): table size 2023-09-06 03:08:28 +08:00
kunish
0aa9779524
feat(connections): shrink the element sizes down 2023-09-06 02:59:55 +08:00
kunish
6076619485
feat(connections): pausing support 2023-09-06 02:42:11 +08:00
kunish
f97f46720a
fix(connections): limit closed connection items count below 100 2023-09-06 02:17:42 +08:00
kunish
f0e32d93f6
feat(connections): add closed connections tab 2023-09-06 01:19:37 +08:00
kunish
b91332c53d
docs: add connections page preview 2023-09-06 00:38:12 +08:00
kunish
4c8b38f756
feat(connections): connections table now supports grouping 2023-09-06 00:15:22 +08:00
kunish
e09aac2f4b
fix(proxy): updateAllProvider, some of the proxy provider update may throw 2023-09-05 22:38:42 +08:00
kunish
d01d148cff
feat(config): add setting, requestTimeoutDuration 2023-09-05 22:32:47 +08:00
Zephyruso
1bca408ea1 refactor: rule provider card 2023-09-05 21:39:04 +08:00
Zephyruso
c6f3beec35 fix: icon vertical align 2023-09-05 21:31:41 +08:00
Zephyruso
d908776bf9 chore: p-0 for nav menu 2023-09-05 21:27:39 +08:00
kunish
cc78d4e2b1
feat: make some changes in response to community suggestions
- make the size of the menu items in header larger
- move switch language button to config page
2023-09-05 21:09:35 +08:00
kunish
90ecb86603
feat: make some changes in response to community suggestions
- allow to change the size of the tables (xs, sm, md, lg)
- move switch endpoint button to config page
- move proxy group preview options into select component
2023-09-05 20:55:39 +08:00
Zephyruso
6575e73439 feat: icon success color when updating 2023-09-05 20:25:49 +08:00