[PR #5761] [MERGED] Avoid repeated calls to payee.find in useDisplayPayee.ts #6100

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5761
Author: @thromer
Created: 9/21/2025
Status: Merged
Merged: 9/22/2025
Merged by: @matt-fidd

Base: masterHead: 5755-groupById


📝 Commits (6)

  • 19210ab Avoid repeated calls to payees.find.
  • aac86a3 Prettier.
  • 65b5fd7 Mock usePayeesById in TransactionsTable.test.tsx
  • 93b8b49 release notes
  • a3b91e1 Merge branch 'master' into 5755-groupById
  • 4b6445c Update upcoming-release-notes/5761.md

📊 Changes

4 files changed (+30 additions, -14 deletions)

View changed files

📝 packages/desktop-client/src/components/transactions/TransactionsTable.test.tsx (+7 -0)
📝 packages/desktop-client/src/hooks/useDisplayPayee.ts (+7 -13)
📝 packages/desktop-client/src/hooks/usePayees.ts (+10 -1)
upcoming-release-notes/5761.md (+6 -0)

📄 Description

Fixes #5755.


🔄 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/5761 **Author:** [@thromer](https://github.com/thromer) **Created:** 9/21/2025 **Status:** ✅ Merged **Merged:** 9/22/2025 **Merged by:** [@matt-fidd](https://github.com/matt-fidd) **Base:** `master` ← **Head:** `5755-groupById` --- ### 📝 Commits (6) - [`19210ab`](https://github.com/actualbudget/actual/commit/19210ab3dad8b4418e52838ed304a72926c2eb65) Avoid repeated calls to payees.find. - [`aac86a3`](https://github.com/actualbudget/actual/commit/aac86a3646908b906d7b139c9273eeefe0801462) Prettier. - [`65b5fd7`](https://github.com/actualbudget/actual/commit/65b5fd7c86fcfdc59c531c38fbea6962ccd3dbd2) Mock usePayeesById in TransactionsTable.test.tsx - [`93b8b49`](https://github.com/actualbudget/actual/commit/93b8b49f61dcd6206f48c2e35bdcc5ca0d7c174b) release notes - [`a3b91e1`](https://github.com/actualbudget/actual/commit/a3b91e1dfa8b0bffab8b90018c62a841cdc0eb80) Merge branch 'master' into 5755-groupById - [`4b6445c`](https://github.com/actualbudget/actual/commit/4b6445cfa9cbcdc69e0bc8a81077b7fb9bf2674e) Update upcoming-release-notes/5761.md ### 📊 Changes **4 files changed** (+30 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/transactions/TransactionsTable.test.tsx` (+7 -0) 📝 `packages/desktop-client/src/hooks/useDisplayPayee.ts` (+7 -13) 📝 `packages/desktop-client/src/hooks/usePayees.ts` (+10 -1) ➕ `upcoming-release-notes/5761.md` (+6 -0) </details> ### 📄 Description Fixes #5755. --- <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:23:54 -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#6100