[PR #1654] [MERGED] Mobile: Dont show hidden groups #53177

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1654
Author: @youngcw
Created: 9/5/2023
Status: Merged
Merged: 9/7/2023
Merged by: @joel-jeremy

Base: masterHead: mobile_hidden_group


📝 Commits (10+)

  • a93b4b4 fix percent goals in the same priority level not compounding but overwritting
  • e774879 release note
  • 565b8ad Merge branch 'master' into goals-fix_percent_compount
  • 874dcba don't show hidden groups on mobile view
  • f6281da cleanup
  • dbbae2d cleanup2
  • 653eb3e cleanup3
  • 3ab7834 update
  • 520a311 release note
  • a3fc06c Merge branch 'master' into mobile_hidden_group

📊 Changes

2 files changed (+44 additions, -35 deletions)

View changed files

📝 packages/desktop-client/src/components/budget/MobileBudgetTable.js (+38 -35)
upcoming-release-notes/1654.md (+6 -0)

📄 Description

On the mobile view hidden groups are still shown. This fixes that by catching if the group is hidden and returns empty content for that group.

This matches the behavior of the standard view by hiding the whole group even if the categories inside the group are not hidden.


🔄 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/1654 **Author:** [@youngcw](https://github.com/youngcw) **Created:** 9/5/2023 **Status:** ✅ Merged **Merged:** 9/7/2023 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `mobile_hidden_group` --- ### 📝 Commits (10+) - [`a93b4b4`](https://github.com/actualbudget/actual/commit/a93b4b497d2343d6525cc1cde65053706d93c5d3) fix percent goals in the same priority level not compounding but overwritting - [`e774879`](https://github.com/actualbudget/actual/commit/e7748797f29e6aadcee3dadd50258c3c429dced7) release note - [`565b8ad`](https://github.com/actualbudget/actual/commit/565b8ad15d97099c147a155aa59fe87aaa37af27) Merge branch 'master' into goals-fix_percent_compount - [`874dcba`](https://github.com/actualbudget/actual/commit/874dcba07508f2b50d53de3892a2820f9b8771ef) don't show hidden groups on mobile view - [`f6281da`](https://github.com/actualbudget/actual/commit/f6281da159032b19e4a5bca36f11d63f219714ef) cleanup - [`dbbae2d`](https://github.com/actualbudget/actual/commit/dbbae2d2c894de6c20781a29cc66c054466e1e43) cleanup2 - [`653eb3e`](https://github.com/actualbudget/actual/commit/653eb3ee4ffb5da1d7d0a71c684cc23690adeaf3) cleanup3 - [`3ab7834`](https://github.com/actualbudget/actual/commit/3ab783460a3112713b9a6b93f4bde8997cf86683) update - [`520a311`](https://github.com/actualbudget/actual/commit/520a311204d2cbf394861a61e53ad744f79244b7) release note - [`a3fc06c`](https://github.com/actualbudget/actual/commit/a3fc06c6388533679aa0537c898a2b8984a393e8) Merge branch 'master' into mobile_hidden_group ### 📊 Changes **2 files changed** (+44 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/budget/MobileBudgetTable.js` (+38 -35) ➕ `upcoming-release-notes/1654.md` (+6 -0) </details> ### 📄 Description On the mobile view hidden groups are still shown. This fixes that by catching if the group is hidden and returns empty content for that group. This matches the behavior of the standard view by hiding the whole group even if the categories inside the group are not hidden. --- <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-04-30 21:39:37 -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#53177