mirror of
https://github.com/codexu/note-gen.git
synced 2026-04-25 21:05:55 +03:00
[PR #795] [MERGED] refactor: 重构界面布局,整合写作与记录页面 #782
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#782
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/795
Author: @codexu
Created: 12/12/2025
Status: ✅ Merged
Merged: 12/12/2025
Merged by: @codexu
Base:
dev← Head:custom-title-bar📝 Commits (10+)
ffba9cdfeat: 创建自定义 titlebara883190feat: 移除侧边栏,转移至 titlebar7590223feat: Windows 支持自定义 titlebarcea576ffeat: 兼容 MacOSd45286aAdd window management and app setup modules for system tray functionalityced31cbfeat: Optimize window event handling with platform-specific implementations47f1c3cfeat: Refactor title bar navigation to use centered tabs layout807e3cafeat: Adjust note sidebar width constraints and remove border styling2422e93feat: Add sidebar toggle translations and update i18n files across multiple languages5f75f04feat: Implement collapsible sidebar panels with imperative control and size constraints📊 Changes
55 files changed (+3019 additions, -2028 deletions)
View changed files
➕
TITLEBAR_CHANGES.md(+81 -0)📝
messages/en.json(+7 -1)📝
messages/ja.json(+169 -2)📝
messages/pt-BR.json(+10 -4)📝
messages/zh-TW.json(+1353 -1347)📝
messages/zh.json(+9 -2)📝
src-tauri/capabilities/default.json(+2 -0)📝
src-tauri/src/app_setup.rs(+10 -0)📝
src-tauri/src/main.rs(+3 -4)📝
src-tauri/src/window.rs(+21 -10)📝
src-tauri/tauri.conf.json(+11 -10)➕
src/app/core/article/file/file-actions.tsx(+144 -0)➕
src/app/core/article/file/file-footer.tsx(+159 -0)📝
src/app/core/article/file/file-manager.tsx(+12 -20)📝
src/app/core/article/file/file-toolbar.tsx(+20 -212)📝
src/app/core/article/file/index.tsx(+3 -5)📝
src/app/core/article/md-editor.tsx(+110 -4)➖
src/app/core/article/page.tsx(+0 -44)📝
src/app/core/article/toolbar.config.ts(+74 -7)📝
src/app/core/image/page.tsx(+1 -1)...and 35 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.