Commit Graph

30 Commits

Author SHA1 Message Date
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
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
0efced7e13
chore(i18n): bump i18n from v1 to v2 2023-09-22 17:14:35 +08:00
kunish
5ef8410da5
feat(button): icon button 2023-09-22 16:05:36 +08:00
kunish
ed947f62a2
fix(proxy): wrap subscription info usage percentage with toFinite 2023-09-17 21:18:46 +08:00
kunish
30764873a8
fix(logs): inconsistent padding 2023-09-17 12:40:24 +08:00
kunish
477fb2233a
fix(logs): inconsistent gap between search input and table 2023-09-17 12:38:53 +08:00
kunish
67345cf1e3
feat(logs): fuzzy filter, sorting 2023-09-17 12:37:10 +08:00
kunish
3fbed0d694
fix(log): log level value not selected 2023-09-16 15:38:42 +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
34ea1f1c56
feat(config): select tunnel mode 2023-09-12 20:50:52 +08:00
kunish
669492f22c
feat(logs): use Index instead of For 2023-09-10 19:03:26 +08:00
kunish
f4788bb463
feat: minor improvements 2023-09-10 16:42:00 +08:00
kunish
b000f919fc
feat(logs): fixes #194 2023-09-10 01:10:56 +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
kunish
08ed61045f
feat: update the overall look of the app 2023-09-06 22:41:11 +08:00
Zephyruso
714158742d refactor(proxies): use ws request 2023-09-06 19:33:07 +08:00
kunish
5f4f9a8ae8
fix: tableSizeClassName not been generated by tailwindcss 2023-09-06 10:37:25 +08:00
kunish
3a2560f152
fix(logs): table size 2023-09-06 03:08:28 +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
kunish
5affd5b91e
feat(logs): sticky table thead 2023-09-05 00:20:19 +08:00
kunish
9a9b1b4abe
feat: adjust table border radius 2023-09-02 02:54:47 +08:00
kunish
b3172da302
feat(i18n): add more i18n resources 2023-09-02 00:16:19 +08:00
kunish
7eee024cdc
feat(logs): render logs in table 2023-09-01 22:07:11 +08:00
kunish
36cc05fca3
chore: minimize main bundle size by splitting vendors 2023-08-29 14:45:00 +08:00
kunish
b660847efe
fix: setup failed when secret is required 2023-08-27 23:30:13 +08:00
kunish
b8c6c2fa7a
chore: initial commit 2023-08-27 15:34:12 +08:00