mirror of
https://github.com/codexu/note-gen.git
synced 2026-04-25 12:55:57 +03:00
[PR #196] [MERGED] refactor: 重构 AI 对话页面布局,增加对话工具栏 #705
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#705
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/196
Author: @codexu
Created: 5/16/2025
Status: ✅ Merged
Merged: 5/16/2025
Merged by: @codexu
Base:
dev← Head:chat-ui📝 Commits (8)
39fbb6estyle: 💄重做输入框样式,功能移至底部218c272fix: 修复 turbopack 导致 markdown-it isSpace 报错a2b8a5cfeat: 清除上下文b2049e9feat: 面具重命名为 Prompt4abcf90feat: 新建标签对话、删除标签对话fd8c757feat: AI 对话目标语言选择a77654bfeat: 禁止删除默认标签52f7e88perf: 👌 优化 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.