mirror of
https://github.com/codexu/note-gen.git
synced 2026-04-25 21:05:55 +03:00
[PR #719] [MERGED] refactor: 重做全局搜索,支持记录与写作、快捷键 #770
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#770
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/719
Author: @codexu
Created: 10/21/2025
Status: ✅ Merged
Merged: 10/21/2025
Merged by: @codexu
Base:
dev← Head:refactor-search📝 Commits (3)
6bf8bd9refactor: 由页面搜索改为全局弹窗搜索,支持快捷键d7eca8bfix: 修复无法搜索 mark 的问题2cca13fstyle: 调整搜索框样式📊 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.