Skip to content

Frontend: Add paginated transaction history with infinite scroll #367

@Junirezz

Description

@Junirezz

Goal

Replace the fixed-size transaction table with an infinite-scroll list that loads more records on demand.

Scope

• Load the first 20 transactions on page open
• Automatically fetch the next page when the user scrolls within 200px of the list bottom
• Show a loading spinner at the bottom while the next page loads

Acceptance Criteria

• Initial render shows 20 transactions without layout shift
• Subsequent pages load without a full page reload
• End-of-list indicator appears when all transactions have been loaded

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions