Feat/80 Stellar wallet transaction history table with export and filter controls - #104
Conversation
|
@temisan0x is attempting to deploy a commit to the Cjay's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
MergeKeeper review Scope: in scope for linked issue The transaction history table implementation meets all requirements with TanStack Table, sorting, filtering, exporting, and accessibility features. Reviewed commit: |
|
@temisan0x 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! 🚀 |
|
Needs review Linked to The pull request includes numerous unrelated changes such as department budget breakdown components, financial report exporter features, and reports pages that are outside the scope of issue #80. Reviewed commit: |
Co-authored-by: Cursor <cursoragent@cursor.com>
9f73f6c to
522c254
Compare
There was a problem hiding this comment.
Approved
The pull request successfully implements the Stellar wallet transaction history table and export features as specified in issue #80.
|
MergeKeeper merge status Status: blocked Reason: Next steps:
|
|
Merged Merged with |
Closes #80
Summary
Adds a reusable transaction history table for Stellar wallets with sorting, pagination, agent + status filters, keyboard-accessible rows, responsive layout, and CSV/JSON export for the currently filtered dataset. Includes mock transaction data for development.
What I changed
TransactionHistoryTable.tsx— new table component (react-table, filters, exports, accessible rows)data-table.tsx— minor wrapper additionmockData.ts— generateMockTransactions() + mockTransactionstransactions/page.tsx— wired new table into the pageAcceptance checklist
any— a few localized casts remain, will tighten on review feedbacknpm run typecheck,npm run lint,npm run buildpass