-
-
Notifications
You must be signed in to change notification settings - Fork 161
feat: Circle support semantic structure #303
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Walkthrough本次变更主要将原有包名 Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant CircleComponent
participant SVGElements
User->>CircleComponent: 传入 classNames/styles 属性
CircleComponent->>SVGElements: 渲染 root/rail/track,合并默认与自定义 class/style
SVGElements-->>User: 呈现带自定义样式的进度环
Poem
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
.dumirc.tsOops! Something went wrong! :( ESLint: 8.57.1 ESLint couldn't find the config "prettier" to extend from. Please check that the name of the config is correct. The config "prettier" was referenced from the config file in "/.eslintrc.js". If you still have problems, please stop by https://eslint.org/chat/help to chat with the team. docs/examples/fast-progress.tsxOops! Something went wrong! :( ESLint: 8.57.1 ESLint couldn't find the config "prettier" to extend from. Please check that the name of the config is correct. The config "prettier" was referenced from the config file in "/.eslintrc.js". If you still have problems, please stop by https://eslint.org/chat/help to chat with the team. docs/examples/loading.tsxOops! Something went wrong! :( ESLint: 8.57.1 ESLint couldn't find the config "prettier" to extend from. Please check that the name of the config is correct. The config "prettier" was referenced from the config file in "/.eslintrc.js". If you still have problems, please stop by https://eslint.org/chat/help to chat with the team.
Tip ⚡💬 Agentic Chat (Pro Plan, General Availability)
📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (18)
💤 Files with no reviewable changes (1)
🧰 Additional context used🧬 Code Graph Analysis (1)src/Circle/index.tsx (1)
🪛 LanguageToolREADME.md[style] ~5-~5: Using many exclamation marks might seem excessive (in this case: 4 exclamation marks for a text that’s 1863 characters long) (EN_EXCESSIVE_EXCLAMATION) 🔇 Additional comments (34)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 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 @@
## master #303 +/- ##
==========================================
- Coverage 99.41% 99.38% -0.04%
==========================================
Files 8 7 -1
Lines 172 162 -10
Branches 52 51 -1
==========================================
- Hits 171 161 -10
Misses 1 1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
antd 中只用了 Circle,这里就先给 Circle 加了。
Note:另外 rc-progress 的 root 在 antd 里是 body,因为 antd 本身还有一个 indicator。
Summary by CodeRabbit
新功能
文档
测试
其他