-
Notifications
You must be signed in to change notification settings - Fork 7.7k
fix: add triggerClass binding to PopoverTrigger and update icon-picker styles #6095
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
…r styles * Popover支持设置trigger的样式 * 修正icon-picker的input值更新
|
WalkthroughA new optional prop, Changes
Assessment against linked issues
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ Context from checks skipped due to timeout of 90000ms (5)
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:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. 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 (
|
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 selected for processing (2)
packages/@core/ui-kit/shadcn-ui/src/components/popover/popover.vue
(3 hunks)packages/effects/common-ui/src/components/icon-picker/icon-picker.vue
(2 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (8)
- GitHub Check: Analyze (javascript-typescript)
- GitHub Check: Check (ubuntu-latest)
- GitHub Check: Lint (windows-latest)
- GitHub Check: Check (windows-latest)
- GitHub Check: Lint (ubuntu-latest)
- GitHub Check: Test (windows-latest)
- GitHub Check: post-update (ubuntu-latest)
- GitHub Check: post-update (windows-latest)
🔇 Additional comments (4)
packages/@core/ui-kit/shadcn-ui/src/components/popover/popover.vue (3)
24-24
: Good addition: new triggerClass prop for styling flexibilityAdding this optional
triggerClass
prop enhances the component's styling flexibility by allowing external customization of the trigger element's CSS classes.
36-37
: LGTM: Proper prop exclusion from forwardingCorrectly excluding the new
triggerClass
from the forwarded props, following the same pattern as the other class props.
48-48
: LGTM: Proper binding of triggerClass to PopoverTriggerThe triggerClass is correctly bound to the PopoverTrigger component, allowing external style customization.
packages/effects/common-ui/src/components/icon-picker/icon-picker.vue (1)
174-175
: Good styling improvement: Full-width popover elementsAdding
w-full
to both content and trigger classes ensures consistent full-width rendering, enhancing the component's appearance and layout consistency.
packages/effects/common-ui/src/components/icon-picker/icon-picker.vue
Outdated
Show resolved
Hide resolved
…r styles (vbenjs#6095) * Popover支持设置trigger的样式 * 修正icon-picker的input值更新
…r styles (vbenjs#6095) * Popover支持设置trigger的样式 * 修正icon-picker的input值更新
…r styles (vbenjs#6095) * Popover支持设置trigger的样式 * 修正icon-picker的input值更新
fixed: #6065
Summary by CodeRabbit