[PR #1171] [MERGED] Fix transaction list page being blank on mobile #3564

Closed
opened 2026-02-28 20:43:30 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1171
Author: @j-f1
Created: 6/23/2023
Status: Merged
Merged: 6/24/2023
Merged by: @j-f1

Base: masterHead: jed/fix-mobile-accounts


📝 Commits (3)

  • 7799af6 Remove unnecessary props.match check in MobileAccount
  • faa0389 Fix refetching transactions when switching accounts
  • a4f60e8 Add release note

📊 Changes

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

View changed files

📝 packages/desktop-client/src/components/FinancesApp.js (+1 -10)
📝 packages/desktop-client/src/components/accounts/Account.js (+1 -1)
📝 packages/desktop-client/src/components/accounts/MobileAccount.js (+1 -1)
📝 packages/desktop-client/src/components/budget/index.js (+1 -1)
upcoming-release-notes/1171.md (+6 -0)

📄 Description

Also remove the need to unmount & remount when switching between accounts. Fixes #1169


🔄 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/1171 **Author:** [@j-f1](https://github.com/j-f1) **Created:** 6/23/2023 **Status:** ✅ Merged **Merged:** 6/24/2023 **Merged by:** [@j-f1](https://github.com/j-f1) **Base:** `master` ← **Head:** `jed/fix-mobile-accounts` --- ### 📝 Commits (3) - [`7799af6`](https://github.com/actualbudget/actual/commit/7799af6312923b226e3bc377c06e551dc3842fc8) Remove unnecessary props.match check in MobileAccount - [`faa0389`](https://github.com/actualbudget/actual/commit/faa03892d535f157dba3798fb978f80d1f8f2edd) Fix refetching transactions when switching accounts - [`a4f60e8`](https://github.com/actualbudget/actual/commit/a4f60e81844393c5f755bbf218878a854c7fb7a6) Add release note ### 📊 Changes **5 files changed** (+10 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/FinancesApp.js` (+1 -10) 📝 `packages/desktop-client/src/components/accounts/Account.js` (+1 -1) 📝 `packages/desktop-client/src/components/accounts/MobileAccount.js` (+1 -1) 📝 `packages/desktop-client/src/components/budget/index.js` (+1 -1) ➕ `upcoming-release-notes/1171.md` (+6 -0) </details> ### 📄 Description Also remove the need to unmount & remount when switching between accounts. Fixes #1169 --- <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 20:43:30 -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#3564