[PR #5829] [CLOSED] [WIP] test useDisplayPayee vrt fix #6152

Closed
opened 2026-02-28 21:24:41 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5829
Author: @matt-fidd
Created: 10/1/2025
Status: Closed

Base: masterHead: DisplayPayeeContext


📝 Commits (7)

  • 9d2db9a Re-implement useDisplayPayee to use context to minimize SQL queries
  • f12ad91 Rename ScrollProvider to useScrollListener and move to hooks folder
  • c1adae4 Add DisplayPayeeContextProvider to TransactionsTable.test.tsx
  • a3c2291 Set higher page count
  • e047e19 Fix payee autocomplete search
  • f4a190a [autofix.ci] apply automated fixes
  • f198158 potential fix

📊 Changes

15 files changed (+588 additions, -519 deletions)

View changed files

📝 packages/desktop-client/src/components/FinancesApp.tsx (+1 -1)
📝 packages/desktop-client/src/components/accounts/Account.tsx (+138 -133)
📝 packages/desktop-client/src/components/autocomplete/CategoryAutocomplete.tsx (+4 -4)
📝 packages/desktop-client/src/components/autocomplete/PayeeAutocomplete.test.tsx (+1 -2)
📝 packages/desktop-client/src/components/autocomplete/PayeeAutocomplete.tsx (+68 -76)
📝 packages/desktop-client/src/components/filters/PayeeFilter.tsx (+5 -8)
📝 packages/desktop-client/src/components/mobile/MobileNavTabs.tsx (+1 -1)
📝 packages/desktop-client/src/components/mobile/transactions/TransactionList.tsx (+1 -1)
📝 packages/desktop-client/src/components/mobile/transactions/TransactionListWithBalances.tsx (+5 -4)
📝 packages/desktop-client/src/components/reports/reports/Calendar.tsx (+139 -132)
📝 packages/desktop-client/src/components/transactions/TransactionsTable.test.tsx (+27 -24)
packages/desktop-client/src/hooks/useDisplayPayee.ts (+0 -132)
packages/desktop-client/src/hooks/useDisplayPayee.tsx (+191 -0)
📝 packages/desktop-client/src/hooks/useScrollListener.tsx (+1 -1)
upcoming-release-notes/5795.md (+6 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/5829 **Author:** [@matt-fidd](https://github.com/matt-fidd) **Created:** 10/1/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `DisplayPayeeContext` --- ### 📝 Commits (7) - [`9d2db9a`](https://github.com/actualbudget/actual/commit/9d2db9ae0ff12543dc2b4a96fa56fdcdd123944d) Re-implement useDisplayPayee to use context to minimize SQL queries - [`f12ad91`](https://github.com/actualbudget/actual/commit/f12ad91e9049ecfc2956f2050b532da6df4943e7) Rename ScrollProvider to useScrollListener and move to hooks folder - [`c1adae4`](https://github.com/actualbudget/actual/commit/c1adae4042da0d44afc69f76a4e1dc66587a1ff7) Add DisplayPayeeContextProvider to TransactionsTable.test.tsx - [`a3c2291`](https://github.com/actualbudget/actual/commit/a3c22910b1dcff3c79ec05bc92d7300b68188e0c) Set higher page count - [`e047e19`](https://github.com/actualbudget/actual/commit/e047e1961a09514580a5b96a77a99acd65652336) Fix payee autocomplete search - [`f4a190a`](https://github.com/actualbudget/actual/commit/f4a190a88c222ccc8b587506342e53686450082c) [autofix.ci] apply automated fixes - [`f198158`](https://github.com/actualbudget/actual/commit/f1981587b63064ebf4ede4a95cc997edbec82cf0) potential fix ### 📊 Changes **15 files changed** (+588 additions, -519 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/FinancesApp.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/accounts/Account.tsx` (+138 -133) 📝 `packages/desktop-client/src/components/autocomplete/CategoryAutocomplete.tsx` (+4 -4) 📝 `packages/desktop-client/src/components/autocomplete/PayeeAutocomplete.test.tsx` (+1 -2) 📝 `packages/desktop-client/src/components/autocomplete/PayeeAutocomplete.tsx` (+68 -76) 📝 `packages/desktop-client/src/components/filters/PayeeFilter.tsx` (+5 -8) 📝 `packages/desktop-client/src/components/mobile/MobileNavTabs.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/mobile/transactions/TransactionList.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/mobile/transactions/TransactionListWithBalances.tsx` (+5 -4) 📝 `packages/desktop-client/src/components/reports/reports/Calendar.tsx` (+139 -132) 📝 `packages/desktop-client/src/components/transactions/TransactionsTable.test.tsx` (+27 -24) ➖ `packages/desktop-client/src/hooks/useDisplayPayee.ts` (+0 -132) ➕ `packages/desktop-client/src/hooks/useDisplayPayee.tsx` (+191 -0) 📝 `packages/desktop-client/src/hooks/useScrollListener.tsx` (+1 -1) ➕ `upcoming-release-notes/5795.md` (+6 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-02-28 21:24:41 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#6152