Skip to content

feat(miners): add search input to repository miner list#1243

Open
bittoby wants to merge 1 commit into
entrius:testfrom
bittoby:feat/miner-search
Open

feat(miners): add search input to repository miner list#1243
bittoby wants to merge 1 commit into
entrius:testfrom
bittoby:feat/miner-search

Conversation

@bittoby
Copy link
Copy Markdown
Contributor

@bittoby bittoby commented May 19, 2026

Summary

The Miners tab on the repository details page had no search input — users had to scroll the list (often 100+ entries) to find a specific miner. The URL search param and the GitHub-ID/author filter logic were already wired up in TopMinersTable.tsx (lines 350–357); only the visible input was missing.

This PR adds a debounced search TextField to TopMinersTable, reusing the existing DebouncedSearchInput and ClearSearchAdornment primitives — same pattern as TopRepositoriesTable.

Related Issues

Closes #1244

Type of Change

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

Screenshots

Record_2026_05_19_20_09_36_463.mp4

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 May 19, 2026
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.

Add search input to repository Miners tab

1 participant