[PR #871] [MERGED] feat: 增加待办记录工具 #799

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

📋 Pull Request Information

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

Base: devHead: todo


📝 Commits (2)

📊 Changes

20 files changed (+975 additions, -9 deletions)

View changed files

📝 messages/en.json (+31 -1)
📝 messages/ja.json (+25 -1)
📝 messages/pt-BR.json (+25 -1)
📝 messages/zh-TW.json (+31 -1)
📝 messages/zh.json (+25 -1)
📝 package.json (+3 -0)
📝 pnpm-lock.yaml (+46 -0)
src/app/core/record/mark/control-todo.tsx (+172 -0)
📝 src/app/core/record/mark/mark-header.tsx (+3 -0)
📝 src/app/core/record/mark/mark-item.tsx (+3 -0)
src/app/core/record/mark/todo-edit-dialog.tsx (+159 -0)
src/app/core/record/mark/todo-form.tsx (+114 -0)
src/app/core/record/mark/todo-item-content.tsx (+222 -0)
📝 src/app/core/setting/general/tool-settings/record-toolbar-dialog.tsx (+3 -1)
📝 src/app/globals.css (+2 -1)
📝 src/components/title-bar.tsx (+3 -0)
📝 src/components/ui/button.tsx (+1 -1)
src/components/ui/calendar.tsx (+81 -0)
📝 src/db/marks.ts (+1 -1)
📝 src/stores/setting.ts (+25 -0)

📄 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/871 **Author:** [@codexu](https://github.com/codexu) **Created:** 1/29/2026 **Status:** ✅ Merged **Merged:** 1/29/2026 **Merged by:** [@codexu](https://github.com/codexu) **Base:** `dev` ← **Head:** `todo` --- ### 📝 Commits (2) - [`a766a94`](https://github.com/codexu/note-gen/commit/a766a94403b3bf4d391b4d03a3fed821c19a88c4) feat: 增加待办记录 - [`3f609b3`](https://github.com/codexu/note-gen/commit/3f609b3d27b48a01ed18253b88d5e353812a6e52) feat: 可编辑待办 ### 📊 Changes **20 files changed** (+975 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `messages/en.json` (+31 -1) 📝 `messages/ja.json` (+25 -1) 📝 `messages/pt-BR.json` (+25 -1) 📝 `messages/zh-TW.json` (+31 -1) 📝 `messages/zh.json` (+25 -1) 📝 `package.json` (+3 -0) 📝 `pnpm-lock.yaml` (+46 -0) ➕ `src/app/core/record/mark/control-todo.tsx` (+172 -0) 📝 `src/app/core/record/mark/mark-header.tsx` (+3 -0) 📝 `src/app/core/record/mark/mark-item.tsx` (+3 -0) ➕ `src/app/core/record/mark/todo-edit-dialog.tsx` (+159 -0) ➕ `src/app/core/record/mark/todo-form.tsx` (+114 -0) ➕ `src/app/core/record/mark/todo-item-content.tsx` (+222 -0) 📝 `src/app/core/setting/general/tool-settings/record-toolbar-dialog.tsx` (+3 -1) 📝 `src/app/globals.css` (+2 -1) 📝 `src/components/title-bar.tsx` (+3 -0) 📝 `src/components/ui/button.tsx` (+1 -1) ➕ `src/components/ui/calendar.tsx` (+81 -0) 📝 `src/db/marks.ts` (+1 -1) 📝 `src/stores/setting.ts` (+25 -0) </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:47 +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#799
No description provided.