feat(settings): 优化系统设置界面并引入共享 Switch 组件 - #394
Draft
Loosand wants to merge 2 commits into
Draft
Conversation
…component - Introduced a new Switch component for better UI consistency. - Implemented a search input in the SettingsPage for filtering navigation items. - Updated translations for search placeholders and no results messages in both English and Chinese. - Enhanced the layout and styling of the SettingsPage for improved user experience.
feat(settings): add customizable search functionality and new switch …
Contributor
|
PR governance checks failed — this PR has been converted to draft.
Fix the items above, then click Ready for review to re-run the checks. |
StackCairn
marked this pull request as draft
August 8, 2026 07:48
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
关联 Issue
无
变更说明
优化桌面端与 Gateway WebUI 的系统设置体验。
Switch组件。变更范围
涉及模块:
agent-guiagent-gateway/web主要路径:
crates/agent-gui/src/pages/SettingsPage.tsxcrates/agent-gui/src/pages/settings/SystemSettingsForm.tsxcrates/agent-gui/src/components/ui/switch.tsxcrates/agent-gateway/web/src/pages/SettingsPage.tsxcrates/agent-gateway/web/src/pages/settings/SystemSettingsForm.tsxcrates/agent-gateway/web/src/components/ui/switch.tsx截图 / 运行预览
修改前
修改后
验证情况
提交前检查