[PR #6996] [CLOSED] Add 'all / used / unused' payee list filtering modes #32796

Closed
opened 2026-04-18 08:46:41 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/6996
Author: @the-kenny
Created: 2/16/2026
Status: Closed

Base: masterHead: mvg/push-ymunqtkwzzws


📝 Commits (6)

  • be0e610 Add 'all / used / unused' payee list filtering modes
  • 78a2e21 fix(coderabbit): Computational coplexity
  • 39250aa fix(coderabbit): as -> satisfies
  • 50c363f fix(coderabbit): Validate value of persisted PayeeOrphanDisplayMode
  • 8a5c7d0 fix(coderabbit): Add expand arrow to dropdown button
  • 5a8d345 Update VRT screenshots

📊 Changes

10 files changed (+130 additions, -19 deletions)

View changed files

📝 packages/desktop-client/e2e/payees.test.ts-snapshots/Payees-checks-the-payees-page-visuals-1-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/payees.test.ts-snapshots/Payees-checks-the-payees-page-visuals-2-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/payees.test.ts-snapshots/Payees-checks-the-payees-page-visuals-3-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/payees.test.ts-snapshots/Payees-checks-the-payees-page-visuals-4-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/payees.test.ts-snapshots/Payees-checks-the-payees-page-visuals-5-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/payees.test.ts-snapshots/Payees-checks-the-payees-page-visuals-6-chromium-linux.png (+0 -0)
📝 packages/desktop-client/src/components/payees/ManagePayees.tsx (+61 -19)
packages/desktop-client/src/components/payees/PayeeOrphanDisplayModeMenu.tsx (+53 -0)
📝 packages/loot-core/src/types/prefs.ts (+10 -0)
upcoming-release-notes/6996.md (+6 -0)

📄 Description

(Sorry for leaving https://github.com/actualbudget/actual/pull/6811 laying around - I was on holiday)

This changes the 'include/exclude unused payees' button to a submenu with three options: 'Show all', 'Used only', 'Unused only'.

The display preference is persisted in localStorage via useLocalPref.

Screenshot 2026-01-29 at 12 20 15

Bundle Stats

Bundle Files count Total bundle size % Changed
desktop-client 28 14.8 MB → 14.87 MB (+67.21 kB) +0.44%
loot-core 1 5.86 MB 0%
api 1 4.4 MB 0%
View detailed bundle stats

desktop-client

Total

Files count Total bundle size % Changed
28 14.8 MB → 14.87 MB (+67.21 kB) +0.44%
Changeset
File Δ Size
src/components/payees/PayeeOrphanDisplayModeMenu.tsx 🆕 +1.17 kB 0 B → 1.17 kB
home/runner/work/actual/actual/packages/loot-core/src/types/prefs.ts 🆕 +89 B 0 B → 89 B
locale/ca.json 📈 +62.58 kB (+54.35%) 115.14 kB → 177.71 kB
src/components/payees/ManagePayees.tsx 📈 +3.38 kB (+20.44%) 16.56 kB → 19.94 kB
src/accounts/mutations.ts 📉 -4 B (-0.02%) 21.82 kB → 21.82 kB
View detailed bundle breakdown

Added
No assets were added

Removed
No assets were removed

Bigger

Asset File Size % Changed
static/js/ca.js 115.14 kB → 177.71 kB (+62.58 kB) +54.35%
static/js/index.js 9.52 MB → 9.52 MB (+4.63 kB) +0.05%

Smaller
No assets were smaller

Unchanged

Asset File Size % Changed
static/js/indexeddb-main-thread-worker-e59fee74.js 12.94 kB 0%
static/js/workbox-window.prod.es5.js 5.64 kB 0%
static/js/da.js 106.62 kB 0%
static/js/de.js 180.44 kB 0%
static/js/en-GB.js 7.18 kB 0%
static/js/en.js 167.25 kB 0%
static/js/es.js 173.83 kB 0%
static/js/fr.js 179.97 kB 0%
static/js/it.js 171.44 kB 0%
static/js/nb-NO.js 157.23 kB 0%
static/js/nl.js 106.65 kB 0%
static/js/pl.js 88.64 kB 0%
static/js/pt-BR.js 154.57 kB 0%
static/js/sv.js 78.2 kB 0%
static/js/th.js 182.35 kB 0%
static/js/uk.js 215.11 kB 0%
static/js/resize-observer.js 18.37 kB 0%
static/js/BackgroundImage.js 120.54 kB 0%
static/js/ReportRouter.js 1.13 MB 0%
static/js/narrow.js 638.75 kB 0%
static/js/TransactionList.js 106.13 kB 0%
static/js/wide.js 165.25 kB 0%
static/js/AppliedFilters.js 9.71 kB 0%
static/js/usePayeeRuleCounts.js 10.05 kB 0%
static/js/useTransactionBatchActions.js 13.23 kB 0%
static/js/FormulaEditor.js 1.04 MB 0%

loot-core

Total

Files count Total bundle size % Changed
1 5.86 MB 0%
View detailed bundle breakdown

Added
No assets were added

Removed
No assets were removed

Bigger
No assets were bigger

Smaller
No assets were smaller

Unchanged

Asset File Size % Changed
kcab.worker.92NpqIpU.js 5.86 MB 0%

api

Total

Files count Total bundle size % Changed
1 4.4 MB 0%
View detailed bundle breakdown

Added
No assets were added

Removed
No assets were removed

Bigger
No assets were bigger

Smaller
No assets were smaller

Unchanged

Asset File Size % Changed
bundle.api.js 4.4 MB 0%

🔄 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/6996 **Author:** [@the-kenny](https://github.com/the-kenny) **Created:** 2/16/2026 **Status:** ❌ Closed **Base:** `master` ← **Head:** `mvg/push-ymunqtkwzzws` --- ### 📝 Commits (6) - [`be0e610`](https://github.com/actualbudget/actual/commit/be0e610dceccb90a2932a2994a866e1f65c26644) Add 'all / used / unused' payee list filtering modes - [`78a2e21`](https://github.com/actualbudget/actual/commit/78a2e21c6a95ce6b36ba58bcc9e1998c63c89e38) fix(coderabbit): Computational coplexity - [`39250aa`](https://github.com/actualbudget/actual/commit/39250aa49963ad723b6899367d466f7f1234f240) fix(coderabbit): as -> satisfies - [`50c363f`](https://github.com/actualbudget/actual/commit/50c363f0e51c182093fd35c126e2143ec1039377) fix(coderabbit): Validate value of persisted PayeeOrphanDisplayMode - [`8a5c7d0`](https://github.com/actualbudget/actual/commit/8a5c7d03472302157be07463c5bce332941ee67f) fix(coderabbit): Add expand arrow to dropdown button - [`5a8d345`](https://github.com/actualbudget/actual/commit/5a8d345ae9078ae6cd3be39bcf3b30f7fe8bc036) Update VRT screenshots ### 📊 Changes **10 files changed** (+130 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/e2e/payees.test.ts-snapshots/Payees-checks-the-payees-page-visuals-1-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/payees.test.ts-snapshots/Payees-checks-the-payees-page-visuals-2-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/payees.test.ts-snapshots/Payees-checks-the-payees-page-visuals-3-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/payees.test.ts-snapshots/Payees-checks-the-payees-page-visuals-4-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/payees.test.ts-snapshots/Payees-checks-the-payees-page-visuals-5-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/payees.test.ts-snapshots/Payees-checks-the-payees-page-visuals-6-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/src/components/payees/ManagePayees.tsx` (+61 -19) ➕ `packages/desktop-client/src/components/payees/PayeeOrphanDisplayModeMenu.tsx` (+53 -0) 📝 `packages/loot-core/src/types/prefs.ts` (+10 -0) ➕ `upcoming-release-notes/6996.md` (+6 -0) </details> ### 📄 Description (Sorry for leaving https://github.com/actualbudget/actual/pull/6811 laying around - I was on holiday) This changes the 'include/exclude unused payees' button to a submenu with three options: 'Show all', 'Used only', 'Unused only'. The display preference is persisted in localStorage via `useLocalPref`. <img width="681" height="354" alt="Screenshot 2026-01-29 at 12 20 15" src="https://github.com/user-attachments/assets/4e0fd815-c5bd-4038-a28c-ddd54a7eaf02" /> <!--- actual-bot-sections ---> <hr /> <!--- bundlestats-action-comment key:combined start ---> ### Bundle Stats Bundle | Files count | Total bundle size | % Changed ------ | ----------- | ----------------- | --------- desktop-client | 28 | 14.8 MB → 14.87 MB (+67.21 kB) | +0.44% loot-core | 1 | 5.86 MB | 0% api | 1 | 4.4 MB | 0% <details> <summary>View detailed bundle stats</summary> #### desktop-client **Total** Files count | Total bundle size | % Changed ----------- | ----------------- | --------- 28 | 14.8 MB → 14.87 MB (+67.21 kB) | +0.44% <details> <summary>Changeset</summary> File | Δ | Size ---- | - | ---- `src/components/payees/PayeeOrphanDisplayModeMenu.tsx` | 🆕 +1.17 kB | 0 B → 1.17 kB `home/runner/work/actual/actual/packages/loot-core/src/types/prefs.ts` | 🆕 +89 B | 0 B → 89 B `locale/ca.json` | 📈 +62.58 kB (+54.35%) | 115.14 kB → 177.71 kB `src/components/payees/ManagePayees.tsx` | 📈 +3.38 kB (+20.44%) | 16.56 kB → 19.94 kB `src/accounts/mutations.ts` | 📉 -4 B (-0.02%) | 21.82 kB → 21.82 kB </details> <details> <summary>View detailed bundle breakdown</summary> <div> **Added** No assets were added **Removed** No assets were removed **Bigger** Asset | File Size | % Changed ----- | --------- | --------- static/js/ca.js | 115.14 kB → 177.71 kB (+62.58 kB) | +54.35% static/js/index.js | 9.52 MB → 9.52 MB (+4.63 kB) | +0.05% **Smaller** No assets were smaller **Unchanged** Asset | File Size | % Changed ----- | --------- | --------- static/js/indexeddb-main-thread-worker-e59fee74.js | 12.94 kB | 0% static/js/workbox-window.prod.es5.js | 5.64 kB | 0% static/js/da.js | 106.62 kB | 0% static/js/de.js | 180.44 kB | 0% static/js/en-GB.js | 7.18 kB | 0% static/js/en.js | 167.25 kB | 0% static/js/es.js | 173.83 kB | 0% static/js/fr.js | 179.97 kB | 0% static/js/it.js | 171.44 kB | 0% static/js/nb-NO.js | 157.23 kB | 0% static/js/nl.js | 106.65 kB | 0% static/js/pl.js | 88.64 kB | 0% static/js/pt-BR.js | 154.57 kB | 0% static/js/sv.js | 78.2 kB | 0% static/js/th.js | 182.35 kB | 0% static/js/uk.js | 215.11 kB | 0% static/js/resize-observer.js | 18.37 kB | 0% static/js/BackgroundImage.js | 120.54 kB | 0% static/js/ReportRouter.js | 1.13 MB | 0% static/js/narrow.js | 638.75 kB | 0% static/js/TransactionList.js | 106.13 kB | 0% static/js/wide.js | 165.25 kB | 0% static/js/AppliedFilters.js | 9.71 kB | 0% static/js/usePayeeRuleCounts.js | 10.05 kB | 0% static/js/useTransactionBatchActions.js | 13.23 kB | 0% static/js/FormulaEditor.js | 1.04 MB | 0% </div> </details> --- #### loot-core **Total** Files count | Total bundle size | % Changed ----------- | ----------------- | --------- 1 | 5.86 MB | 0% <details> <summary>View detailed bundle breakdown</summary> <div> **Added** No assets were added **Removed** No assets were removed **Bigger** No assets were bigger **Smaller** No assets were smaller **Unchanged** Asset | File Size | % Changed ----- | --------- | --------- kcab.worker.92NpqIpU.js | 5.86 MB | 0% </div> </details> --- #### api **Total** Files count | Total bundle size | % Changed ----------- | ----------------- | --------- 1 | 4.4 MB | 0% <details> <summary>View detailed bundle breakdown</summary> <div> **Added** No assets were added **Removed** No assets were removed **Bigger** No assets were bigger **Smaller** No assets were smaller **Unchanged** Asset | File Size | % Changed ----- | --------- | --------- bundle.api.js | 4.4 MB | 0% </div> </details> </details> <!--- bundlestats-action-comment key:combined end ---> --- <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 08:46:41 -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#32796