Summary
The Miners tab on the repository details page has no search input. Users must scroll the full list to find a specific miner by GitHub ID.
Motivation
Repositories with many miners make manual scanning slow. A search field — matching against GitHub ID — lets users locate a miner instantly. The filter logic and URL search param already exist in TopMinersTable.tsx; only the visible input is missing.
Summary
The Miners tab on the repository details page has no search input. Users must scroll the full list to find a specific miner by GitHub ID.
Motivation
Repositories with many miners make manual scanning slow. A search field — matching against GitHub ID — lets users locate a miner instantly. The filter logic and URL
searchparam already exist inTopMinersTable.tsx; only the visible input is missing.