mirror of
https://github.com/codexu/note-gen.git
synced 2026-04-25 12:55:57 +03:00
[PR #7] [MERGED] v0.5.2 #685
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#685
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/7
Author: @codexu
Created: 12/2/2024
Status: ✅ Merged
Merged: 12/2/2024
Merged by: @codexu
Base:
release← Head:dev📝 Commits (10+)
4558c76fix: 系统设置未正确加载5353261feat: 删除文件91afcbffeat:文件重命名166678afeat: 右键选中文件5bf2ceefeat: 查看原文件(在 Finder 或 Explorer 打开)f318bf5fix: 重命名未设置焦点04782c1feat: 文件夹操作0e00a06feat: 文件拖拽转移f8a4a10feat: 文件拖拽至根目录7eb1117feat: 刷新文件树📊 Changes
17 files changed (+415 additions, -62 deletions)
View changed files
📝
src-tauri/Cargo.lock(+1 -1)📝
src-tauri/Cargo.toml(+1 -1)📝
src-tauri/capabilities/default.json(+2 -1)📝
src-tauri/src/main.rs(+3 -1)➕
src-tauri/src/showfile.rs(+52 -0)📝
src-tauri/tauri.conf.json(+3 -2)➕
src/app/core/article/file/file-item.tsx(+113 -0)📝
src/app/core/article/file/file-manager.tsx(+56 -36)📝
src/app/core/article/file/file-toolbar.tsx(+4 -7)➕
src/app/core/article/file/folder-item.tsx(+129 -0)📝
src/app/core/layout.tsx(+2 -0)📝
src/app/core/note/mark/mark-item.tsx(+10 -2)📝
src/app/core/note/note/note-history.tsx(+0 -1)📝
src/app/core/setting/page.tsx(+4 -2)📝
src/app/globals.css(+11 -1)📝
src/components/ui/sidebar.tsx(+1 -1)📝
src/stores/article.ts(+23 -6)📄 Description
文章文件管理器:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.