mirror of
https://github.com/codexu/note-gen.git
synced 2026-04-25 21:05:55 +03:00
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#697
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/79
Author: @codexu
Created: 2/17/2025
Status: ✅ Merged
Merged: 2/17/2025
Merged by: @codexu
Base:
dev← Head:refactor-file-manager📝 Commits (10+)
5125630feat: 加载 article 下无限层次的文件d31d7c4fix: 多级嵌套时文件与文件夹的选择路径3e93a1cfeat: 计算多级嵌套文件夹展开状态e7e9aa0feat: 获取多层级文件夹下的 github 同步文件ec45bf6feat: 多层级下的本地和同步文件删除f3fb3bcfeat: 多层级文件重命名ae271d1fix: 首次未正确加载所有已展开的文件夹内的文件9f3e01cfix: 多层级文件无法正常创建f7f1837fix: 未配置 github 禁止发送请求0b8354ffeat: 支持无限层级的新建文件📊 Changes
10 files changed (+267 additions, -248 deletions)
View changed files
📝
src/app/core/article/custom-footer/sync-state.tsx(+1 -1)📝
src/app/core/article/file/file-item.tsx(+40 -113)📝
src/app/core/article/file/file-manager.tsx(+18 -16)📝
src/app/core/article/file/folder-item.tsx(+48 -42)📝
src/app/core/article/file/index.tsx(+2 -2)📝
src/app/core/setting/setting-template.tsx(+0 -1)📝
src/components/ui/sidebar.tsx(+1 -1)📝
src/lib/github.ts(+6 -0)➕
src/lib/path.ts(+41 -0)📝
src/stores/article.ts(+110 -72)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.