tweak(ui): simplify picker prompts#115
Merged
barrettruth merged 4 commits intomainfrom Apr 9, 2026
Merged
Conversation
GitHub browse could fail silently, large issue and PR lists had no way to fetch more entries, and embedded control characters in issue titles could break picker rows. Route GitHub browse through URL resolution plus vim.ui.open, add explicit load-more rows for issue and PR pickers, and normalize control characters during picker rendering.
Keep Lua LS in sync with the optional fetch limit used by picker load-more requests so typecheck accepts the new calls.
Keep picker titles focused on state, scope, and count so they read consistently across lists, checks, CI, releases, review, and templates. This also normalizes GitLab UI labels to PR wording and hardens the review spec for combined runs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
glab mrtransport unchangedTest plan
stylua --check lua/forge/init.lua lua/forge/gitlab.lua lua/forge/pickers.lua lua/forge/review.lua spec/fzf_picker_spec.lua spec/git_sections_spec.lua spec/pickers_spec.lua spec/review_spec.lua spec/sources_spec.luaselene lua/forge/init.lua lua/forge/gitlab.lua lua/forge/pickers.lua lua/forge/review.luabusted spec