wzdnzd
a0f80aa62d
feat: proxy group is always placed at the forefront when sorting proxies ( #458 )
2023-12-01 19:16:42 +08:00
kunish
677d024e98
feat: new themes
2023-12-01 18:54:12 +08:00
kunish
43acdace5d
feat: update backend repository url
2023-12-01 18:36:46 +08:00
kunish
3e92373166
feat: display current selected endpoint at the bottom of the overview page
2023-11-03 01:23:34 +08:00
TossPig
1ba7700a3f
feat(connection): 添加入站用户列 ( #437 )
2023-10-31 01:50:22 +08:00
kunish
54226bcdc4
fix(proxy): proxy preview bar style issue
2023-10-29 23:53:30 +08:00
kunish
62c0cd9a63
feat(proxy): add back the render proxies in two columns option, closes #360
2023-10-29 20:02:21 +08:00
kunish
88bfcf8d73
fix(proxy): proxy node card layout issue, closes #429
2023-10-29 19:21:19 +08:00
kunish
59d7b04d5c
feat(config): tun mode stack: Mixed
, closes #431
2023-10-29 19:16:13 +08:00
ak
4d5543c64b
feat: add support for IPv6 check ( #403 )
...
* feat: add support for IPv6 check
* Update src/i18n/en.ts
Co-authored-by: kunish <17328586+kunish@users.noreply.github.com>
Signed-off-by: ak <140048181+arkxfly@users.noreply.github.com>
* Update src/i18n/zh.ts
Co-authored-by: kunish <17328586+kunish@users.noreply.github.com>
Signed-off-by: ak <140048181+arkxfly@users.noreply.github.com>
---------
Signed-off-by: ak <140048181+arkxfly@users.noreply.github.com>
Co-authored-by: kunish <17328586+kunish@users.noreply.github.com>
2023-10-22 13:00:09 +08:00
kunish
a648f1e413
feat(proxy): do not truncate the proxy node name when not enough width, closes #351
2023-10-20 00:00:23 +08:00
kunish
522be608a7
fix(config): the bottom edge of the page gets cutoff, closes #385
2023-10-19 23:54:57 +08:00
kunish
dc8fddb08a
feat(connection): drag handle, closes #320
2023-10-19 23:42:33 +08:00
kunish
398f05d8a5
fix(config): backend version is likely to be undefined when invoking isUpdateAvailableAPI
2023-10-16 20:33:41 +08:00
yaotthaha
79335831cb
chore: identify sing-box ( #373 )
...
* chore: identify sing-box
* feat(config): hide form elements when endpoint version is sing-box
---------
Co-authored-by: kunish <kunish.butt@gmail.com>
2023-10-16 07:26:16 -05:00
kunish
ce4622b954
fix(setup): setup with url search string not working properly
2023-10-09 20:14:28 +08:00
kunish
7ecc51c43c
fix(setup): use location info from router instead of browser
2023-10-09 01:40:24 +08:00
kunish
82c2772afe
feat(config): toast error message when dns query failed for some reason, closes #321
2023-10-04 18:16:37 +08:00
kunish
59e0b076bf
feat(config): display currently selected endpoint url
2023-10-02 19:09:39 +08:00
kunish
4b93751d4c
refactor(config): use tailwindcss negative value instead of inline literal value
2023-09-29 22:33:33 +08:00
kunish
1f22147cd1
fix(rule): rule pages filter logic is not stable, fixes #313
2023-09-28 16:53:53 +08:00
kunish
389af52c74
feat(proxy): remove collapse component overflow-visible class
2023-09-27 17:02:13 +08:00
kunish
40f07b8efe
feat(proxy): compact proxy node card
2023-09-27 16:49:37 +08:00
kunish
f53a1a4cb3
feat(rule): fuzzy filter
2023-09-26 23:41:01 +08:00
kunish
db16200b1c
feat(rule): filter rules and rule providers by search input
2023-09-26 23:06:50 +08:00
kunish
7145cec62f
feat(rule): implement virtual scroll on rules and rule providers, fixes #285
2023-09-26 22:22:24 +08:00
PuerNya
173e2e228b
chores for proxy latency check ( #290 )
...
* chore: update compatibility
* chore: fix proxy related type declarations
* chore: update latency test timeout
2023-09-26 01:28:24 +08:00
kunish
ce3065e22e
chore(config): fix type definition of selected theme value
2023-09-25 23:00:25 +08:00
kunish
4b7f4c899f
fix(proxy): proxy preview dots layout issue
2023-09-25 22:39:36 +08:00
kunish
a86c4ba90d
chore(proxy): preview dots, gap instead of margin
2023-09-25 11:45:42 +08:00
kunish
db24ad20bb
fix(proxy): proxy provider health check not working, closes #282
2023-09-25 11:12:20 +08:00
kunish
0052ce4325
feat(proxy): single proxy node latency testing state indicator
2023-09-24 18:05:52 +08:00
kunish
8f8a54af0a
refactor(proxy): move states into useProxies, rename properties
2023-09-24 17:56:52 +08:00
kunish
9255658e54
feat(proxy): single proxy node latency test
2023-09-24 17:10:01 +08:00
kunish
81fe550912
fix(proxy): fetch proxies after latency test
2023-09-24 15:29:26 +08:00
kunish
be0bc55317
feat(theme): update default theme
2023-09-23 20:47:29 +08:00
kunish
53ee2f31b3
feat(modal): adjust padding of the modal header and footer
2023-09-23 20:43:57 +08:00
kunish
2ee48c8ac9
feat(proxy): shorten the autoCloseConns i18n text
2023-09-23 20:31:00 +08:00
Alpha
eca9a160cc
feat(modals): add modal component ( #268 )
...
* feat: add modal component
* feat: add modal component
* fix: proxies page arrow button problem
* fix: button radius problem
* feat: add modal component
* feat: add modal component
---------
Signed-off-by: Alpha <61853980+AlphaGHX@users.noreply.github.com>
2023-09-23 20:24:43 +08:00
kunish
04c8d2524b
fix(rules): reload button style issue
2023-09-23 14:30:36 +08:00
kunish
857d0c5387
feat(config): new version update available indicator
2023-09-23 03:57:08 +08:00
kunish
063cb31f15
feat: overscroll-y-none
2023-09-23 02:18:57 +08:00
kunish
64f2d7139a
feat(config): render versions in two grid columns
2023-09-23 02:16:17 +08:00
kunish
07d3e7fdce
feat(config): i18n support for port numbers
2023-09-23 02:13:17 +08:00
kunish
21d479a1df
feat(i18n): new language switcher in config page
2023-09-23 02:06:57 +08:00
kunish
81bab5d0ab
refactor(i18n): add i18n context provider
2023-09-23 01:46:42 +08:00
kunish
e4a324625f
refactor(i18n): add i18n context provider
2023-09-23 01:38:36 +08:00
kunish
ba21999ed1
fix: time from now date string not following locale changes
2023-09-23 00:34:09 +08:00
kunish
08776a5bee
fix(connection): cannot filter by undefined
2023-09-22 23:13:09 +08:00
kunish
ca1e3ce82c
fix(connection): limit the max width of client source ip select, closes #270
2023-09-22 22:38:20 +08:00