Problem / Motivation
Users cannot currently filter the expenses list by specific categories, making it difficult to analyze subsets of their spending.
Proposed Solution
- Add a scrollable row of multi-select chips for available categories on the Expenses List screen.
- Update the list to only show expenses that match the selected categories.
- Ensure chips use localized category names.
Acceptance Criteria
Out of Scope
- Custom category creation.
Related Issues / PRs
Problem / Motivation
Users cannot currently filter the expenses list by specific categories, making it difficult to analyze subsets of their spending.
Proposed Solution
Acceptance Criteria
make fast-checkpasses during iterative development (~15–30s).make check > build.log 2>&1 && echo "Check passed successfully" || (tail -n 100 build.log && exit 1)passes with 0 failures before merging.Out of Scope
Related Issues / PRs