[PR #4213] [MERGED] useDisplayPayee hook to unify payee names in mobile and desktop. #31187

Closed
opened 2026-04-18 07:27:31 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4213
Author: @joel-jeremy
Created: 1/20/2025
Status: Merged
Merged: 2/19/2025
Merged by: @joel-jeremy

Base: masterHead: unify-split-payee-logic-on-mobile-and-desktop


📝 Commits (10+)

📊 Changes

11 files changed (+278 additions, -132 deletions)

View changed files

📝 packages/desktop-client/e2e/accounts.mobile.test.ts-snapshots/Mobile-Accounts-opens-individual-account-page-and-checks-that-filtering-is-working-1-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/accounts.mobile.test.ts-snapshots/Mobile-Accounts-opens-individual-account-page-and-checks-that-filtering-is-working-2-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/accounts.mobile.test.ts-snapshots/Mobile-Accounts-opens-individual-account-page-and-checks-that-filtering-is-working-3-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/reports.test.ts-snapshots/Reports-loads-cash-flow-graph-and-checks-visuals-1-chromium-linux.png (+0 -0)
📝 packages/desktop-client/src/components/mobile/budget/CategoryTransactions.tsx (+16 -13)
📝 packages/desktop-client/src/components/mobile/transactions/TransactionListItem.tsx (+82 -37)
📝 packages/desktop-client/src/components/transactions/TransactionsTable.jsx (+7 -82)
📝 packages/desktop-client/src/components/transactions/TransactionsTable.test.tsx (+25 -0)
packages/desktop-client/src/hooks/useDisplayPayee.ts (+138 -0)
📝 packages/loot-core/src/client/data-hooks/transactions.ts (+4 -0)
upcoming-release-notes/4213.md (+6 -0)

📄 Description

Fixes https://github.com/actualbudget/actual/issues/4178

Also, added enhancement to show calendar icon for non-recurring schedules same as the desktop + the transfer arrow icons


🔄 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/4213 **Author:** [@joel-jeremy](https://github.com/joel-jeremy) **Created:** 1/20/2025 **Status:** ✅ Merged **Merged:** 2/19/2025 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `unify-split-payee-logic-on-mobile-and-desktop` --- ### 📝 Commits (10+) - [`67466ed`](https://github.com/actualbudget/actual/commit/67466ed5abb8b0577009347da84c111f06faf253) useDisplayPayee hook to unify payee logic in mobile and desktop - [`fe0faa2`](https://github.com/actualbudget/actual/commit/fe0faa26b8f17fde3d1cdf6ef0a6f57b9561305e) Release notes - [`c2da615`](https://github.com/actualbudget/actual/commit/c2da615312b7912fc4c1c125118c901e61370ab0) Fix typecheck errors - [`a659843`](https://github.com/actualbudget/actual/commit/a659843dbd71132ec95de982e3cb40450ebd3c44) Fix test - [`489e49a`](https://github.com/actualbudget/actual/commit/489e49ade6d3c882734ba1182218dbe933aa1883) Update test - [`76153ae`](https://github.com/actualbudget/actual/commit/76153aef3a01d141e4a719772ee4b1a40e4ad0f7) Revert (No payee) color - [`77416ae`](https://github.com/actualbudget/actual/commit/77416ae2af892258c7f4ba95619f56c951db4f6b) Fix tests - [`61f0b41`](https://github.com/actualbudget/actual/commit/61f0b41fd37f273b2cbbebc4da306efc48126dd9) VRT - [`189ca50`](https://github.com/actualbudget/actual/commit/189ca50b9b3481e94a05ad6bb7dfec1bd12fb928) Fix category transactions - [`8fbc62a`](https://github.com/actualbudget/actual/commit/8fbc62a5a100f7eaa5c29a926a7dcbeadf0938fc) Fix lint and VRT ### 📊 Changes **11 files changed** (+278 additions, -132 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/e2e/accounts.mobile.test.ts-snapshots/Mobile-Accounts-opens-individual-account-page-and-checks-that-filtering-is-working-1-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/accounts.mobile.test.ts-snapshots/Mobile-Accounts-opens-individual-account-page-and-checks-that-filtering-is-working-2-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/accounts.mobile.test.ts-snapshots/Mobile-Accounts-opens-individual-account-page-and-checks-that-filtering-is-working-3-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/reports.test.ts-snapshots/Reports-loads-cash-flow-graph-and-checks-visuals-1-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/src/components/mobile/budget/CategoryTransactions.tsx` (+16 -13) 📝 `packages/desktop-client/src/components/mobile/transactions/TransactionListItem.tsx` (+82 -37) 📝 `packages/desktop-client/src/components/transactions/TransactionsTable.jsx` (+7 -82) 📝 `packages/desktop-client/src/components/transactions/TransactionsTable.test.tsx` (+25 -0) ➕ `packages/desktop-client/src/hooks/useDisplayPayee.ts` (+138 -0) 📝 `packages/loot-core/src/client/data-hooks/transactions.ts` (+4 -0) ➕ `upcoming-release-notes/4213.md` (+6 -0) </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes --> Fixes https://github.com/actualbudget/actual/issues/4178 Also, added enhancement to show calendar icon for non-recurring schedules same as the desktop + the transfer arrow icons --- <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-04-18 07:27:31 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#31187