huzibaca
|
922020c57a
|
Merge branch 'fix-migrate-tauri2-errors'
* fix-migrate-tauri2-errors: (288 commits)
# Conflicts:
# .github/ISSUE_TEMPLATE/bug_report.yml
|
2024-11-24 00:14:46 +08:00 |
|
huzibaca
|
8873526619
|
feat: added scroll top button for agent and rule pages
|
2024-11-22 09:22:44 +08:00 |
|
huzibaca
|
dca25637c9
|
feat: add logger highlighting, support regular and case matching
|
2024-11-19 04:10:10 +08:00 |
|
huzibaca
|
a7020fd46c
|
feat: add logger highlighting
|
2024-11-19 03:29:44 +08:00 |
|
huzibaca
|
1ef2b1aaf1
|
fix: log pause button not working
|
2024-11-19 02:56:58 +08:00 |
|
huzibaca
|
a7a661e60f
|
feat: logger support all level filters
|
2024-11-19 01:40:45 +08:00 |
|
huzibaca
|
62a6f58705
|
chore: remove unused code
|
2024-11-18 08:16:31 +08:00 |
|
huzibaca
|
77dd074fc3
|
feat: Log level status is saved to local storage
|
2024-11-18 08:14:21 +08:00 |
|
huzibaca
|
e8c0051be3
|
refactor: use zustand store, rewrite log clearing logic
|
2024-11-18 06:48:23 +08:00 |
|
huzibaca
|
b3923eafc7
|
chore: typo warn -> warning
|
2024-11-18 06:01:51 +08:00 |
|
huzibaca
|
9ebd96611a
|
refactor: logger fetch logic
|
2024-11-18 05:58:06 +08:00 |
|
huzibaca
|
cb3bff589f
|
feat: add unified delay
|
2024-11-05 16:24:58 +08:00 |
|
huzibaca
|
ed3907c273
|
chore: update
|
2024-10-29 10:13:53 +08:00 |
|
huzibaca
|
95c6578911
|
fix incorrect usage of useCustomTheme
|
2024-10-29 09:07:08 +08:00 |
|
huzibaca
|
978acfa471
|
chore: update
|
2024-10-24 11:14:18 +08:00 |
|
huzibaca
|
a979638368
|
refactor: the logic of profiles activation
|
2024-10-24 05:02:47 +08:00 |
|
huzibaca
|
d7f033bd46
|
chore: update
|
2024-09-25 21:20:36 +08:00 |
|
huzibaca
|
1fb3b87697
|
chore: update
|
2024-09-25 21:07:01 +08:00 |
|
huzibaca
|
99ea6d5080
|
chore: unified hotkey registration
|
2024-09-25 15:45:12 +08:00 |
|
huzibaca
|
a0b266fef8
|
fix: after importing a subscription, it cannot be automatically switched to the current subscription.
|
2024-09-13 18:17:14 +08:00 |
|
huzibaca
|
0c6d417d8c
|
feat: Added web notification of successful subscription import
|
2024-09-13 11:24:49 +08:00 |
|
huzibaca
|
07de032e62
|
feat: migrate tauri 2.0
|
2024-09-11 08:15:03 +08:00 |
|
huzibaca
|
6cc81fe6b8
|
chore: update
|
2024-09-02 19:33:17 +08:00 |
|
wonfen
|
5c9bf30c79
|
fix: profiles will not be selected after import
|
2024-08-22 00:57:04 +08:00 |
|
MystiPanda
|
d9d9ca67cd
|
chore: unified icon style
|
2024-07-13 19:01:16 +08:00 |
|
MystiPanda
|
e371bbedc0
|
perf: optimized response speed
|
2024-07-08 00:29:49 +08:00 |
|
dongchengjie
|
bf158b3bf0
|
refactor: editor-viewer using react-monaco-editor
|
2024-07-02 21:02:29 +08:00 |
|
MystiPanda
|
e343b1790e
|
chore: update locale
|
2024-07-01 23:30:14 +08:00 |
|
MystiPanda
|
fb4648d2af
|
feat: global merge and script
|
2024-07-01 08:25:03 +08:00 |
|
MystiPanda
|
3efef52398
|
refactor: Associate Profile with Merge/Script.
|
2024-06-29 23:07:44 +08:00 |
|
dongchengjie
|
041522f94e
|
fix: do not reactive when changed profile is not current
|
2024-06-29 11:22:11 +08:00 |
|
dongchengjie
|
80d3c9e96f
|
feat: reactive after save when profile content changes
|
2024-06-29 09:21:50 +08:00 |
|
wonfen
|
2be9eb4bae
|
chore: add TG link & descriptions
|
2024-06-29 04:55:43 +08:00 |
|
dongchengjie
|
4f1b8094a3
|
chore: cleanup
|
2024-06-26 08:24:43 +08:00 |
|
dongchengjie
|
753395965a
|
chore: tooltips and locales
|
2024-06-26 05:33:06 +08:00 |
|
MystiPanda
|
28ab08a7ca
|
refactor: change core binary name
|
2024-06-19 10:04:28 +08:00 |
|
Sukka
|
b6ea73af83
|
fix(#1226): missing conn unsub (#1228)
|
2024-06-17 13:36:35 +08:00 |
|
Sukka
|
1fa3ffb1ff
|
refactor(connections): use swr subscription (#1226)
|
2024-06-17 13:14:36 +08:00 |
|
Sukka
|
18f0177fce
|
refactor(log): use swr subscription (#1220)
|
2024-06-17 10:48:37 +08:00 |
|
Sukka
|
4f5227782a
|
perf: replace Array#map Array#filter chain w/ Array#reduce (#1203)
|
2024-06-15 12:22:33 +08:00 |
|
dongchengjie
|
e70249cb2e
|
chore: missing locale
|
2024-06-11 16:19:25 +08:00 |
|
dongchengjie
|
46dc40149e
|
chore: missing locale
|
2024-06-09 11:16:13 +08:00 |
|
Sukka
|
3a9a1439d9
|
refactor: simplify useConnectionSetting (#1141)
|
2024-06-07 17:23:53 +08:00 |
|
Sukka
|
2725322fd5
|
refactor: replace recoil (#1137)
|
2024-06-07 12:27:37 +08:00 |
|
dongchengjie
|
9fe4197cae
|
chore: theme colors to uppercase
|
2024-06-05 14:20:24 +08:00 |
|
dongchengjie
|
a1996768f1
|
chore: use icons files instead of hard coding
|
2024-06-03 07:21:40 +08:00 |
|
dongchengjie
|
224b2ef952
|
chore: improve UI in connections page
|
2024-06-02 21:52:31 +08:00 |
|
aixiao0621
|
90a83dc753
|
fix: a display error on the connections page
|
2024-06-02 17:26:23 +08:00 |
|
dongchengjie
|
a371cd1d79
|
chore: update locale in connection
|
2024-05-20 13:42:45 +08:00 |
|
dongchengjie
|
16b11fee31
|
chore: text overflow word-wrap & cleanup
|
2024-05-20 12:38:41 +08:00 |
|