[PR #859] [MERGED] feat: 优化移动端界面布局 #798

Closed
opened 2026-03-02 03:41:46 +03:00 by kerem · 0 comments
Owner

📋 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: devHead: refactor-mobile-settings


📝 Commits (4)

  • 0aa9c79 feat: 移动端增加 skills 配置页面
  • 1040f3b feat: 优化移动端设置布局
  • 70bc8a0 feat: 移动端 dialog 组件改为 drawer 展示
  • 272c91c fix(#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.

## 📋 Pull Request Information **Original PR:** https://github.com/codexu/note-gen/pull/859 **Author:** [@codexu](https://github.com/codexu) **Created:** 1/20/2026 **Status:** ✅ Merged **Merged:** 1/20/2026 **Merged by:** [@codexu](https://github.com/codexu) **Base:** `dev` ← **Head:** `refactor-mobile-settings` --- ### 📝 Commits (4) - [`0aa9c79`](https://github.com/codexu/note-gen/commit/0aa9c79c1d9da6c596b8b8a8f7208b84043a415d) feat: 移动端增加 skills 配置页面 - [`1040f3b`](https://github.com/codexu/note-gen/commit/1040f3b1b261668a9ccee624b3cb1bb4142415fb) feat: 优化移动端设置布局 - [`70bc8a0`](https://github.com/codexu/note-gen/commit/70bc8a025f55387db9c6d64bdac62d217e8a8dc8) feat: 移动端 dialog 组件改为 drawer 展示 - [`272c91c`](https://github.com/codexu/note-gen/commit/272c91c90bc78cea235bfc734b6468c7ee358dd8) fix(#725): 调整 MCP 选择工具布局,避免参数过长导致勾选无法展示 ### 📊 Changes **19 files changed** (+1195 additions, -484 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 03:41:46 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/note-gen#798
No description provided.