Conversation
|
Warning Rate limit exceeded
To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing. ⌛ 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: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughList sorting controls were extended: ListLayout gained shift-aware column selection, reverse-cycle and clear-sorting APIs; SortedListHeader forwards shift/aux/ctrl inputs to the new APIs; build sources were updated to include the modified ActionScript files. State persists to the list preference store. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant Header as SortedListHeader
participant Layout as ListLayout
participant Pref as _prefData
participant View as ListView
User->>Header: click / right-click / ctrl+click (with Shift state)
Header->>Layout: columnPress / columnRightPress / columnCtrlPress (pass a_bShift)
Layout->>Layout: update active column, _forceReverse, or clear sorting
Layout->>Pref: persist selected column and state
Layout->>View: refresh layout / updateSortParams
View->>Layout: provide primary column info (if clearing)
Layout->>View: apply updated sorting/display
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 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. Review rate limit: 0/1 reviews remaining, refill in 42 minutes and 14 seconds.Comment |
|
As a controller user, I'd love to have this feature but I can't think of how it would be activated with limited buttons. Have you any thoughts on how it could be doable? |
This PR enhances the tabular list header navigation and sorting logic to provide a more flexible "DataGrid-like" experience:
Summary by CodeRabbit
New Features
Bug Fixes