Skip to content

Add transaction history pagination #69

@Miracle656

Description

@Miracle656

Summary

The dashboard currently shows the most recent transactions but has no pagination. Add a 'Load more' button or infinite scroll.

Files

  • frontend/wallet/app/dashboard/page.tsx

Acceptance criteria

  • Track current page / cursor in state
  • Horizon supports cursor pagination — pass through
  • Wraith supports limit/offset — pass through
  • 'Load more' merges new entries into existing list
  • No duplicates when both sources return same tx

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions