v0.80.0#1101
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
同时修复CommandButton组件中点击命令按钮后编辑器未自动聚焦的问题
…nification Major changes: 1. Add a web atelier theme token system to replace the old theme scheme 2. Replace with CSS variable style globally to unify theme color and font 3. Update all page component styles to adapt to the new theme system 4. Refactoring editor related styles and configurations 5. Update content layer configuration and multilingual resources 6. Unify brand logo and navigation bar style 7. Fix multiple detail style problems
1. 新增输入法组合状态标记,避免输入过程中触发校验和提交 2. 移除冗余的blur事件监听,改用组件props绑定onBlur 3. 更新mock配置文件中的版本号和主页链接,移除多余的编辑器默认配置 4. 修复回车创建文件时输入法未结束的误触发问题
- 新增FlowyText组件实现带逐帧动画的品牌LOGO - 调整HeroTitle的字体粗细和对齐方式适配新LOGO - 为LOGO添加了视口触发的绘制动画和发光效果
…f not supporting files 1. Remove the global file type white list and change it to run time detection of text files 2. Add multilingual unsupported document details copy and feedback link 3. Reconstruct the file reading logic to simplify the calling process 4. Update dependent version and build configuration 5. Repair log output and window creation logic
…d fix the null problem 1. Add the zens module mock file for testing, simulating common UI components and tool functions 2. Add alias mapping to the zens module in the vitest configuration, pointing to the mock file 3. Fix the problem that the front mode attribute in the codemirror extension may be undefined. The default setting is false
…d fix the null problem 1. Add the zens module mock file for testing, simulating common UI components and tool functions 2. Add alias mapping to the zens module in the vitest configuration, pointing to the mock file 3. Fix the problem that the front mode attribute in the codemirror extension may be undefined. The default setting is false factor: sort out the code and extract the public logic, and add multiple function modules 1. Detach the keyboard navigation logic of the flash menu to simplify the code 2. Reconstruct the style of dark theme and simplify redundant margin/padding configuration 3. Optimize the code mirror editor configuration item transmission logic 4. Add the useGitHubSettings hook and reconstruct the GitHub settings page 5. Add the useAuthForm hook and reconstruct the authentication page logic 6. Add editor toolbar component and reuse toolbar code 7. Extract the desktop image processing logic as an independent module 8. Extract the workspace status management as useWorkspaceState hook, and reconstruct the workspace page 9. Streamline desktop editor configuration and reuse extracted image processing logic
…d fix the null problem 1. Add the zens module mock file for testing, simulating common UI components and tool functions 2. Add alias mapping to the zens module in the vitest configuration, pointing to the mock file 3. Fix the problem that the front mode attribute in the codemirror extension may be undefined. The default setting is false factor: sort out the code and extract the public logic, and add multiple function modules 1. Detach the keyboard navigation logic of the flash menu to simplify the code 2. Reconstruct the style of dark theme and simplify redundant margin/padding configuration 3. Optimize the code mirror editor configuration item transmission logic 4. Add the useGitHubSettings hook and reconstruct the GitHub settings page 5. Add the useAuthForm hook and reconstruct the authentication page logic 6. Add editor toolbar component and reuse toolbar code 7. Extract the desktop image processing logic as an independent module 8. Extract the workspace status management as useWorkspaceState hook, and reconstruct the workspace page 9. Streamline desktop editor configuration and reuse extracted image processing logic
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
How did you test this change?