mirror of
https://github.com/codexu/note-gen.git
synced 2026-04-25 12:55:57 +03:00
[PR #859] [MERGED] feat: 优化移动端界面布局 #798
Labels
No labels
bug
duplicate
feature
platform: Android
platform: Linux
platform: Windows
platform: iOS
platform: macOS
priority: high
priority: low
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/note-gen#798
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/codexu/note-gen/pull/859
Author: @codexu
Created: 1/20/2026
Status: ✅ Merged
Merged: 1/20/2026
Merged by: @codexu
Base:
dev← Head:refactor-mobile-settings📝 Commits (4)
0aa9c79feat: 移动端增加 skills 配置页面1040f3bfeat: 优化移动端设置布局70bc8a0feat: 移动端 dialog 组件改为 drawer 展示272c91cfix(#725): 调整 MCP 选择工具布局,避免参数过长导致勾选无法展示📊 Changes
19 files changed (+1195 additions, -484 deletions)
View changed files
📝
src/app/core/record/chat/mcp-button.tsx(+3 -3)📝
src/app/core/record/mark/control-link.tsx(+81 -31)📝
src/app/core/record/mark/control-text.tsx(+55 -18)📝
src/app/core/setting/components/model-select.tsx(+1 -1)📝
src/app/core/setting/dev/setting-dev.tsx(+1 -1)📝
src/app/core/setting/imageMethod/vlm.tsx(+1 -1)📝
src/app/core/setting/mcp/json-import-dialog.tsx(+102 -39)📝
src/app/core/setting/mcp/server-config-dialog.tsx(+251 -111)📝
src/app/core/setting/mcp/server-list.tsx(+2 -2)📝
src/app/core/setting/prompt/setting-prompt.tsx(+131 -52)📝
src/app/core/setting/rag/model-setting.tsx(+1 -1)📝
src/app/core/setting/rag/settings.tsx(+4 -4)📝
src/app/core/setting/skills/components/global-skills-manager.tsx(+1 -1)📝
src/app/core/setting/template/setting-template.tsx(+250 -90)📝
src/app/mobile/chat/components/chat-tools-drawer.tsx(+1 -1)📝
src/app/mobile/chat/components/mcp-selector.tsx(+120 -56)➕
src/app/mobile/setting/pages/skills/page.tsx(+27 -0)📝
src/components/sync-confirm-dialog.tsx(+161 -70)📝
src/components/ui/item.tsx(+2 -2)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.