Add MessageRow component, header panels, insights, reactions, and UI theming#15
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
Warning Review limit reached
More reviews will be available in 27 minutes and 10 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan refill rate. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, the refill rate gradually slows as usage increases. The highest same-day bursts are limited more strictly. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
✨ 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 |
Motivation
MessageRowcomponent and enable richer per-message interactions.Description
MessageRowcomponent and replaces inline message row markup inFlowConsolewith<MessageRow />, wiring selection, starring, keyboard handling, and contact actions via props.FlowConsole.module.cssincludinginsightBar, header panel styling, reduced-motion transitions,compactDensity, and various visual polish for the composer, reader, and lists.themeDensitystate and toggles for comfortable/compact density.downloadTextFile,threadToPlainText,downloadMessage,downloadThread,showOriginalSource, and reaction handling (addReactionToMessage).useDebounceand switches filtering to use the debounced query; improves selection logic by usingselectedIdSetmemoizedSet.localStorage, opening mailto/chat/calendar/video links viashowContactToolStatusandsavedContactsFromStorage.AbortControllersignals intofetchcalls and aborting on cleanup for config and messages loads, and ensures SSE retry cleanup; also clearsmessageMenuIdin relevant flows.useAsyncto more safely handle unmounted/cancelled executions by guardingexecuteand deferring immediate execution through a microtask and cancel flag.MessageRow.tsxandFlowConsole.tsx(keyboard event typing, removed unused imports, addeduseDebounceimport).Testing
yarn buildandyarn tscwhich completed successfully.yarn testand all tests passed.yarn lintwhich succeeded.Codex Task