[PR #719] [MERGED] refactor: 重做全局搜索,支持记录与写作、快捷键 #770

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

📋 Pull Request Information

Original PR: https://github.com/codexu/note-gen/pull/719
Author: @codexu
Created: 10/21/2025
Status: Merged
Merged: 10/21/2025
Merged by: @codexu

Base: devHead: refactor-search


📝 Commits (3)

  • 6bf8bd9 refactor: 由页面搜索改为全局弹窗搜索,支持快捷键
  • d7eca8b fix: 修复无法搜索 mark 的问题
  • 2cca13f style: 调整搜索框样式

📊 Changes

12 files changed (+306 additions, -250 deletions)

View changed files

📝 messages/en.json (+1 -0)
📝 messages/ja.json (+1 -0)
📝 messages/zh.json (+1 -0)
📝 src/app/core/layout.tsx (+13 -3)
📝 src/app/core/record/mark/tag-manage.tsx (+18 -0)
src/app/core/search/page.tsx (+0 -114)
src/app/core/search/search-item.tsx (+0 -118)
src/app/core/search/types.ts (+0 -14)
📝 src/components/app-sidebar.tsx (+11 -1)
src/components/search-dialog.tsx (+255 -0)
📝 src/config/emitters.ts (+4 -0)
📝 src/lib/fuzzy-search.ts (+2 -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/719 **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-search` --- ### 📝 Commits (3) - [`6bf8bd9`](https://github.com/codexu/note-gen/commit/6bf8bd9b6eec49c7d1cd7617bbf2439b8d03b581) refactor: 由页面搜索改为全局弹窗搜索,支持快捷键 - [`d7eca8b`](https://github.com/codexu/note-gen/commit/d7eca8bd0b4ac128f9b6e56aa45f1957dce62b09) fix: 修复无法搜索 mark 的问题 - [`2cca13f`](https://github.com/codexu/note-gen/commit/2cca13f2f43e528d81630d63f8743bd6a21a7c42) style: 调整搜索框样式 ### 📊 Changes **12 files changed** (+306 additions, -250 deletions) <details> <summary>View changed files</summary> 📝 `messages/en.json` (+1 -0) 📝 `messages/ja.json` (+1 -0) 📝 `messages/zh.json` (+1 -0) 📝 `src/app/core/layout.tsx` (+13 -3) 📝 `src/app/core/record/mark/tag-manage.tsx` (+18 -0) ➖ `src/app/core/search/page.tsx` (+0 -114) ➖ `src/app/core/search/search-item.tsx` (+0 -118) ➖ `src/app/core/search/types.ts` (+0 -14) 📝 `src/components/app-sidebar.tsx` (+11 -1) ➕ `src/components/search-dialog.tsx` (+255 -0) 📝 `src/config/emitters.ts` (+4 -0) 📝 `src/lib/fuzzy-search.ts` (+2 -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:40 +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#770
No description provided.