Commit Graph

652 Commits

Author SHA1 Message Date
kunish
353b5ebff3
feat: drop ForTwoColumns renderer 2023-09-16 01:00:30 +08:00
kunish
6c5662a7a9
fix(proxy): tabs won't be shown in proxies page when proxy provider list is empty 2023-09-16 00:30:44 +08:00
dependabot[bot]
65be97b937
chore(deps): bump @types/uuid from 9.0.3 to 9.0.4 (#219)
Bumps [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid) from 9.0.3 to 9.0.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid)

---
updated-dependencies:
- dependency-name: "@types/uuid"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-16 00:26:09 +08:00
github-actions[bot]
931a7fb17a
chore(main): release 1.91.0 (#218)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-16 00:25:54 +08:00
kunish
ebc95fe585
fix: failed to resolve import solid-infinite-scroll 2023-09-16 00:24:45 +08:00
kunish
f11386f339
build(docker): unlock node:alpine image version 2023-09-16 00:21:05 +08:00
kunish
6743ebde8f
feat(rules): renderInTwoColumns 2023-09-16 00:17:41 +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
kunish
c607a31070
chore(connections): fix connections type definition 2023-09-15 13:37:11 +08:00
kunish
b3c924e33b
fix: logMaxRows value 2023-09-14 18:33:27 +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
kunish
ef36decc3c
refactor: auto switch theme 2023-09-14 17:12:55 +08:00
kunish
d7932a8f28
chore(package.json): add lint script 2023-09-14 17:01:54 +08:00
kunish
51f99b94ef
style: set endOfLine as lf instead of crlf 2023-09-14 16:53:33 +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
dependabot[bot]
ea9f7c29e8
chore(deps): bump @tanstack/solid-table from 8.9.8 to 8.9.9 (#214) 2023-09-14 09:12:29 +08:00
dependabot[bot]
e97c46b77e
chore(deps): bump daisyui from 3.7.3 to 3.7.4 (#213) 2023-09-14 09:12:02 +08:00
github-actions[bot]
91632ab4f8
chore(main): release 1.90.0 (#212) 2023-09-14 00:51:38 +08:00
kunish
1a37a106f8
feat(connections): shorten the tab names 2023-09-13 23:36:24 +08:00
dependabot[bot]
716fc2e93c
chore(deps): bump uuid from 9.0.0 to 9.0.1 (#210)
Bumps [uuid](https://github.com/uuidjs/uuid) from 9.0.0 to 9.0.1.
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/uuidjs/uuid/compare/v9.0.0...v9.0.1)

---
updated-dependencies:
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-13 20:03:49 +08:00
kunish
8483d313c5
refactor: set api authorization headers 2023-09-13 15:26:58 +08:00
github-actions[bot]
fd1153709e
chore(main): release 1.89.0 (#207)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-12 21:34:45 +08:00
kunish
71fd8ab22e
refactor: add api module 2023-09-12 21:33:16 +08:00
kunish
34ea1f1c56
feat(config): select tunnel mode 2023-09-12 20:50:52 +08:00
nb5p
9f227c9c2c
fix(overview): error when reading length (#188)
* fix(overview): error when reading length

* fix(connections): update WsMsg type definition

---------

Signed-off-by: nb5p <2098464+nb5p@users.noreply.github.com>
Co-authored-by: nb5p <nb5p@users.noreply.github.com>
2023-09-12 18:11:47 +08:00
dependabot[bot]
4e4f2f85c0
chore(deps): bump @fontsource/fira-sans from 5.0.11 to 5.0.12 (#205) 2023-09-12 13:05:33 +08:00
dependabot[bot]
b8108ea314
chore(deps): bump @typescript-eslint/eslint-plugin from 6.6.0 to 6.7.0 (#206) 2023-09-12 09:40:05 +08:00
dependabot[bot]
c2540e114c
chore(deps): bump @tanstack/solid-table from 8.9.7 to 8.9.8 (#204) 2023-09-12 09:10:47 +08:00
dependabot[bot]
483dcca2a8
chore(deps): bump @typescript-eslint/parser from 6.6.0 to 6.7.0 (#203) 2023-09-12 08:55:57 +08:00
github-actions[bot]
c6f9337241
chore(main): release 1.88.1 (#199)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-10 20:33:43 +08:00
kunish
6f5c1dade0
fix(Dockerfile): lock node alpine version 2023-09-10 20:32:04 +08:00
github-actions[bot]
ee5f25a061
chore(main): release 1.88.0 (#198)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-10 20:27:38 +08:00
kunish
40506e5a8f
docs(README): update badges 2023-09-10 20:25:20 +08:00
kunish
303f867c6b
docs(README): add contributors and credits section 2023-09-10 20:03:29 +08:00
kunish
b34ceb334d
feat(connections): set CONNECTIONS_TABLE_MAX_CLOSED_ROWS to 200 2023-09-10 19:16:06 +08:00
kunish
669492f22c
feat(logs): use Index instead of For 2023-09-10 19:03:26 +08:00
kunish
07f461f110
feat(connections): use Index instead of key 2023-09-10 18:47:01 +08:00
kunish
9a144e882d
feat(connections): fuzzy filter 2023-09-10 17:55:53 +08:00
kunish
e7eb3dd331
feat(connections): keyed connection rows and cells 2023-09-10 17:43:23 +08:00
kunish
4f8c4b2d15
feat(connections): close filtered connections 2023-09-10 17:29:38 +08:00
kunish
ff5672fe8d
build: unlock node version 2023-09-10 16:51:20 +08:00
github-actions[bot]
ab65140358
chore(main): release 1.87.0 (#197)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-10 16:47:28 +08:00
kunish
f4788bb463
feat: minor improvements 2023-09-10 16:42:00 +08:00
kunish
392f20932d
refactor: remove unused classnames 2023-09-10 15:33:46 +08:00
github-actions[bot]
fccc31a327
chore(main): release 1.86.1 (#196)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-10 11:32:05 +08:00
Zephyruso
1c61df8b8b fix(proxies): format proxy type 2023-09-10 11:20:40 +08:00
github-actions[bot]
72dc346f0e
chore(main): release 1.86.0 (#195)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-10 01:11:53 +08:00
kunish
b000f919fc
feat(logs): fixes #194 2023-09-10 01:10:56 +08:00
kunish
e935aedfcf
feat(setup): prefix endpoint url with current url protocol if missing 2023-09-10 00:58:21 +08:00