feat: build Stellar wallet transaction history table with filtering a… - #94
Conversation
…nd export Add TransactionHistoryTable component in src/features/wallet/components/ using TanStack Table with agent/status/date-range filters, CSV export, pagination, and accessible row hover states. Integrate into wallet detail page. Fix missing imports on the transactions page that broke typecheck. Closes ASTROIDX556#56 🤖 Generated with Codebuff Co-Authored-By: Codebuff <noreply@codebuff.com>
|
@ciscokwiz is attempting to deploy a commit to the Cjay's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
@ciscokwiz 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 introduces a custom table implementation instead of utilizing TanStack React Table as required by the issue acceptance criteria. Reviewed commit: |
|
MergeKeeper review unavailable AI provider review request failed with 503 No approval or merge action was taken. |
Added TransactionHistoryTable component in src/features/wallet/components/ using TanStack Table with agent/status/date-range filters, CSV export, pagination, and accessible row hover states. Integrate into wallet detail page. Fix missing imports on the transactions page that broke typecheck.
Summary
Type of change
Related issue
Closes #
Checklist
npm run buildpassesnpm run typecheckpassesnpm run lintpassesCloses #56