Fix hover card covering delete button in sessions sidebar#1246
Fix hover card covering delete button in sessions sidebar#1246angaduom wants to merge 1 commit intoambient-code:mainfrom
Conversation
When clicking the three-dot menu on a session in the recents sidebar, the hover card would appear over the dropdown menu, blocking access to the delete button and other actions. Restructured the HoverCard to only wrap the session link instead of the entire row, preventing the hover card from appearing when interacting with the dropdown menu. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughRestructured DOM hierarchy in the sessions sidebar component. The HoverCard and SidebarSessionActions elements are reorganized from a nested structure to sibling elements within the session row container, maintaining existing hover and interaction logic. Changes
Important Pre-merge checks failedPlease resolve all errors before merging. Addressing warnings is optional. ❌ Failed checks (2 warnings, 1 inconclusive)
✅ Passed checks (3 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
✨ Simplify code
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 |
|
Thanks! I noticed this problem also today. |
When clicking the three-dot menu on a session in the recents sidebar, the hover card would appear over the dropdown menu, blocking access to the delete button and other actions.
Restructured the HoverCard to only wrap the session link instead of the entire row, preventing the hover card from appearing when interacting with the dropdown menu.
Summary by CodeRabbit