Conversation
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
|
Alpha Preview (Stackflow SPA)
|
Alpha Preview (Storybook)
|
Alpha Preview (Docs)
|
Hardcoded aria-haspopup="dialog" and aria-expanded on the trigger propagated dialog semantics even when trigger="hover" was used as a tooltip. Let useRole emit the correct aria set based on role, default the role to "tooltip" when trigger is "hover" and expose role as a prop for explicit override. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Keep the default role as "dialog" regardless of trigger mode to preserve existing HelpBubble behavior. Revisit the default (likely "tooltip" for HelpBubble based on usage patterns) in a separate issue. The role prop stays exposed for explicit override. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
No description provided.