[PR #5269] [MERGED] fix: apply context menu actions to all selected transactions and payees #12907

Closed
opened 2026-04-10 21:42:14 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5269
Author: @tostasmistas
Created: 7/2/2025
Status: Merged
Merged: 7/11/2025
Merged by: @youngcw

Base: masterHead: fix/context-menu-all-selected-transactions


📝 Commits (2)

  • 2b14053 fix: apply context menu actions to all selected transactions
  • 85d51ce fix: apply context menu actions to all selected payees

📊 Changes

6 files changed (+217 additions, -132 deletions)

View changed files

📝 packages/desktop-client/src/components/payees/ManagePayees.tsx (+3 -2)
📝 packages/desktop-client/src/components/payees/PayeeTableRow.tsx (+20 -7)
📝 packages/desktop-client/src/components/table.tsx (+3 -1)
📝 packages/desktop-client/src/components/transactions/TransactionMenu.tsx (+106 -54)
📝 packages/desktop-client/src/components/transactions/TransactionsTable.tsx (+79 -68)
upcoming-release-notes/5269.md (+6 -0)

📄 Description

This PR fixes the issue that when multiple transactions were selected and the user right-clicked on one transaction, context menu actions were only being applied to the right-clicked transaction instead of all selected transactions.


  • Before

Untitled

Untitled

  • After

Untitled1

Untitled



🔄 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/5269 **Author:** [@tostasmistas](https://github.com/tostasmistas) **Created:** 7/2/2025 **Status:** ✅ Merged **Merged:** 7/11/2025 **Merged by:** [@youngcw](https://github.com/youngcw) **Base:** `master` ← **Head:** `fix/context-menu-all-selected-transactions` --- ### 📝 Commits (2) - [`2b14053`](https://github.com/actualbudget/actual/commit/2b14053c465ca0eb7cea1a0e2ec8a63ed2604a28) fix: apply context menu actions to all selected transactions - [`85d51ce`](https://github.com/actualbudget/actual/commit/85d51cec617a0cf74250b3557f5448b2da04b6fb) fix: apply context menu actions to all selected payees ### 📊 Changes **6 files changed** (+217 additions, -132 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/payees/ManagePayees.tsx` (+3 -2) 📝 `packages/desktop-client/src/components/payees/PayeeTableRow.tsx` (+20 -7) 📝 `packages/desktop-client/src/components/table.tsx` (+3 -1) 📝 `packages/desktop-client/src/components/transactions/TransactionMenu.tsx` (+106 -54) 📝 `packages/desktop-client/src/components/transactions/TransactionsTable.tsx` (+79 -68) ➕ `upcoming-release-notes/5269.md` (+6 -0) </details> ### 📄 Description This PR fixes the issue that when multiple transactions were selected and the user right-clicked on one transaction, context menu actions were only being applied to the right-clicked transaction instead of all selected transactions. --- - Before <kbd>![Untitled](https://github.com/user-attachments/assets/ffeb4276-a99c-4678-ae6b-d64618828f56)</kbd> <kbd>![Untitled](https://github.com/user-attachments/assets/a4e305a0-107a-4606-b396-2c256eb680dd)</kbd> - After <kbd>![Untitled1](https://github.com/user-attachments/assets/1edd86c3-e789-458b-b264-9b28770d57cc)</kbd> <kbd>![Untitled](https://github.com/user-attachments/assets/1fae35f9-06ba-4bd2-9920-8159fb5228af)</kbd> --- --- <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-10 21:42:14 -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#12907