Skip to content

feat(dashboard): transaction history dashboard - #171

Merged
SudiptaPaul-31 merged 2 commits into
Lumina-eX:mainfrom
chiscookeke11:feat/issue-147-transaction-history-dashboard
Jul 28, 2026
Merged

feat(dashboard): transaction history dashboard#171
SudiptaPaul-31 merged 2 commits into
Lumina-eX:mainfrom
chiscookeke11:feat/issue-147-transaction-history-dashboard

Conversation

@chiscookeke11

Copy link
Copy Markdown
Contributor

I have implemented the Transaction History Dashboard displaying all user blockchain transactions with filtering, pagination, and direct Stellar explorer links.

Summary of Changes

  • Transaction History Dashboard (/dashboard/transactions): Built a responsive dashboard UI displaying transaction hash, contract name, amount, status, date, and direct Stellar Expert explorer links.
  • Search & Filtering: Added search by transaction hash or contract name, and status filter (All, Confirmed, Pending, Failed).
  • Pagination & Stats: Added pagination controls and summary metric cards (Total Volume, Confirmed, Pending, Failed).
  • API Endpoint (/api/transactions): Added API route supporting search, status filtering, and pagination logic with authorization checks.
  • Sidebar Integration: Updated dashboard sidebar with a new Transactions navigation item.

Closes #147

@SudiptaPaul-31

Copy link
Copy Markdown
Collaborator

@chiscookeke11 resolve conflicts

@chiscookeke11

Copy link
Copy Markdown
Contributor Author

Hi @SudiptaPaul-31, I have completed the implementation for the assigned issue(s). All tests and verification checks are passing cleanly. Please review when you get a chance!

@drips-wave

drips-wave Bot commented Jul 27, 2026

Copy link
Copy Markdown

@chiscookeke11 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@chiscookeke11

Copy link
Copy Markdown
Contributor Author

Hi @hadescoder1! This PR resolves assigned issue #147. Ready for review!

@SudiptaPaul-31
SudiptaPaul-31 merged commit 2691efc into Lumina-eX:main Jul 28, 2026
1 check passed
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.

[Feature]: Transaction History Dashboard

2 participants