-
Notifications
You must be signed in to change notification settings - Fork 269
fix(checkbox): 列表模式切换选中态,布局错误 #3166
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
base: feat_v3.x
Are you sure you want to change the base?
Conversation
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including You can disable this status message by setting the Walkthrough本次提交主要涉及两个方面的改动。一处是在样式文件中,将原有的 Changes
Sequence Diagram(s)sequenceDiagram
participant Checkbox as Checkbox组件
participant IconRenderer as 图标渲染
participant LabelRenderer as 标签渲染
Checkbox->>IconRenderer: 调用 renderIcon()
IconRenderer->>View: 用 View 包裹图标
Checkbox->>LabelRenderer: 调用 renderLabel()
LabelRenderer->>Text: 用 Text 渲染标签
Assessment against linked issues
Possibly related PRs
Suggested reviewers
Poem
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## feat_v3.x #3166 +/- ##
=============================================
+ Coverage 87.18% 87.19% +0.01%
=============================================
Files 279 279
Lines 18537 18544 +7
Branches 2820 2822 +2
=============================================
+ Hits 16161 16170 +9
+ Misses 2371 2369 -2
Partials 5 5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Closes #3164
Summary by CodeRabbit