[PR #5824] [MERGED] Mobile payees - swipe to delete #6148

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5824
Author: @MatissJanis
Created: 9/30/2025
Status: Merged
Merged: 10/6/2025
Merged by: @MatissJanis

Base: masterHead: matiss/mobile-payees-delete


📝 Commits (6)

  • 816d219 Mobile payees - swipe to delete
  • d55aaa1 Enhance ActionableGridListItem component by adding drag state management and improving transform handling for swipe actions.
  • ad29fa0 Refactor ActionableGridListItem and PayeesListItem components for improved functionality and styling. Added overflow handling in ActionableGridListItem and made onDelete prop required in PayeesListItem.
  • c4b4d2b Update ActionableGridListItem to ensure consistent background color handling when no actions are present.
  • c420a5c Merge branch 'master' into matiss/mobile-payees-delete
  • 0f00287 Merge branch 'master' into matiss/mobile-payees-delete

📊 Changes

5 files changed (+204 additions, -10 deletions)

View changed files

packages/desktop-client/src/components/mobile/ActionableGridListItem.tsx (+140 -0)
📝 packages/desktop-client/src/components/mobile/payees/MobilePayeesPage.tsx (+30 -1)
📝 packages/desktop-client/src/components/mobile/payees/PayeesList.tsx (+3 -0)
📝 packages/desktop-client/src/components/mobile/payees/PayeesListItem.tsx (+25 -9)
upcoming-release-notes/5824.md (+6 -0)

📄 Description

Swipe to reveal the delete button on payees.

Long-press is great for batch operations, but swiping is IMO slightly better for single-use operations. For now: deletion only on payees, but I'd like to add this same functionality to rules & transactions too. LMK what you think.


🔄 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/5824 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 9/30/2025 **Status:** ✅ Merged **Merged:** 10/6/2025 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/mobile-payees-delete` --- ### 📝 Commits (6) - [`816d219`](https://github.com/actualbudget/actual/commit/816d2199d28b23cfad04d925435b069d2f61daa1) Mobile payees - swipe to delete - [`d55aaa1`](https://github.com/actualbudget/actual/commit/d55aaa1ab3cc30176884b65a490bacfccef10527) Enhance ActionableGridListItem component by adding drag state management and improving transform handling for swipe actions. - [`ad29fa0`](https://github.com/actualbudget/actual/commit/ad29fa06d4f760727291b2a0226508c873b86c97) Refactor ActionableGridListItem and PayeesListItem components for improved functionality and styling. Added overflow handling in ActionableGridListItem and made onDelete prop required in PayeesListItem. - [`c4b4d2b`](https://github.com/actualbudget/actual/commit/c4b4d2b458350d972da52b0dced1d8e7f495c9f4) Update ActionableGridListItem to ensure consistent background color handling when no actions are present. - [`c420a5c`](https://github.com/actualbudget/actual/commit/c420a5c66ce8e7eb94d47f68ff342c20f5a6acc7) Merge branch 'master' into matiss/mobile-payees-delete - [`0f00287`](https://github.com/actualbudget/actual/commit/0f002873718ec29960d726a563ff6de4d1f3b913) Merge branch 'master' into matiss/mobile-payees-delete ### 📊 Changes **5 files changed** (+204 additions, -10 deletions) <details> <summary>View changed files</summary> ➕ `packages/desktop-client/src/components/mobile/ActionableGridListItem.tsx` (+140 -0) 📝 `packages/desktop-client/src/components/mobile/payees/MobilePayeesPage.tsx` (+30 -1) 📝 `packages/desktop-client/src/components/mobile/payees/PayeesList.tsx` (+3 -0) 📝 `packages/desktop-client/src/components/mobile/payees/PayeesListItem.tsx` (+25 -9) ➕ `upcoming-release-notes/5824.md` (+6 -0) </details> ### 📄 Description Swipe to reveal the delete button on payees. Long-press is great for batch operations, but swiping is IMO _slightly_ better for single-use operations. For now: deletion only on payees, but I'd like to add this same functionality to rules & transactions too. LMK what you think. --- <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:38 -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#6148