[PR #5767] Create mobile payees list page #13160

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

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

State: closed
Merged: Yes


This PR introduces a new mobile-first Payees page, accessible via /payees on narrow screens.

Key changes:

  • Mobile Payees Page: Added MobilePayeesPage with a search bar and a list of payees, mirroring the design of the mobile rules page.
  • Mobile Navigation: The Payees tab in the mobile navigation now links to this new page.
  • Responsive Routing: Ensures desktop users continue to use the existing ManagePayeesPage, while mobile users get the new dedicated experience.
  • No-op Payee Click: Clicking on a payee in the list currently performs no action, as specified.

Open in Cursor Open in Web

**Original Pull Request:** https://github.com/actualbudget/actual/pull/5767 **State:** closed **Merged:** Yes --- <!-- 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. Try running yarn generate:release-notes *before* pushing your PR for an interactive experience. --> This PR introduces a new mobile-first Payees page, accessible via `/payees` on narrow screens. **Key changes:** * **Mobile Payees Page:** Added `MobilePayeesPage` with a search bar and a list of payees, mirroring the design of the mobile rules page. * **Mobile Navigation:** The Payees tab in the mobile navigation now links to this new page. * **Responsive Routing:** Ensures desktop users continue to use the existing `ManagePayeesPage`, while mobile users get the new dedicated experience. * **No-op Payee Click:** Clicking on a payee in the list currently performs no action, as specified. --- <a href="https://cursor.com/background-agent?bcId=bc-c245263f-8cc6-4d63-a051-f2f55ccd4a6c"><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-c245263f-8cc6-4d63-a051-f2f55ccd4a6c"><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>
GiteaMirror added the pull-request label 2026-04-10 21:48:39 -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#13160