[PR #718] [MERGED] refactor(#695): 重构标签管理,由弹窗改为折叠形式 #769

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

📋 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: devHead: refactor-tags


📝 Commits (8)

  • 80b9fa3 feat: 标签由弹窗重构为折叠的方式
  • 87df277 feat: 优化暂无记录的样式
  • 92c7373 feat: 调整回收站样式
  • 597b5fc feat: 写作使用记录也通过折叠进行区分
  • 47878d5 feat: 支持拖拽排序(长按)
  • c85c6bc feat: 增加插入 mark 排序
  • f5ebd15 feat: 增加未展开标签透明度
  • d526eb0 refactor: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/codexu/note-gen/pull/718 **Author:** [@codexu](https://github.com/codexu) **Created:** 10/21/2025 **Status:** ✅ Merged **Merged:** 10/21/2025 **Merged by:** [@codexu](https://github.com/codexu) **Base:** `dev` ← **Head:** `refactor-tags` --- ### 📝 Commits (8) - [`80b9fa3`](https://github.com/codexu/note-gen/commit/80b9fa3f0b424ebc6d9bb1f9ae2a43cbbc31e004) feat: 标签由弹窗重构为折叠的方式 - [`87df277`](https://github.com/codexu/note-gen/commit/87df277e810612034e0416807ff4a9f389826965) feat: 优化暂无记录的样式 - [`92c7373`](https://github.com/codexu/note-gen/commit/92c737303a453a5abdf5963f22d16bd66282dad8) feat: 调整回收站样式 - [`597b5fc`](https://github.com/codexu/note-gen/commit/597b5fc8789bd4c94a31c5043b4c6c31c5723fef) feat: 写作使用记录也通过折叠进行区分 - [`47878d5`](https://github.com/codexu/note-gen/commit/47878d57428142b101cff18c6817fe354707b689) feat: 支持拖拽排序(长按) - [`c85c6bc`](https://github.com/codexu/note-gen/commit/c85c6bc57c0a8dc359b51d4e72057f65d02b750b) feat: 增加插入 mark 排序 - [`f5ebd15`](https://github.com/codexu/note-gen/commit/f5ebd15a4a2683ffbd8b049a10af46f6d0cfef30) feat: 增加未展开标签透明度 - [`d526eb0`](https://github.com/codexu/note-gen/commit/d526eb0cc3d1c75f754b315be757278647ce4ac7) refactor: tag 管理目录调整 ### 📊 Changes **15 files changed** (+672 additions, -154 deletions) <details> <summary>View changed files</summary> 📝 `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) </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:39 +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#769
No description provided.