mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-29 11:04:12 -05:00
* Re-implement useDisplayPayee to use context to minimize SQL queries * Rename ScrollProvider to useScrollListener and move to hooks folder * Add DisplayPayeeContextProvider to TransactionsTable.test.tsx * Set higher page count * Fix payee autocomplete search * [autofix.ci] apply automated fixes * Fix highlight of Create payee * Show search if there are 100 payees * Cleanup * Rename to DisplayPayeeProvider * Update VRT screenshots Auto-generated by VRT workflow PR: #5795 * Update VRT screenshots Auto-generated by VRT workflow PR: #5795 * Fix new payee not being created in tests * Update VRT screenshots Auto-generated by VRT workflow PR: #5795 * Update rules test to use pressSequentially * [autofix.ci] apply automated fixes * Coderabbit suggestion * Fix typecheck error * Cleanup * Update VRT screenshots Auto-generated by VRT workflow PR: #5795 * Revert VRT * Move DisplayPayeeProvider location * Recert https on E2E start url * Fix lint --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
122 B
122 B
category, authors
| category | authors | |
|---|---|---|
| Maintenance |
|
Re-implement useDisplayPayee to use context to minimize SQL queries