Commit Graph

241 Commits

Author SHA1 Message Date
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
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
kunish
ce3065e22e
chore(config): fix type definition of selected theme value 2023-09-25 23:00:25 +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
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
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
kunish
512accd425
feat(config): support tun related configurations 2023-09-22 22:03:22 +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
9cc99ebb8e
feat(config): move switch language button into header 2023-09-22 15:07:13 +08:00
kunish
dd0452dcd3
feat(config): update config page buttons layout, closes #263 2023-09-22 14:25:55 +08:00
kunish
8df4d7a7e9
feat(connection): filter client sourceIP with tag name support, closes #264 2023-09-22 13:46:00 +08:00
kunish
ffa244760f
feat(connection): filter connections with sourceIP, closes #246 2023-09-22 00:56:55 +08:00
kunish
2b16de18b0
feat(connection): add sniffHost support, #246 2023-09-22 00:12:52 +08:00
kunish
8502a6e489
feat(proxy): regression on render proxies in two columns 2023-09-21 23:58:06 +08:00
kunish
f4e82e0e27
feat(config): three columns on small screen device, five on larger 2023-09-21 22:57:53 +08:00
kunish
e0766fc2c8
perf(overview): shrink the data size every minute, closes #234 2023-09-19 20:27:48 +08:00
kunish
ed947f62a2
fix(proxy): wrap subscription info usage percentage with toFinite 2023-09-17 21:18:46 +08:00
kunish
dc0b286a88
fix(proxy): selectProxyInGroup 2023-09-17 14:55:03 +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
0015468077
perf: batch signals 2023-09-17 03:15:14 +08:00
kunish
e04ec712ea
perf: batch signals 2023-09-17 03:09:56 +08:00
kunish
95200a56b8
feat(config): update page layout 2023-09-17 00:05:15 +08:00
kunish
2be357e73c
feat(config): update page layout 2023-09-16 23:55:48 +08:00
kunish
d059ea85b3
feat(config): update page layout, limit the max width of the container 2023-09-16 23:46:22 +08:00
kunish
e538f9d057
feat(connections): tag client source ip with name, closes #181 2023-09-16 23:31:40 +08:00
kunish
3fbed0d694
fix(log): log level value not selected 2023-09-16 15:38:42 +08:00
kunish
be6edd914a
fix(proxy): dont hideUnAvailableProxies in proxy providers 2023-09-16 14:28:42 +08:00
kunish
6ffd1a8605
feat(config): reload config file, flush fake-ip data 2023-09-16 02:50:21 +08:00
kunish
6d242a4457
fix: proxy providers grid layout 2023-09-16 01:28:58 +08:00