mirror of
https://github.com/codexu/note-gen.git
synced 2026-04-25 21:05:55 +03:00
[PR #12] [CLOSED] v0.5.6 #691
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#691
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/12
Author: @codexu
Created: 12/10/2024
Status: ❌ Closed
Base:
release← Head:dev📝 Commits (8)
f8c6556fix: 解决 windows 不兼容窗口焦点获取剪贴板的 bugbed7a42fix: 未开启同步和配置时,图床页面无法进入d8dac4afix: 设置页面导航未高亮5d5719afix: 版本号查询错误c5b1c35feat: 记录窗口状态,在下次打开时恢复之前的状态127b1cefeat: 全局搜索,可以模糊匹配到记录和文章内容,支持跳转92bc2b0release: v0.5.5165e827fix: useSearchParams() should be wrapped in a suspense boundary📊 Changes
24 files changed (+1317 additions, -946 deletions)
View changed files
📝
package.json(+3 -1)📝
pnpm-lock.yaml(+948 -895)📝
src-tauri/Cargo.lock(+17 -1)📝
src-tauri/Cargo.toml(+2 -1)📝
src-tauri/capabilities/desktop.json(+2 -1)📝
src-tauri/src/main.rs(+1 -0)📝
src-tauri/tauri.conf.json(+1 -1)➕
src/app/core/image/no-data.tsx(+25 -0)📝
src/app/core/image/page.tsx(+32 -11)📝
src/app/core/note/mark/clipboard-image.tsx(+4 -3)📝
src/app/core/note/mark/control-text.tsx(+1 -1)📝
src/app/core/note/tag/index.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/core/setting/page.tsx(+4 -2)📝
src/app/core/setting/setting-tab.tsx(+8 -1)📝
src/app/globals.scss(+4 -0)📝
src/app/layout.tsx(+2 -0)📝
src/app/page.tsx(+0 -1)...and 4 more files
📄 Description
Feature
Bug Fix
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.