Skip to content

core: implement transaction history with Stellar Expert links #26

Description

@EmeditWeb

Problem

Users have no way to see their on-chain transaction
history in the web app.

What To Build

Build /history page with:

  1. Transaction timeline (most recent first)
  2. Filter controls (by type, date range, status)
  3. CSV export
  4. Expandable transaction details
  5. Pending transactions section

Files To Touch

  • src/pages/History.tsx (new)
  • src/services/history.service.ts (new)
  • src/router/index.tsx

Acceptance Criteria

  • All transaction types shown
  • Stellar Expert links correct
  • Filter and date range work
  • CSV export works
  • npm run build passes

Mandatory Checks Before PR

  • npm run build passes
  • No any types
  • PR references this issue

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions