mirror of
https://github.com/codexu/note-gen.git
synced 2026-04-25 21:05:55 +03:00
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#802
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/889
Author: @codexu
Created: 2/3/2026
Status: ✅ Merged
Merged: 2/3/2026
Merged by: @codexu
Base:
dev← Head:chat-history📝 Commits (5)
02e1753feat: 增加对话历史记录fc1044cfix: 没有信息时无法进行新对话ce74019feat: 历史记录样式5c475b3feat: 快速开始提示520adaefeat: 调整 placeholder 模型调用📊 Changes
24 files changed (+1256 additions, -159 deletions)
View changed files
📝
messages/en.json(+36 -10)📝
messages/ja.json(+25 -1)📝
messages/pt-BR.json(+25 -1)📝
messages/zh-TW.json(+25 -1)📝
messages/zh.json(+36 -10)📝
src/app/core/record/chat/chat-empty.tsx(+172 -70)📝
src/app/core/record/chat/chat-header.tsx(+5 -8)📝
src/app/core/record/chat/chat-input.tsx(+22 -5)📝
src/app/core/record/chat/chat-send.tsx(+2 -0)➕
src/app/core/record/chat/history-dropdown.tsx(+132 -0)➕
src/app/core/record/chat/new-chat.tsx(+24 -0)📝
src/app/core/setting/chat/toolbar-settings.tsx(+6 -12)📝
src/app/core/setting/components/default-models-settings.tsx(+14 -1)📝
src/app/core/setting/components/model-select.tsx(+6 -1)➕
src/app/core/setting/general/tool-settings.tsx(+14 -0)📝
src/app/mobile/chat/components/chat-tools-drawer.tsx(+2 -4)➕
src/app/mobile/chat/components/new-chat.tsx(+30 -0)📝
src/db/chats.ts(+35 -8)➕
src/db/conversations.ts(+206 -0)📝
src/db/index.ts(+4 -2)...and 4 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.