Sukka
954ff53d9b
refactor: use React in its intended way ( #3963 )
...
* refactor: replace `useEffect` w/ `useLocalStorage`
* refactor: replace `useEffect` w/ `useSWR`
* refactor: replace `useEffect` and `useSWR`. clean up `useRef`
* refactor: use `requestIdleCallback`
* refactor: replace `useEffect` w/ `useMemo`
* fix: clean up `useEffect`
* refactor: replace `useEffect` w/ `useSWR`
* refactor: remove unused `useCallback`
* refactor: enhance performance and memory management in frontend processes
* refactor: improve pre-push script structure and readability
---------
Co-authored-by: Tunglies <77394545+Tunglies@users.noreply.github.com >
Co-authored-by: Tunglies <tunglies.dev@outlook.com >
2025-07-02 23:34:13 +08:00
Tunglies
18ef7f0272
feat: enhance proxy management with caching and refresh logic
2025-06-30 20:14:04 +08:00
wonfen
628de70e89
chore: remove unused imports
2025-06-23 00:09:17 +08:00
rebecca554owen
4f474e1098
feat: add proxy auto scroll toggle setting ( #3674 )
...
* feat: add proxy auto scroll toggle setting
* refactor: rename enable_proxy_auto_scroll to enable_hover_jump_navigator
* 参考 Unified Delay 调整式样
2025-06-11 13:21:24 +08:00
Tunglies
09969d95de
feat: add rustfmt configuration and CI workflow for code formatting
...
refactor: streamline formatting workflow by removing unused taplo steps and clarifying directory change
refactor: remove unnecessary directory change step in formatting workflow
2025-06-06 22:13:11 +08:00
Tunglies
1e3566ed7d
fix: optimize asynchronous handling to prevent UI blocking in various components
...
fix: add missing showNotice error handling and improve async UI feedback
- Add showNotice error notifications to unlock page async error branches
- Restore showNotice for YAML serialization errors in rules/groups/proxies editor
- Ensure all user-facing async errors are surfaced via showNotice
- Add fade-in animation to layout for smoother theme transition and reduce white screen
- Use requestIdleCallback/setTimeout for heavy UI state updates to avoid UI blocking
- Minor: remove window.showNotice usage, use direct import instead
2025-05-30 17:53:40 +08:00
wonfen
1993e5dd51
chore: upgrade to react 19
2025-05-14 10:47:33 +08:00
wonfen
8296675574
refactor: notification system
2025-05-04 22:17:08 +08:00
wonfen
7d7c8988d7
fix: resolve rendering issue caused by duplicate node names
2025-04-02 12:48:17 +08:00
wonfen
8e99672265
feat: show node count in proxy groups
2025-03-31 04:35:27 +08:00
wonfen
5a0eb56f70
feat: add AppDataProvider for centralized app data management and optimized refresh logic
2025-03-26 13:26:32 +08:00
wonfen
1f99cee78b
feat: home page
2025-03-14 13:31:34 +08:00
wonfen
e1905aced4
feat: enhance latency test logging and error handling
2025-03-09 04:22:34 +08:00
wonfen
10a151d411
fix: regex for first character matching
2025-03-07 14:07:10 +08:00
wonfen
3e53ea7209
Revert "refactor: improve proxy group UI and spacing ( #2835 )"
...
This reverts commit 520c33557e .
2025-03-03 14:47:05 +08:00
Tunglies
520c33557e
refactor: improve proxy group UI and spacing ( #2835 )
...
- Increased spacing in proxy-groups.tsx by adjusting the right position
of the alphabet selector to provide better visual separation
- Enhanced spacing in proxy-render.tsx with larger margins and padding
- Increased group item margins from 8px to 10px with 16px horizontal spacing
- Expanded border radius from 8px to 10px for smoother appearance
- Improved ProxyHead component spacing with pl: 3, pr: 3.5
- Enhanced grid spacing in proxy collection items from 1 to 1.5
- Adjusted padding for better visual hierarchy
These changes create a more polished, spacious layout with improved
readability and touch targets.
2025-03-02 05:36:18 +08:00
wonfen
dc6d429b9c
fix: add bottom padding to prevent jitter
2025-03-02 04:08:13 +08:00
wonfen
8fb66ea32c
perf: improve scrolling performance and interaction in proxy group list
2025-03-01 08:31:31 +08:00
wonfen
2b534e0d51
refactor: Optimize proxy rendering and layout calculation
2025-02-20 14:21:55 +08:00
wonfen
3c2e04290c
feat: Improve letter item hover interaction with debounce mechanism
2025-02-18 09:00:03 +08:00
wonfen
3b4013a1b0
fix: resolve deprecated warnings in console
2025-02-18 07:10:28 +08:00
wonfen
31ddccd3e1
perf: Improve proxy list interaction and UI responsiveness
2025-02-18 05:54:16 +08:00
wonfen
d29fe4cb6c
feat: Enhance alphabet selector with dynamic tooltip and scrolling
2025-02-18 01:55:44 +08:00
wonfen
6763537f22
refactor: Improve proxy data update mechanism with optimistic UI and error handling
2025-02-18 00:37:55 +08:00
wonfen
8ab4bd6293
fix: Refine TypeScript types for proxy groups component
2025-02-17 16:27:06 +08:00
wonfen
31bc644763
feat: Enhance proxy groups with Initials navigation and performance optimizations
2025-02-17 16:07:46 +08:00
wonfen
5f550da0bb
feat: Improve Virtuoso list rendering for proxy groups
2025-02-17 14:30:21 +08:00
wonfen
e865a86eef
feat: Add persistent scroll position for proxy groups
2025-02-17 14:24:33 +08:00
wonfen
67ae10b593
perf: optimize node latency refresh rate for faster updates
2025-02-06 07:58:42 +08:00
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
Chenx Dust
aef96f0d27
feat: support mptcp and smux display ( #1995 )
...
Corresponding pull request in mihomo: https://github.com/MetaCubeX/mihomo/pull/1646
2024-11-16 01:35:22 +08:00
huzibaca
27a78af269
fix: syntax issues caused by upgrading mui5
2024-11-12 20:05:28 +08:00
huzibaca
fb2d138cbf
Revert "chore: global mode doesn't show proxy groups, use placeholder images instead"
...
This reverts commit 0edd63edb5 .
2024-10-24 07:44:21 +08:00
huzibaca
0edd63edb5
chore: global mode doesn't show proxy groups, use placeholder images instead
2024-10-24 07:30:30 +08:00
huzibaca
97b730668c
chore: update
2024-10-24 06:58:21 +08:00
huzibaca
26b8cf6d52
fix: proxy view display error
2024-10-24 06:54:27 +08:00
huzibaca
6cc81fe6b8
chore: update
2024-09-02 19:33:17 +08:00
MystiPanda
8faa0ce2c2
fix: use group testUrl
...
#1384
2024-07-18 15:04:55 +08:00
dongchengjie
9278e74e9e
fix: usage percent style
2024-07-07 18:08:02 +08:00
MystiPanda
8690b91632
chore: disable browser autocomplete
2024-07-07 11:16:59 +08:00
MystiPanda
c424e9dec8
chore: disable autocomplete
2024-07-02 19:02:05 +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
8bd8e149cf
chore: hide delay for preset outbound
2024-06-21 00:16:41 +08:00
dongchengjie
e70249cb2e
chore: missing locale
2024-06-11 16:19:25 +08:00
Sukka
2725322fd5
refactor: replace recoil ( #1137 )
2024-06-07 12:27:37 +08:00
oomeow
4b9b5e861f
perf: memoize the proxy col items ( #1029 )
2024-05-18 15:14:22 +08:00
dongchengjie
39aa1fa2a4
chore: hint for canceling fixed #840
2024-05-17 20:44:18 +08:00
dongchengjie
11e0f49ada
fix: minor glitches ( #900 )
...
* feat: show actual proxy name instead of proxy group when hovering on a group outbound
* fix: open empty edit form and save will cause `UID not found`
* chore: tauri.conf.json json schema
* chore: missing locales
2024-04-20 18:02:15 +08:00