[PR #1914] [CLOSED] Do not include hidden Categories when adding transactions #4018

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1914
Author: @ioslife
Created: 11/16/2023
Status: Closed

Base: masterHead: feature/honor-hidden-categories-in-transaction-view


📝 Commits (5)

  • 0085215 add filter to not include hidden categories when adding transaction
  • 60bc0e8 adding release notes
  • c0171da addressing linting failure
  • 849a3ee making authors a list
  • e18fd5c running yarn eslint --fix

📊 Changes

2 files changed (+98 additions, -90 deletions)

View changed files

📝 packages/desktop-client/src/components/autocomplete/CategoryAutocomplete.tsx (+92 -90)
upcoming-release-notes/1914.md (+6 -0)

📄 Description


category: Features
authors: iOSLife

Adds a filter on the item list in the CategoryAutocomplete component. This will prevent users from accidentally adding a transaction to a hidden category.


🔄 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/1914 **Author:** [@ioslife](https://github.com/ioslife) **Created:** 11/16/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature/honor-hidden-categories-in-transaction-view` --- ### 📝 Commits (5) - [`0085215`](https://github.com/actualbudget/actual/commit/0085215000b39621fc9ba6661d629e960808740c) add filter to not include hidden categories when adding transaction - [`60bc0e8`](https://github.com/actualbudget/actual/commit/60bc0e85603e7ee90862e96d66f65cea9f760298) adding release notes - [`c0171da`](https://github.com/actualbudget/actual/commit/c0171dabc0158692ce176966e6024002cc945077) addressing linting failure - [`849a3ee`](https://github.com/actualbudget/actual/commit/849a3ee2fd60bca2a4f18e22df14c0f4565202e0) making authors a list - [`e18fd5c`](https://github.com/actualbudget/actual/commit/e18fd5cc19cd84f7b0362f4371b6787b8b64c86a) running yarn eslint --fix ### 📊 Changes **2 files changed** (+98 additions, -90 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/autocomplete/CategoryAutocomplete.tsx` (+92 -90) ➕ `upcoming-release-notes/1914.md` (+6 -0) </details> ### 📄 Description --- category: Features authors: iOSLife --- Adds a filter on the item list in the CategoryAutocomplete component. This will prevent users from accidentally adding a transaction to a hidden category. --- <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:50:21 -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#4018