[PR #8] [CLOSED] v0.5.2 #687

Closed
opened 2026-03-02 03:41:19 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/codexu/note-gen/pull/8
Author: @codexu
Created: 12/2/2024
Status: Closed

Base: devHead: release


📝 Commits (10+)

  • 6e92732 fix: 系统设置未正确加载
  • 6af351d feat: 删除文件
  • 14bb969 feat:文件重命名
  • 0b8514f feat: 右键选中文件
  • 4a1f817 feat: 查看原文件(在 Finder 或 Explorer 打开)
  • 4af722a fix: 重命名未设置焦点
  • 0881764 feat: 文件夹操作
  • f1117db feat: 文件拖拽转移
  • 219e762 feat: 文件拖拽至根目录
  • 93e94dc feat: 刷新文件树

📊 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

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/codexu/note-gen/pull/8 **Author:** [@codexu](https://github.com/codexu) **Created:** 12/2/2024 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `release` --- ### 📝 Commits (10+) - [`6e92732`](https://github.com/codexu/note-gen/commit/6e92732d7d7111a474867021e294763c20c050ad) fix: 系统设置未正确加载 - [`6af351d`](https://github.com/codexu/note-gen/commit/6af351dcb768d17f286d1961304345b97d4f8a77) feat: 删除文件 - [`14bb969`](https://github.com/codexu/note-gen/commit/14bb9697910dcd53c3e1927d541cbe74dfd2aad7) feat:文件重命名 - [`0b8514f`](https://github.com/codexu/note-gen/commit/0b8514f1100f5ef06f1fcd217bc910eedc3a6294) feat: 右键选中文件 - [`4a1f817`](https://github.com/codexu/note-gen/commit/4a1f81746ecf80affec6409caa0e6e1735e2a75a) feat: 查看原文件(在 Finder 或 Explorer 打开) - [`4af722a`](https://github.com/codexu/note-gen/commit/4af722aa9c97f56768644971f3136116a5d9ae31) fix: 重命名未设置焦点 - [`0881764`](https://github.com/codexu/note-gen/commit/088176481fffb28edd2eea2c724f91b8602d40c6) feat: 文件夹操作 - [`f1117db`](https://github.com/codexu/note-gen/commit/f1117db12fb6ac0b6ff8191ddf357f8edd61f1ee) feat: 文件拖拽转移 - [`219e762`](https://github.com/codexu/note-gen/commit/219e762b98fafb5520416f4c687beb5f30cc3b21) feat: 文件拖拽至根目录 - [`93e94dc`](https://github.com/codexu/note-gen/commit/93e94dc59b49f9d6af09134431e7226f94200c5b) feat: 刷新文件树 ### 📊 Changes **17 files changed** (+415 additions, -62 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 03:41:19 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/note-gen#687
No description provided.