-
Notifications
You must be signed in to change notification settings - Fork 384
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: ai native left panel supports large size #3828
Conversation
This PR was not deployed automatically as @wangxiaojuan does not have access to the Railway project. In order to get automatic PR deploys, please add @wangxiaojuan to the project inside the project settings page. |
Walkthrough在本次更改中, Changes
Tip AI model upgrade
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- packages/ai-native/src/browser/layout/ai-layout.tsx (1 hunks)
Additional comments not posted (1)
packages/ai-native/src/browser/layout/ai-layout.tsx (1)
Line range hint
18-18
: 确认删除maxResize
属性的影响删除
maxResize
属性可能会影响SplitPanel
的调整大小行为。请确保此更改不会对用户体验产生负面影响。
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3828 +/- ##
=======================================
Coverage 55.06% 55.06%
=======================================
Files 1553 1553
Lines 94634 94634
Branches 19375 19375
=======================================
Hits 52106 52106
Misses 35331 35331
Partials 7197 7197
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Types
Background or solution
Changelog
Fix: AI Native Left面板在搜索内容比较长的情况下没办法拖拽到大尺寸
Summary by CodeRabbit
AILayout
组件中SplitPanel
的maxResize
属性,影响了调整大小的行为。