[PR #4880] [MERGED] [Mobile] Fix hidden category groups not being hidden #5641

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4880
Author: @joel-jeremy
Created: 4/23/2025
Status: Merged
Merged: 4/23/2025
Merged by: @joel-jeremy

Base: masterHead: fix-category-groups-not-being-hidden


📝 Commits (2)

  • d04c7b4 Fix hidden category groups not being hidden
  • d905403 Update release note

📊 Changes

8 files changed (+95 additions, -74 deletions)

View changed files

📝 packages/desktop-client/src/components/mobile/budget/BudgetTable.jsx (+14 -13)
📝 packages/desktop-client/src/components/mobile/budget/ExpenseCategoryList.tsx (+5 -5)
📝 packages/desktop-client/src/components/mobile/budget/ExpenseCategoryListItem.tsx (+6 -6)
📝 packages/desktop-client/src/components/mobile/budget/ExpenseGroupList.tsx (+20 -16)
📝 packages/desktop-client/src/components/mobile/budget/ExpenseGroupListItem.tsx (+29 -24)
📝 packages/desktop-client/src/components/mobile/budget/IncomeGroup.tsx (+14 -9)
📝 packages/desktop-client/src/components/mobile/budget/index.tsx (+1 -1)
upcoming-release-notes/4880.md (+6 -0)

📄 Description


🔄 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/4880 **Author:** [@joel-jeremy](https://github.com/joel-jeremy) **Created:** 4/23/2025 **Status:** ✅ Merged **Merged:** 4/23/2025 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `fix-category-groups-not-being-hidden` --- ### 📝 Commits (2) - [`d04c7b4`](https://github.com/actualbudget/actual/commit/d04c7b492917f827fe32091044aa448ed7d6676b) Fix hidden category groups not being hidden - [`d905403`](https://github.com/actualbudget/actual/commit/d90540372385331a9005f7d3a4c1d2ee1c4aaa27) Update release note ### 📊 Changes **8 files changed** (+95 additions, -74 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/mobile/budget/BudgetTable.jsx` (+14 -13) 📝 `packages/desktop-client/src/components/mobile/budget/ExpenseCategoryList.tsx` (+5 -5) 📝 `packages/desktop-client/src/components/mobile/budget/ExpenseCategoryListItem.tsx` (+6 -6) 📝 `packages/desktop-client/src/components/mobile/budget/ExpenseGroupList.tsx` (+20 -16) 📝 `packages/desktop-client/src/components/mobile/budget/ExpenseGroupListItem.tsx` (+29 -24) 📝 `packages/desktop-client/src/components/mobile/budget/IncomeGroup.tsx` (+14 -9) 📝 `packages/desktop-client/src/components/mobile/budget/index.tsx` (+1 -1) ➕ `upcoming-release-notes/4880.md` (+6 -0) </details> ### 📄 Description <!-- 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. --> --- <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:15:53 -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#5641