Skip to content

feat: build Stellar wallet transaction history table with filtering a… - #94

Merged
Cjay-Cyber-2 merged 2 commits into
ASTROIDX556:mainfrom
ciscokwiz:feat/transaction-history-table
Sep 1, 2026
Merged

feat: build Stellar wallet transaction history table with filtering a…#94
Cjay-Cyber-2 merged 2 commits into
ASTROIDX556:mainfrom
ciscokwiz:feat/transaction-history-table

Conversation

@ciscokwiz

Copy link
Copy Markdown

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

  • Bug fix
  • New feature
  • Refactor
  • Docs

Related issue

Closes #

Checklist

  • npm run build passes
  • npm run typecheck passes
  • npm run lint passes
  • No secrets in tracked files

Closes #56

…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>
@vercel

vercel Bot commented Aug 31, 2026

Copy link
Copy Markdown

@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.

@drips-wave

drips-wave Bot commented Aug 31, 2026

Copy link
Copy Markdown

@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! 🚀

Learn more about application limits

@mergekeeper

mergekeeper Bot commented Aug 31, 2026

Copy link
Copy Markdown

Needs review

Linked to #56, but the diff does not match the issue scope.

The pull request introduces a custom table implementation instead of utilizing TanStack React Table as required by the issue acceptance criteria.

Reviewed commit: 982ebd461b6b772527e99472566eb7ae94f1ba0f.

@mergekeeper

mergekeeper Bot commented Sep 1, 2026

Copy link
Copy Markdown

MergeKeeper review unavailable

AI provider review request failed with 503

No approval or merge action was taken.

@Cjay-Cyber-2
Cjay-Cyber-2 merged commit ed12043 into ASTROIDX556:main Sep 1, 2026
1 check failed
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.

feat: build Stellar wallet transaction history table with filtering and export

2 participants