Problem
The transactions list fetches only the first 100 transactions and never loads more. Users with many transactions cannot see older entries.
The API already supports pagination but the UI doesn't use it.
Expected Behavior
- Load more transactions as the user scrolls or via pagination controls
- Support filtering by date range, type, wallet, category, and party
- Show total count and current position
Problem
The transactions list fetches only the first 100 transactions and never loads more. Users with many transactions cannot see older entries.
The API already supports pagination but the UI doesn't use it.
Expected Behavior