Commit Graph

58 Commits

Author SHA1 Message Date
kunish
ca9e3ba57e
feat(connections): reduce default visible columns 2024-10-13 03:38:20 +08:00
kunish
cdd60cfc37
feat(proxies): drop ipv6 latency test & display 2024-10-13 00:17:21 +08:00
kunish
1fd22d3ece
feat(proxies): add render in two columns option back 2024-10-11 19:53:31 +08:00
kunish
705f651346
fix(config): missing translation for running mode 2024-10-11 00:51:05 +08:00
kunish
90c3d15616
feat(config): rearrange settings 2024-10-11 00:48:50 +08:00
kunish
698362f1c7
feat(proxies): overhaul the look of proxies page, drop renderInTwoColumns support 2024-10-10 18:52:24 +08:00
kunish
9c76d7ff76
feat: show current page title, closes #474 2024-10-10 00:49:58 +08:00
Zephyruso
bf26a539bc
feat: config for icon height and margin-right (#1041) 2024-09-29 10:46:22 +08:00
YetAnotherZephyruso
916a661011
feat: quick filter for connections (#856)
* feat: quick filter for connections

* feat: make persisted for collapse map status

* fix: config error when tun is disabled in sing-box
2024-07-24 20:40:21 +08:00
Plutonium141
32704fbaaf
feat: Add Upgrade Dashboard Button (#784)
* feat: Add Upgrade Dashboard Button

* style: Adjust Element Positions
2024-06-26 18:18:48 +08:00
Y4er
aa4d1d9e51
feat: add allow-lan (#478) 2023-12-03 22:09:09 +08:00
TossPig
1ba7700a3f
feat(connection): 添加入站用户列 (#437) 2023-10-31 01:50:22 +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
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
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
512accd425
feat(config): support tun related configurations 2023-09-22 22:03:22 +08:00
kunish
dd0452dcd3
feat(config): update config page buttons layout, closes #263 2023-09-22 14:25:55 +08:00
kunish
2b16de18b0
feat(connection): add sniffHost support, #246 2023-09-22 00:12:52 +08:00
PuerNya
b9e9a955f2
feat: show provider expire message with i18n (#237) 2023-09-18 13:45:15 +08:00
kunish
95200a56b8
feat(config): update page layout 2023-09-17 00:05:15 +08:00
kunish
e538f9d057
feat(connections): tag client source ip with name, closes #181 2023-09-16 23:31:40 +08:00
kunish
6ffd1a8605
feat(config): reload config file, flush fake-ip data 2023-09-16 02:50:21 +08:00
kunish
9e556d959e
feat(proxy): hideUnAvailableProxies, closes #200 2023-09-15 23:56:21 +08:00
kunish
d77626058a
feat: settings per-page 2023-09-15 23:43:55 +08:00
sdttttt
b66dd8902d
[Feature] 添加日志保留行数调节选项 (#217)
* feat: Add LogLevel option.

* style: update debug log color.

* fix: code lint, constant extract, i18

* chore: Add prettierignore

* refactor: Remove LogType.

* fix(type err.): type err

* Update src/signals/request.ts

Co-authored-by: kunish <17328586+kunish@users.noreply.github.com>
Signed-off-by: sdttttt <Kaltsit@111.com>

* refactor: var name change.

* Update package.json

Co-authored-by: kunish <17328586+kunish@users.noreply.github.com>
Signed-off-by: sdttttt <Kaltsit@111.com>

* feat: Add log max rows option.

* style(format): format

* fix: import err.

* chore: reset.

* Update package.json

Co-authored-by: kunish <17328586+kunish@users.noreply.github.com>
Signed-off-by: sdttttt <Kaltsit@111.com>

* Update src/pages/Config.tsx

Co-authored-by: kunish <17328586+kunish@users.noreply.github.com>
Signed-off-by: sdttttt <Kaltsit@111.com>

* Update src/pages/Config.tsx

Co-authored-by: kunish <17328586+kunish@users.noreply.github.com>
Signed-off-by: sdttttt <Kaltsit@111.com>

---------

Signed-off-by: sdttttt <Kaltsit@111.com>
Signed-off-by: sdttttt <sdttttt@163.com>
Co-authored-by: kunish <17328586+kunish@users.noreply.github.com>
2023-09-14 18:31:52 +08:00
sdttttt
0026008178
[Feature] 添加日志等级设置 (#215)
* feat: Add LogLevel option.

* style: update debug log color.

* fix: code lint, constant extract, i18

* chore: Add prettierignore

* refactor: Remove LogType.

* fix(type err.): type err

* Update src/signals/request.ts

Co-authored-by: kunish <17328586+kunish@users.noreply.github.com>
Signed-off-by: sdttttt <Kaltsit@111.com>

* refactor: var name change.

* Update package.json

Co-authored-by: kunish <17328586+kunish@users.noreply.github.com>
Signed-off-by: sdttttt <Kaltsit@111.com>

---------

Signed-off-by: sdttttt <Kaltsit@111.com>
Co-authored-by: kunish <17328586+kunish@users.noreply.github.com>
2023-09-14 16:49:39 +08:00
kunish
1a37a106f8
feat(connections): shorten the tab names 2023-09-13 23:36:24 +08:00
kunish
34ea1f1c56
feat(config): select tunnel mode 2023-09-12 20:50:52 +08:00
kunish
e935aedfcf
feat(setup): prefix endpoint url with current url protocol if missing 2023-09-10 00:58:21 +08:00
nb5p
a9aa8e540e
feat(rules): tab style for rules page #163 (#187)
Co-authored-by: nb5p <nb5p@users.noreply.github.com>
Co-authored-by: kunish <kunish.butt@gmail.com>
2023-09-09 17:16:18 +08:00
kunish
daf168208e
feat(connections): show connection detail on click of a button 2023-09-09 03:49:29 +08:00
kunish
965ec502ac
feat(logs): add i18n translation support
Signed-off-by: kunish <kunish.butt@gmail.com>
2023-09-08 21:22:34 +08:00
Zephyruso
15d20cde4a feat(proxies): auto close connections when proxy selected 2023-09-08 11:22:16 +08:00
kunish
93114b22a2
feat(proxy): merge proxies and proxyProviders into one page 2023-09-06 20:06:47 +08:00
Zephyruso
7e2fe6acb0 feat(rules): config for render rules in two columns 2023-09-06 16:08:25 +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
kunish
f0e32d93f6
feat(connections): add closed connections tab 2023-09-06 01:19:37 +08:00
kunish
d01d148cff
feat(config): add setting, requestTimeoutDuration 2023-09-05 22:32:47 +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
riolu.rs
092aa41972 chore(font): twemoji font don't display when cors 2023-09-05 11:40:00 +08:00
Zephyruso
5bc540eeff feat: config for render proxies in same page 2023-09-04 19:12:27 +08:00
Zephyruso
98f6293290 feat: time column in conns 2023-09-04 18:48:39 +08:00
kunish
18922eecb3
refactor: rename delay to latency 2023-09-03 05:40:50 +08:00
kunish
635b8ba966
feat(proxies): sortProxiesByOrderingType 2023-09-03 05:40:49 +08:00
kunish
461488c19f
refactor: update project source code layout 2023-09-03 03:26:29 +08:00
kunish
fec64133fa
feat: add PROXIES_PREVIEW_TYPE - off 2023-09-03 02:41:13 +08:00