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#769
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/718
Author: @codexu
Created: 10/21/2025
Status: ✅ Merged
Merged: 10/21/2025
Merged by: @codexu
Base:
dev← Head:refactor-tags📝 Commits (8)
80b9fa3feat: 标签由弹窗重构为折叠的方式87df277feat: 优化暂无记录的样式92c7373feat: 调整回收站样式597b5fcfeat: 写作使用记录也通过折叠进行区分47878d5feat: 支持拖拽排序(长按)c85c6bcfeat: 增加插入 mark 排序f5ebd15feat: 增加未展开标签透明度d526eb0refactor: tag 管理目录调整📊 Changes
15 files changed (+672 additions, -154 deletions)
View changed files
📝
README.md(+1 -5)📝
messages/en.json(+6 -1)📝
messages/ja.json(+6 -1)📝
messages/zh.json(+6 -1)📝
package.json(+3 -0)📝
pnpm-lock.yaml(+56 -0)📝
src/app/core/article/custom-toolbar/mark.tsx(+93 -15)📝
src/app/core/record/mark/index.tsx(+20 -12)📝
src/app/core/record/mark/mark-item.tsx(+1 -1)📝
src/app/core/record/mark/tag-item.tsx(+11 -5)➕
src/app/core/record/mark/tag-manage.tsx(+327 -0)➖
src/app/core/record/tag/index.tsx(+0 -104)📝
src/app/mobile/record/page.tsx(+1 -1)➕
src/components/ui/empty.tsx(+104 -0)📝
src/db/tags.ts(+37 -8)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.