Skip to content

feat: add miner issues tab for discovery mode - #523

Closed
jimcody1995 wants to merge 2 commits into
entrius:mainfrom
jimcody1995:feat/miner-issues-discovery-tab
Closed

feat: add miner issues tab for discovery mode#523
jimcody1995 wants to merge 2 commits into
entrius:mainfrom
jimcody1995:feat/miner-issues-discovery-tab

Conversation

@jimcody1995

@jimcody1995 jimcody1995 commented Apr 17, 2026

Copy link
Copy Markdown
Contributor

Closes #524

Summary

  • add a dedicated Issues tab to miner details when viewing issue discovery mode
  • fetch miner issue discoveries from /miners/{githubId}/issues via a new useMinerIssues API hook
  • render an issues table with open/solved filters, solved date, and bounty target/paid values for quick status visibility

Test plan

  • Open /miners/details?githubId=<id>&mode=issues and verify Issues tab appears alongside Overview, Activity, and Repositories
  • Open the Issues tab and confirm rows populate from miner-specific issues endpoint
  • Validate All, Open, and Solved filters update row counts and table contents
  • Click an issue row and verify it opens the GitHub issue URL in a new tab
  • Run lint diagnostics on updated files and confirm no new errors

Screenshot

20260417_115303.mp4

Expose a dedicated issues tab in issue discovery mode so users can see which issues a miner opened and whether they were solved, including key bounty timing and payout details.

Made-with: Cursor
@xiao-xiao-mao xiao-xiao-mao Bot added the feature Net-new functionality label Apr 17, 2026
Run formatter and lint auto-fixes to satisfy CI formatting checks for the new miner issues discovery tab.

Made-with: Cursor
@anderdc

anderdc commented Apr 17, 2026

Copy link
Copy Markdown
Collaborator

PR targets main, closing. Please follow contribution guidelines

@anderdc anderdc closed this Apr 17, 2026
@jimcody1995
jimcody1995 deleted the feat/miner-issues-discovery-tab branch April 17, 2026 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature Net-new functionality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants