fix(search): keep In/From chip popup open on multi-select#2637
Conversation
The active-filters list rebuilds filter objects on every selection, so
<For> destroys and re-mounts the chip, losing its open state. Hoist the
chip's open/search signals into a module-level map keyed by category
label so they survive remounts, and set closeOnSelection={false} +
selectionBehavior="toggle" on the multi-select combobox.
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 25 minutes and 47 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (3)
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 |
DM channel avatars in the In filter had a clickable UserIcon that
navigated away on click and showed a tooltip. Plumb suppressClick and
showTooltip={false} through EntityIcon → DirectMessageIcon → UserIcon so
the In filter icons stay static like the From filter.
channel search in/from filters multi-select stays open. also prevents hover/click state on the user icon in the in filter. also i disable click/hover state on the channel entity icon in the in: filter so you don't accidentally click the channel when you don't want to