[PR #833] [MERGED] refactor: 重构移动端对话框工具栏样式,分组整合工具 #791

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

📋 Pull Request Information

Original PR: https://github.com/codexu/note-gen/pull/833
Author: @codexu
Created: 1/8/2026
Status: Merged
Merged: 1/8/2026
Merged by: @codexu

Base: devHead: refactor-mobile-chat


📝 Commits (4)

  • 1197030 refactor: 重新设计移动端对话工具栏
  • f222ee8 feat: 优化移动端对话工具栏交互,支持相册和相机独立选择
  • 3a4949b refactor: 移除未使用的对话组件和优化界面布局
  • 16494a9 i18n: 添加清除上下文和清空对话的多语言翻译,优化移动端工具抽屉布局

📊 Changes

39 files changed (+950 additions, -2172 deletions)

View changed files

📝 messages/en.json (+24 -0)
📝 messages/ja.json (+24 -0)
📝 messages/pt-BR.json (+24 -0)
📝 messages/zh-TW.json (+24 -0)
📝 messages/zh.json (+24 -0)
src/app/core/image/folder-card.tsx (+0 -25)
src/app/core/image/image-card.tsx (+0 -124)
src/app/core/image/image-header.tsx (+0 -92)
src/app/core/image/no-data.tsx (+0 -24)
src/app/core/image/page.tsx (+0 -174)
src/app/core/record/chat/agent-confirmation-dialog.tsx (+0 -74)
src/app/core/record/chat/agent-inline-confirmation.tsx (+0 -97)
src/app/core/record/chat/agent-status.tsx (+0 -114)
📝 src/app/core/record/chat/chat-empty.tsx (+2 -2)
📝 src/app/core/record/chat/chat-input.tsx (+67 -53)
src/app/core/record/chat/chat-placeholder.tsx (+0 -37)
src/app/core/record/chat/image-selector.tsx (+0 -227)
src/app/core/record/chat/input-mode-select.tsx (+0 -55)
src/app/core/record/chat/mark-gen.tsx (+0 -287)
src/app/core/record/chat/new-chat.tsx (+0 -72)

...and 19 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/833 **Author:** [@codexu](https://github.com/codexu) **Created:** 1/8/2026 **Status:** ✅ Merged **Merged:** 1/8/2026 **Merged by:** [@codexu](https://github.com/codexu) **Base:** `dev` ← **Head:** `refactor-mobile-chat` --- ### 📝 Commits (4) - [`1197030`](https://github.com/codexu/note-gen/commit/11970300c20e61484b7462ce43874d9f5858a65c) refactor: 重新设计移动端对话工具栏 - [`f222ee8`](https://github.com/codexu/note-gen/commit/f222ee80b23d552479c7748994b22366acfdf8b7) feat: 优化移动端对话工具栏交互,支持相册和相机独立选择 - [`3a4949b`](https://github.com/codexu/note-gen/commit/3a4949be21704003350dbdd905e13109ac236f03) refactor: 移除未使用的对话组件和优化界面布局 - [`16494a9`](https://github.com/codexu/note-gen/commit/16494a9e4503ae20c08debcc5b655e4eaaef0a10) i18n: 添加清除上下文和清空对话的多语言翻译,优化移动端工具抽屉布局 ### 📊 Changes **39 files changed** (+950 additions, -2172 deletions) <details> <summary>View changed files</summary> 📝 `messages/en.json` (+24 -0) 📝 `messages/ja.json` (+24 -0) 📝 `messages/pt-BR.json` (+24 -0) 📝 `messages/zh-TW.json` (+24 -0) 📝 `messages/zh.json` (+24 -0) ➖ `src/app/core/image/folder-card.tsx` (+0 -25) ➖ `src/app/core/image/image-card.tsx` (+0 -124) ➖ `src/app/core/image/image-header.tsx` (+0 -92) ➖ `src/app/core/image/no-data.tsx` (+0 -24) ➖ `src/app/core/image/page.tsx` (+0 -174) ➖ `src/app/core/record/chat/agent-confirmation-dialog.tsx` (+0 -74) ➖ `src/app/core/record/chat/agent-inline-confirmation.tsx` (+0 -97) ➖ `src/app/core/record/chat/agent-status.tsx` (+0 -114) 📝 `src/app/core/record/chat/chat-empty.tsx` (+2 -2) 📝 `src/app/core/record/chat/chat-input.tsx` (+67 -53) ➖ `src/app/core/record/chat/chat-placeholder.tsx` (+0 -37) ➖ `src/app/core/record/chat/image-selector.tsx` (+0 -227) ➖ `src/app/core/record/chat/input-mode-select.tsx` (+0 -55) ➖ `src/app/core/record/chat/mark-gen.tsx` (+0 -287) ➖ `src/app/core/record/chat/new-chat.tsx` (+0 -72) _...and 19 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:45 +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#791
No description provided.