[PR #4584] [MERGED] Show closed accounts on mobile UI (#4581) #5466

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4584
Author: @alcroito
Created: 3/9/2025
Status: Merged
Merged: 4/9/2025
Merged by: @matt-fidd

Base: masterHead: view_closed_accounts_on_mobile


📝 Commits (2)

  • e62c24b Show closed accounts on mobile UI (#4581)
  • 1584c75 Merge branch 'master' into view_closed_accounts_on_mobile

📊 Changes

7 files changed (+205 additions, -97 deletions)

View changed files

📝 packages/desktop-client/src/components/mobile/accounts/Account.tsx (+2 -0)
📝 packages/desktop-client/src/components/mobile/accounts/AccountTransactions.tsx (+6 -0)
📝 packages/desktop-client/src/components/mobile/accounts/Accounts.tsx (+166 -95)
📝 packages/desktop-client/src/components/mobile/transactions/TransactionListWithBalances.tsx (+1 -0)
📝 packages/desktop-client/src/components/spreadsheet/index.ts (+1 -0)
📝 packages/loot-core/src/client/queries.ts (+23 -2)
upcoming-release-notes/4584.md (+6 -0)

📄 Description

This PR adds an additional 'Closed Accounts' group to the accounts page, below the Budget and Off Budget groups.
This allows filtering / searching for transactions in closed accounts.


🔄 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/4584 **Author:** [@alcroito](https://github.com/alcroito) **Created:** 3/9/2025 **Status:** ✅ Merged **Merged:** 4/9/2025 **Merged by:** [@matt-fidd](https://github.com/matt-fidd) **Base:** `master` ← **Head:** `view_closed_accounts_on_mobile` --- ### 📝 Commits (2) - [`e62c24b`](https://github.com/actualbudget/actual/commit/e62c24b76b295871857eb88a988442fa89de13a6) Show closed accounts on mobile UI (#4581) - [`1584c75`](https://github.com/actualbudget/actual/commit/1584c757ca3fc2655ac4b0cd6107618415f474e0) Merge branch 'master' into view_closed_accounts_on_mobile ### 📊 Changes **7 files changed** (+205 additions, -97 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/mobile/accounts/Account.tsx` (+2 -0) 📝 `packages/desktop-client/src/components/mobile/accounts/AccountTransactions.tsx` (+6 -0) 📝 `packages/desktop-client/src/components/mobile/accounts/Accounts.tsx` (+166 -95) 📝 `packages/desktop-client/src/components/mobile/transactions/TransactionListWithBalances.tsx` (+1 -0) 📝 `packages/desktop-client/src/components/spreadsheet/index.ts` (+1 -0) 📝 `packages/loot-core/src/client/queries.ts` (+23 -2) ➕ `upcoming-release-notes/4584.md` (+6 -0) </details> ### 📄 Description This PR adds an additional 'Closed Accounts' group to the accounts page, below the Budget and Off Budget groups. This allows filtering / searching for transactions in closed accounts. --- <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:12:56 -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#5466