[PR #2056] [MERGED] Mobile - Add cleared and uncleared Balances in Account Details #4087

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2056
Author: @HansiWursti
Created: 12/9/2023
Status: Merged
Merged: 1/9/2024
Merged by: @shall0pass

Base: masterHead: master


📝 Commits (8)

📊 Changes

6 files changed (+100 additions, -11 deletions)

View changed files

📝 packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-creates-a-transaction-via-footer-button-5-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-creates-a-transaction-via-footer-button-6-chromium-linux.png (+0 -0)
📝 packages/desktop-client/src/components/accounts/MobileAccount.jsx (+4 -0)
📝 packages/desktop-client/src/components/accounts/MobileAccountDetails.jsx (+70 -11)
📝 packages/loot-core/src/client/queries.ts (+20 -0)
upcoming-release-notes/2056.md (+6 -0)

📄 Description

Hello,

thank you for the work at Actual Budget.

I added a small Feature that i personally miss in the mobile View in Account Details.

Bildschirmfoto am 2023-12-09 um 19 21 39

Maybe it could fit into the regular Build.

Possibly one could make the Balance text a button and toggle it or just show the cleared and uncleared fields, if there are some uncleared transactions.

Thank you!


🔄 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/2056 **Author:** [@HansiWursti](https://github.com/HansiWursti) **Created:** 12/9/2023 **Status:** ✅ Merged **Merged:** 1/9/2024 **Merged by:** [@shall0pass](https://github.com/shall0pass) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (8) - [`a0bf3b3`](https://github.com/actualbudget/actual/commit/a0bf3b3cf3136340843dbbe3eeaaf514821cda29) - Added Mobile Account Cleared and Uncleared - [`744eeec`](https://github.com/actualbudget/actual/commit/744eeece8fb20398e37c3c331790c107e3e51687) Changed font size - [`467faae`](https://github.com/actualbudget/actual/commit/467faaeaf3d1ab67e7b3e5e1cd865ef27e7db382) Add release notes - [`53ba33e`](https://github.com/actualbudget/actual/commit/53ba33e6ab1ab3277bca9cd7b7769510395762f6) Changed Visibility - [`56024c9`](https://github.com/actualbudget/actual/commit/56024c94bc80f1ac967264b98d83222042150a67) Centered the different Values - [`ea3700c`](https://github.com/actualbudget/actual/commit/ea3700c8ca2f2b2e107085bf3d8bbd5a5ab595b2) Updated VRT - [`828d556`](https://github.com/actualbudget/actual/commit/828d556fddb5445df7616980db96b0071aa6e1af) Fix merge Conflict?! - [`c860d30`](https://github.com/actualbudget/actual/commit/c860d308889897fd225121ef9d65efcecd817165) Merge remote-tracking branch 'actual/master' ### 📊 Changes **6 files changed** (+100 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-creates-a-transaction-via-footer-button-5-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-creates-a-transaction-via-footer-button-6-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/src/components/accounts/MobileAccount.jsx` (+4 -0) 📝 `packages/desktop-client/src/components/accounts/MobileAccountDetails.jsx` (+70 -11) 📝 `packages/loot-core/src/client/queries.ts` (+20 -0) ➕ `upcoming-release-notes/2056.md` (+6 -0) </details> ### 📄 Description Hello, thank you for the work at Actual Budget. I added a small Feature that i personally miss in the mobile View in Account Details. ![Bildschirmfoto am 2023-12-09 um 19 21 39](https://github.com/actualbudget/actual/assets/21249374/217b2310-de63-46db-b9c9-fba84f8dbcca) Maybe it could fit into the regular Build. Possibly one could make the Balance text a button and toggle it or just show the cleared and uncleared fields, if there are some uncleared transactions. Thank you! --- <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:51:19 -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#4087