Open
Conversation
- 移除照片编辑模块(PhotoEditor、editStore、后端 editor/colorspace 服务) - 移除旧布局系统(Layout、AppHeader、Toolbar、Sidebar、HomePage 等) - 新增 Shell 壳层组件(AppShell、TitleBar、CommandBar、BreadcrumbBar、StatusBar) - 新增树形导航面板(NavigationPane、NavTree) - 新增内容区域与 6 种视图模式(大/中/小图标、列表、详细、磁贴) - 新增预览窗格(PreviewPane、MetadataPanel) - 引入 Fluent UI 组件库,支持 light/dark 主题切换 - 扩展 navigationStore 为完整 Shell 状态管理,支持 debounce 持久化 - 扩展后端 settings 模型,新增 ShellSettings 和 WindowSettings - 增强 window_effects 原生窗口效果(Mica/Acrylic/Solid) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
@fluentui/react-components),支持 light/dark 主题改动规模
89 files changed, +10640 / -5449
Test plan
npm run test前端测试通过cd src-tauri && cargo test后端测试通过npm run lint无新增 lint 错误