mirror of
https://github.com/codexu/note-gen.git
synced 2026-04-25 21:05:55 +03:00
[PR #871] [MERGED] feat: 增加待办记录工具 #799
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#799
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/871
Author: @codexu
Created: 1/29/2026
Status: ✅ Merged
Merged: 1/29/2026
Merged by: @codexu
Base:
dev← Head:todo📝 Commits (2)
a766a94feat: 增加待办记录3f609b3feat: 可编辑待办📊 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.