Skip to content

Optimize Transaction History Loading and Pagination #260

Description

@Nanle-code

Improve transaction history loading for accounts with thousands of transactions. Implement cursor-based pagination, lazy loading, and infinite scroll where appropriate.

Acceptance Criteria:

  • Transactions load in batches (50 per page initially)
  • Infinite scroll implemented for smoother UX
  • Pagination cursor properly tracked
  • Loading indicators show progress
  • Very large histories (>10k txs) don't freeze UI
  • Virtual scrolling considered for massive lists
  • Network requests debounced to prevent duplicate calls

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions