[PR #5874] Add edit payee functionality to mobile page #6180

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

Original Pull Request: https://github.com/actualbudget/actual/pull/5874

State: closed
Merged: Yes


Add an 'Edit' button to mobile payee list items, allowing users to rename payees via a modal.


Open in Cursor Open in Web


Note

Adds a mobile payee edit page with routing and rename support, updates list item swipe actions/navigation, and adjusts tests and release notes.

  • Mobile Payees:
    • Edit Page: Add MobilePayeeEditPage (/payees/:id) to rename payees via payees-batch-change, with undo notification and error handling.
    • Routing/Exports: Wire route in FinancesApp and export PayeeEdit in responsive/narrow and responsive/wide.
    • List & Actions:
      • Tapping a payee now navigates to the edit page.
      • PayeesList/PayeesListItem: add onPayeeRuleAction; swipe actions now show "View/Create rule" and "Delete".
      • ActionableGridListItem: actions can be a function receiving { close }; support wider actionsWidth and close-on-action behavior.
  • E2E:
    • Update tests and page model to navigate to /payees/:id and assert edit form elements.
  • Release Notes:
    • Add enhancement entry for mobile payee editing.

Written by Cursor Bugbot for commit 6a699250db. This will update automatically on new commits. Configure here.

**Original Pull Request:** https://github.com/actualbudget/actual/pull/5874 **State:** closed **Merged:** Yes --- Add an 'Edit' button to mobile payee list items, allowing users to rename payees via a modal. --- <a href="https://cursor.com/background-agent?bcId=bc-62d5d0b1-f2e2-4958-a95a-68ee8dade58d"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/open-in-cursor-dark.svg"><source media="(prefers-color-scheme: light)" srcset="https://cursor.com/open-in-cursor-light.svg"><img alt="Open in Cursor" src="https://cursor.com/open-in-cursor.svg"></picture></a>&nbsp;<a href="https://cursor.com/agents?id=bc-62d5d0b1-f2e2-4958-a95a-68ee8dade58d"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/open-in-web-dark.svg"><source media="(prefers-color-scheme: light)" srcset="https://cursor.com/open-in-web-light.svg"><img alt="Open in Web" src="https://cursor.com/open-in-web.svg"></picture></a> <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Adds a mobile payee edit page with routing and rename support, updates list item swipe actions/navigation, and adjusts tests and release notes. > > - **Mobile Payees**: > - **Edit Page**: Add `MobilePayeeEditPage` (`/payees/:id`) to rename payees via `payees-batch-change`, with undo notification and error handling. > - **Routing/Exports**: Wire route in `FinancesApp` and export `PayeeEdit` in `responsive/narrow` and `responsive/wide`. > - **List & Actions**: > - Tapping a payee now navigates to the edit page. > - `PayeesList`/`PayeesListItem`: add `onPayeeRuleAction`; swipe actions now show "View/Create rule" and "Delete". > - `ActionableGridListItem`: `actions` can be a function receiving `{ close }`; support wider `actionsWidth` and close-on-action behavior. > - **E2E**: > - Update tests and page model to navigate to `/payees/:id` and assert edit form elements. > - **Release Notes**: > - Add enhancement entry for mobile payee editing. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 6a699250db2de6be8d7fbfe6f304af2758a01662. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
GiteaMirror added the pull-request label 2026-02-28 21:24:59 -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#6180