-
-
Notifications
You must be signed in to change notification settings - Fork 234
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
feat: improve accessibility #775
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Walkthrough该提交主要针对 Tab 导航组件的无障碍支持进行优化。具体来说,在 Changes
Assessment against linked issues
Possibly related PRs
Suggested reviewers
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 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 (
|
@afc163 大佬有空瞅瞅 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #775 +/- ##
=======================================
Coverage 98.96% 98.96%
=======================================
Files 18 18
Lines 774 774
Branches 224 220 -4
=======================================
Hits 766 766
Misses 8 8 ☔ View full report in Codecov by Sentry. |
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: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (2)
tests/__snapshots__/index.test.tsx.snap
is excluded by!**/*.snap
tests/__snapshots__/overflow.test.tsx.snap
is excluded by!**/*.snap
📒 Files selected for processing (3)
src/TabNavList/AddButton.tsx
(1 hunks)src/TabNavList/OperationNode.tsx
(0 hunks)src/TabNavList/TabNode.tsx
(1 hunks)
💤 Files with no reviewable changes (1)
- src/TabNavList/OperationNode.tsx
✅ Files skipped from review due to trivial changes (1)
- src/TabNavList/TabNode.tsx
…ons" This reverts commit 4c68273.
close ant-design/ant-design#52127

顺便修了一下a11y demo test error
Summary by CodeRabbit