[PR #196] [MERGED] refactor: 重构 AI 对话页面布局,增加对话工具栏 #705

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

📋 Pull Request Information

Original PR: https://github.com/codexu/note-gen/pull/196
Author: @codexu
Created: 5/16/2025
Status: Merged
Merged: 5/16/2025
Merged by: @codexu

Base: devHead: chat-ui


📝 Commits (8)

  • 39fbb6e style: 💄重做输入框样式,功能移至底部
  • 218c272 fix: 修复 turbopack 导致 markdown-it isSpace 报错
  • a2b8a5c feat: 清除上下文
  • b2049e9 feat: 面具重命名为 Prompt
  • 4abcf90 feat: 新建标签对话、删除标签对话
  • fd8c757 feat: AI 对话目标语言选择
  • a77654b feat: 禁止删除默认标签
  • 52f7e88 perf: 👌 优化 AI 对话 滚动底部逻辑

📊 Changes

28 files changed (+821 additions, -302 deletions)

View changed files

📝 README.md (+1 -1)
📝 docs/en/guide.md (+1 -1)
📝 docs/ja/guide.md (+1 -1)
📝 docs/zh/guide.md (+1 -1)
📝 messages/en.json (+23 -1)
📝 messages/ja.json (+106 -84)
📝 messages/zh.json (+41 -15)
📝 package.json (+3 -3)
📝 src/app/core/record/chat/chat-content.tsx (+31 -7)
📝 src/app/core/record/chat/chat-header.tsx (+18 -28)
📝 src/app/core/record/chat/chat-input.tsx (+95 -61)
src/app/core/record/chat/chat-language.tsx (+125 -0)
📝 src/app/core/record/chat/chat-link.tsx (+10 -8)
📝 src/app/core/record/chat/chat-preview.tsx (+4 -1)
src/app/core/record/chat/clear-chat.tsx (+21 -0)
src/app/core/record/chat/clear-context.tsx (+36 -0)
📝 src/app/core/record/chat/mark-gen.tsx (+1 -1)
📝 src/app/core/record/chat/model-select.tsx (+61 -39)
src/app/core/record/chat/new-chat.tsx (+72 -0)
📝 src/app/core/record/chat/prompt-select.tsx (+47 -29)

...and 8 more files

📄 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/196 **Author:** [@codexu](https://github.com/codexu) **Created:** 5/16/2025 **Status:** ✅ Merged **Merged:** 5/16/2025 **Merged by:** [@codexu](https://github.com/codexu) **Base:** `dev` ← **Head:** `chat-ui` --- ### 📝 Commits (8) - [`39fbb6e`](https://github.com/codexu/note-gen/commit/39fbb6ece711f2eac8c500c33865b8c12d7e9e97) style: 💄重做输入框样式,功能移至底部 - [`218c272`](https://github.com/codexu/note-gen/commit/218c272511d7545e3b3ef3f43c7761b4daf306a7) fix: 修复 turbopack 导致 markdown-it isSpace 报错 - [`a2b8a5c`](https://github.com/codexu/note-gen/commit/a2b8a5c9dc9e2e44aa34dc0555271dfefd2a336e) feat: 清除上下文 - [`b2049e9`](https://github.com/codexu/note-gen/commit/b2049e917864a6b798a61a34ec206c3d0ff2af0e) feat: 面具重命名为 Prompt - [`4abcf90`](https://github.com/codexu/note-gen/commit/4abcf90aa8c30f1450724fd15e53f1bd2971998c) feat: 新建标签对话、删除标签对话 - [`fd8c757`](https://github.com/codexu/note-gen/commit/fd8c757404434ba7b62a5d517040f42b470a0e45) feat: AI 对话目标语言选择 - [`a77654b`](https://github.com/codexu/note-gen/commit/a77654b72fd45135da3a5c29ce796637fc804a61) feat: 禁止删除默认标签 - [`52f7e88`](https://github.com/codexu/note-gen/commit/52f7e88bd7f07da50c28de41a3df91dad646f72a) perf: 👌 优化 AI 对话 滚动底部逻辑 ### 📊 Changes **28 files changed** (+821 additions, -302 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) 📝 `docs/en/guide.md` (+1 -1) 📝 `docs/ja/guide.md` (+1 -1) 📝 `docs/zh/guide.md` (+1 -1) 📝 `messages/en.json` (+23 -1) 📝 `messages/ja.json` (+106 -84) 📝 `messages/zh.json` (+41 -15) 📝 `package.json` (+3 -3) 📝 `src/app/core/record/chat/chat-content.tsx` (+31 -7) 📝 `src/app/core/record/chat/chat-header.tsx` (+18 -28) 📝 `src/app/core/record/chat/chat-input.tsx` (+95 -61) ➕ `src/app/core/record/chat/chat-language.tsx` (+125 -0) 📝 `src/app/core/record/chat/chat-link.tsx` (+10 -8) 📝 `src/app/core/record/chat/chat-preview.tsx` (+4 -1) ➕ `src/app/core/record/chat/clear-chat.tsx` (+21 -0) ➕ `src/app/core/record/chat/clear-context.tsx` (+36 -0) 📝 `src/app/core/record/chat/mark-gen.tsx` (+1 -1) 📝 `src/app/core/record/chat/model-select.tsx` (+61 -39) ➕ `src/app/core/record/chat/new-chat.tsx` (+72 -0) 📝 `src/app/core/record/chat/prompt-select.tsx` (+47 -29) _...and 8 more files_ </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:24 +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#705
No description provided.