Fixed issue where users could only see 20 transactions at a time despite having more transactions in the selected time period. Changes: - **Removed pagination controls**: Eliminated prev/next page buttons and page counter - **Load all transactions**: Set limit to 1000 to fetch all transactions for the selected time period - **Natural scrolling**: Users can now scroll through all their transactions - **Improved fuzzy search**: Search now works across ALL transactions, not just the current page - **Simplified UI**: Cleaner interface without pagination complexity - **Updated transaction count**: Now shows total count instead of "X-Y of Z" Previous behavior: - Limited to 20 transactions per page - Required manual pagination to see more - Fuzzy search only searched current page (20 transactions) New behavior: - Loads up to 1000 transactions at once - Single scrollable list - Fuzzy search works across all loaded transactions - Lightweight (text-only data) 🐢 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| components | ||
| services | ||
| types | ||
| views | ||
| index.ts | ||