-
-
Notifications
You must be signed in to change notification settings - Fork 13.2k
💄 style: fix sub topic width in md responsive #8443
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: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Reviewer's GuideThe pull request refines the PortalPanel width logic to prevent sub-topic overflow on small screens by incorporating the md breakpoint into the minWidth calculation. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Thank you for raising your pull request and contributing to our Community |
TestGru AssignmentSummary
Tip You can |
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.
Hey @ONLY-yours - I've reviewed your changes - here's some feedback:
- Consider extracting the combined showArtifactUI/showToolUI/showThread && md check into a named variable or helper to improve readability of the minWidth expression.
- Add a brief inline comment explaining the purpose of the md flag in determining minWidth so future maintainers understand why tool UI width only applies on medium screens.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- Consider extracting the combined showArtifactUI/showToolUI/showThread && md check into a named variable or helper to improve readability of the minWidth expression.
- Add a brief inline comment explaining the purpose of the md flag in determining minWidth so future maintainers understand why tool UI width only applies on medium screens.
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8443 +/- ##
=======================================
Coverage 85.49% 85.49%
=======================================
Files 903 903
Lines 68224 68224
Branches 6252 6252
=======================================
Hits 58331 58331
Misses 9893 9893
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
💻 变更类型 | Change Type
修复小屏幕下 子 topic 的最小宽度不正确的问题
🔀 变更说明 | Description of Change
📝 补充信息 | Additional Information