Skip to content

fix(ci): add load more for repo runs#196

Merged
barrettruth merged 1 commit intomainfrom
fix/ci-load-more
Apr 12, 2026
Merged

fix(ci): add load more for repo runs#196
barrettruth merged 1 commit intomainfrom
fix/ci-load-more

Conversation

@barrettruth
Copy link
Copy Markdown
Owner

Problem

Repo CI runs were already fetched with a hard cap from display.limits.runs, but the picker did not expose that limit. It looked like the first page was the whole list, and there was no way to request more runs from the picker.

Solution

Use the existing picker pagination pattern for repo CI runs: fetch one extra run, show a Load more... row when more runs are available, and request a larger explicit run limit when that row is activated. The PR also updates vimdoc to explain that :Forge ci respects display.limits.runs and exposes Load more... when more runs exist.

@barrettruth barrettruth merged commit 173e7e4 into main Apr 12, 2026
8 checks passed
@barrettruth barrettruth deleted the fix/ci-load-more branch April 12, 2026 21:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant