Skip to content

feat(repository-prs): add author to PR search filter#1335

Merged
e35ventura merged 1 commit into
entrius:testfrom
andriypolanski:feat/add-author-to-pr-search-filter
Jun 16, 2026
Merged

feat(repository-prs): add author to PR search filter#1335
e35ventura merged 1 commit into
entrius:testfrom
andriypolanski:feat/add-author-to-pr-search-filter

Conversation

@andriypolanski

@andriypolanski andriypolanski commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Extend filterPrs so the PR search input matches author usernames (case-insensitive substring).
  • Update the repository PR table search placeholder to include author.

Motivation

The repository PR table already shows an Author column and a search field, but search only matched title, PR number, repository, and merged date. Users expect to type an author name in the search box the same way they can on the issues table.

Related Issues

Closes #1334

Type of Change

  • Bug fix
  • New feature
  • Refactor
  • Documentation
  • Other (describe below)

Screenshots

Before

image

After

image

Checklist

  • New components are modularized/separated where sensible
  • Uses predefined theme (e.g. no hardcoded colors)
  • Responsive/mobile checked
  • Tested against the test API
  • npm run format and npm run lint:fix have been run
  • npm run build passes
  • Screenshots included for any UI/visual changes

@xiao-xiao-mao xiao-xiao-mao Bot added the enhancement New feature or request label Jun 15, 2026
@e35ventura e35ventura merged commit 0fd9c3b into entrius:test Jun 16, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature: Author search in repository PR table

2 participants