Skip to content

Comments

feat: implement claim history per user feature#18

Open
akordavid373 wants to merge 2 commits intoDigiNodes:mainfrom
akordavid373:feature/claim-history-per-user
Open

feat: implement claim history per user feature#18
akordavid373 wants to merge 2 commits intoDigiNodes:mainfrom
akordavid373:feature/claim-history-per-user

Conversation

@akordavid373
Copy link

  • Add Claim History page at /history route
  • Implement ClaimHistoryList component with pagination and infinite scroll
  • Add ClaimCard component for individual claim display
  • Add ClaimStatusBadge component for status visualization
  • Set up API integration with GET /users/:address/claims endpoint
  • Configure TypeScript, Tailwind CSS, and Next.js project structure
  • Add authentication context for user wallet connection
  • Include responsive design and loading states

Acceptance Criteria:
✅ Claims load correctly
✅ Status visible with color-coded badges
✅ Links to claim detail pages
✅ Pagination and infinite scroll support

TruthBounty Developer and others added 2 commits February 20, 2026 13:40
- Add Claim History page at /history route
- Implement ClaimHistoryList component with pagination and infinite scroll
- Add ClaimCard component for individual claim display
- Add ClaimStatusBadge component for status visualization
- Set up API integration with GET /users/:address/claims endpoint
- Configure TypeScript, Tailwind CSS, and Next.js project structure
- Add authentication context for user wallet connection
- Include responsive design and loading states

Acceptance Criteria:
✅ Claims load correctly
✅ Status visible with color-coded badges
✅ Links to claim detail pages
✅ Pagination and infinite scroll support
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant