mirror of
https://github.com/codexu/note-gen.git
synced 2026-04-25 21:05:55 +03:00
[PR #10] [MERGED] feature: 全局搜索 #688
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#688
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/10
Author: @codexu
Created: 12/10/2024
Status: ✅ Merged
Merged: 12/10/2024
Merged by: @codexu
Base:
dev← Head:search📝 Commits (1)
5e2875ffeat: 全局搜索,可以模糊匹配到记录和文章内容,支持跳转📊 Changes
11 files changed (+275 additions, -22 deletions)
View changed files
📝
package.json(+2 -1)📝
pnpm-lock.yaml(+14 -5)📝
src/app/core/note/mark/control-text.tsx(+1 -1)➕
src/app/core/search/page.tsx(+81 -0)➕
src/app/core/search/search-item.tsx(+144 -0)➕
src/app/core/search/types.ts(+6 -0)📝
src/app/globals.scss(+4 -0)📝
src/app/layout.tsx(+0 -12)📝
src/components/app-sidebar.tsx(+1 -1)📝
src/components/tooltip-button.tsx(+2 -2)📝
src/stores/article.ts(+20 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.