Add local folder picker and git ref comboboxes - #14
Conversation
|
Warning Review limit reached
Next review available in: 5 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?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 reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. 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, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (19)
Comment |
The repository field still accepts a pasted path, and Browse opens an in-app explorer of the local filesystem. Base and head remain free-text so SHAs and refs can be typed in, with a dropdown of common refs, branches, tags, and the 50 most recent commits. Co-authored-by: Damon <Modsofthenation@users.noreply.github.com>
Navigating with Go/Up while the initial listing is still in flight no longer overwrites the folder the user just opened. Co-authored-by: Damon <Modsofthenation@users.noreply.github.com>
The folder picker no longer materializes huge listings, and base/head menus work when the selected path is inside a work tree rather than at the git root. Rebuild the bundled UI so the static assets match. Co-authored-by: zord.lack.net <zord.lack.net@gmail.com>
562afed to
fbe178e
Compare
Rebased onto latest
main(includes the graph/3D work from #13).The repository field still accepts a pasted path. Browse opens an in-app explorer of the local filesystem so you can pick a git root without typing it.
Base and head stay free-text (paste a SHA,
HEAD~1, a branch name). The chevron opens a dropdown of common refs, branches, tags, and the 50 most recent commits for that repo.Changes
GET /api/fslists directories (git roots are marked)GET /api/git/refsreturns branches, tags, and the 50 most recent commitsReview follow-ups applied on rebase
.gitfile) as roots in the explorerTests