web-app/src/modules/expenses
padreug 509fae1d35 Remove pagination from TransactionsPage - load all transactions
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>
2025-11-14 16:50:59 +01:00
..
components Emphasize pending approval status in expense success dialog 2025-11-13 16:57:06 +01:00
services Add transactions page with fuzzy search and success dialog for expenses 2025-11-13 09:57:28 +01:00
types Add transactions page with fuzzy search and success dialog for expenses 2025-11-13 09:57:28 +01:00
views Remove pagination from TransactionsPage - load all transactions 2025-11-14 16:50:59 +01:00
index.ts Add transactions page with fuzzy search and success dialog for expenses 2025-11-13 09:57:28 +01:00