refactor(pickers): split checks, ci, release, and git surfaces #529
Labels
No labels
bug
documentation
duplicate
enhancement
fugitive
good first issue
help wanted
invalid
question
v0.1.0
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/forge.nvim#529
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
lua/forge/pickers.luaalso still contains the remaining non-PR/issue picker surfaces inline:M.checks()M.ci()M.release()M.git()Those flows have their own load-more, refresh, browse/log, and row-shaping behavior, but they still live in the same giant module as every other picker surface.
This issue is for splitting those checks / CI / release / git surfaces into dedicated modules while preserving the current picker UX.
The aim is to keep the refactor slices small and mergeable while making picker work less monolithic.