[PR #6336] fix: add missing error handling to transaction creation page #6450

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

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

State: closed
Merged: Yes


Fix: Mobile "Add Transaction" blank page when no accounts exist

This PR resolves an issue where the "Add Transaction" page on mobile devices would appear blank if no accounts were configured. Fixes #6311

Previously, the TransactionEdit component returned null when no accounts were present, leading to a broken user experience. This change aligns the mobile behavior with the desktop experience, providing a clear message and an "Add account" button to guide users, rather than a blank screen.


Open in Cursor Open in Web

**Original Pull Request:** https://github.com/actualbudget/actual/pull/6336 **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. --> Fix: Mobile "Add Transaction" blank page when no accounts exist This PR resolves an issue where the "Add Transaction" page on mobile devices would appear blank if no accounts were configured. Fixes #6311 Previously, the `TransactionEdit` component returned `null` when no accounts were present, leading to a broken user experience. This change aligns the mobile behavior with the desktop experience, providing a clear message and an "Add account" button to guide users, rather than a blank screen. --- <a href="https://cursor.com/background-agent?bcId=bc-4a8870c7-a3a1-4b39-b4ee-d5df090778e5"><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-4a8870c7-a3a1-4b39-b4ee-d5df090778e5"><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-02-28 21:28:31 -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#6450