[PR #1060] [MERGED] [Feature] Hide category #3494

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1060
Author: @Miodec
Created: 5/25/2023
Status: Merged
Merged: 5/27/2023
Merged by: @MatissJanis

Base: masterHead: hide-category


📝 Commits (10+)

  • 9762e9a added hidden property to categories
  • 150514b fading category if hidden
  • 43eb29c added option to toggle hidden property
  • 280cffb added ability to toggle visibility of hidden categories
  • 602e005 added release notes
  • b4ce9a2 updated release number
  • e4f1904 storing showHiddenCategories in user prefs
  • 75a2fdd fixed forwardRef error
  • 8f638da hiding category group if all categories inside are hidden,
  • 588a3d7 fading whole row instead of just the name

📊 Changes

5 files changed (+159 additions, -18 deletions)

View changed files

📝 packages/desktop-client/src/components/budget/index.js (+13 -4)
📝 packages/desktop-client/src/components/budget/misc.js (+132 -14)
packages/loot-core/migrations/1685007876842_add_category_hidden.sql (+6 -0)
📝 packages/loot-core/src/server/aql/schema/index.ts (+2 -0)
upcoming-release-notes/1060.md (+6 -0)

📄 Description

  • Added the ability to hide category groups.
  • Added a menu to the budget header which for now just has one option: toggle visibility of hidden categories
    image
    image
    image

🔄 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/1060 **Author:** [@Miodec](https://github.com/Miodec) **Created:** 5/25/2023 **Status:** ✅ Merged **Merged:** 5/27/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `hide-category` --- ### 📝 Commits (10+) - [`9762e9a`](https://github.com/actualbudget/actual/commit/9762e9aea12885a56d12aa528e3f1268a6859a07) added hidden property to categories - [`150514b`](https://github.com/actualbudget/actual/commit/150514bb3c8cf9b509da48c2795bc4532d63a35b) fading category if hidden - [`43eb29c`](https://github.com/actualbudget/actual/commit/43eb29ceb2878160ecd77c6d52ac0d11e82e68d5) added option to toggle hidden property - [`280cffb`](https://github.com/actualbudget/actual/commit/280cffbad4ba095525c86f83a4570402e494d23a) added ability to toggle visibility of hidden categories - [`602e005`](https://github.com/actualbudget/actual/commit/602e0051761a891cb5487306787291089cc9cfe5) added release notes - [`b4ce9a2`](https://github.com/actualbudget/actual/commit/b4ce9a25f969a4e508909ad5b1578b2f9dbb4536) updated release number - [`e4f1904`](https://github.com/actualbudget/actual/commit/e4f190477dae7e28cb1f08eac18cd93022bf8044) storing showHiddenCategories in user prefs - [`75a2fdd`](https://github.com/actualbudget/actual/commit/75a2fdd8fa61e80021219c0cc9f7e23fd22a6ff4) fixed forwardRef error - [`8f638da`](https://github.com/actualbudget/actual/commit/8f638da6152bb414f1d08629239d898ab7caa001) hiding category group if all categories inside are hidden, - [`588a3d7`](https://github.com/actualbudget/actual/commit/588a3d7c20e1732c7603f6322b15f5991f7b15c6) fading whole row instead of just the name ### 📊 Changes **5 files changed** (+159 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/budget/index.js` (+13 -4) 📝 `packages/desktop-client/src/components/budget/misc.js` (+132 -14) ➕ `packages/loot-core/migrations/1685007876842_add_category_hidden.sql` (+6 -0) 📝 `packages/loot-core/src/server/aql/schema/index.ts` (+2 -0) ➕ `upcoming-release-notes/1060.md` (+6 -0) </details> ### 📄 Description - Added the ability to hide category groups. - Added a menu to the budget header which for now just has one option: toggle visibility of hidden categories <img width="314" alt="image" src="https://github.com/actualbudget/actual/assets/13181393/eeb9efe2-30fd-4acd-8751-149b5d2b7d2e"> <img width="245" alt="image" src="https://github.com/actualbudget/actual/assets/13181393/81e865e5-f9fd-4b1a-ab16-aabcfaa9b439"> <img width="313" alt="image" src="https://github.com/actualbudget/actual/assets/13181393/223c96e6-62fb-4cd8-a7c5-7ef28efe8ab6"> --- <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:42:28 -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#3494