Skip to content

core: implement transaction history with Stellar Expert links #26

@EmeditWeb

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions