feat: add open/closed state filter to PR list view #75
Reference in New Issue
Block a user
Delete Branch "feature/pr-state-filter"
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?
Summary
statequery param support to theListPullshandler (defaults to"open"), replacing the hardcoded"open"in theListAllPullRequestscall<select>to the PR list filter bar, mirroring the existing issues list pattern with properhx-includefor HTMX partial reloadsstateparam for infinite scroll paginationTest plan
/pulls?state=openshows open PRs (default, unchanged behavior)/pulls?state=closedshows closed/merged PRsCloses #72
🤖 Generated with Claude Code