[PR #2429] [MERGED] Hide hidden categories in auto-complete #11354

Closed
opened 2026-04-10 20:58:43 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2429
Author: @carkom
Created: 3/6/2024
Status: Merged
Merged: 3/11/2024
Merged by: @carkom

Base: masterHead: hiddenCategory


📝 Commits (4)

📊 Changes

10 files changed (+49 additions, -1 deletions)

View changed files

📝 packages/desktop-client/src/components/autocomplete/CategoryAutocomplete.tsx (+25 -0)
📝 packages/desktop-client/src/components/autocomplete/ItemHeader.tsx (+11 -1)
📝 packages/desktop-client/src/components/budget/rollover/CoverTooltip.tsx (+1 -0)
📝 packages/desktop-client/src/components/budget/rollover/TransferTooltip.tsx (+1 -0)
📝 packages/desktop-client/src/components/modals/CloseAccount.tsx (+1 -0)
📝 packages/desktop-client/src/components/modals/ConfirmCategoryDelete.tsx (+1 -0)
📝 packages/desktop-client/src/components/modals/EditField.jsx (+1 -0)
📝 packages/desktop-client/src/components/transactions/TransactionsTable.jsx (+1 -0)
📝 packages/desktop-client/src/components/util/GenericInput.jsx (+1 -0)
upcoming-release-notes/2429.md (+6 -0)

📄 Description

Picking up #1843 as it was basically complete. Seemed like everyone had come to concensus on how to implement and best UI, just needed some tweaks to get it passing CI. I've also added the same logic/process to the category groups that was applied to the items.

Props to @Shazib for doing all the legwork and coding.

I have showhiddenitems = true on "all accounts" transaction table so you can see what it looks like. It's disabled in the filters menu so you can compare. I plan to disable on the transactions table before merge.


🔄 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/2429 **Author:** [@carkom](https://github.com/carkom) **Created:** 3/6/2024 **Status:** ✅ Merged **Merged:** 3/11/2024 **Merged by:** [@carkom](https://github.com/carkom) **Base:** `master` ← **Head:** `hiddenCategory` --- ### 📝 Commits (4) - [`07c3512`](https://github.com/actualbudget/actual/commit/07c3512ca2b556e50c4eea6b611475955e737da8) the work - [`aa152e7`](https://github.com/actualbudget/actual/commit/aa152e7f9220c7e8ec94442940e263df4f24b18e) notes - [`134024f`](https://github.com/actualbudget/actual/commit/134024ff15994079796b4fc1b2f010e75063ddba) add to elements - [`76be610`](https://github.com/actualbudget/actual/commit/76be61063e71f068aa1a61ce1ab30f7bb8c964c4) Merge branch 'master' into hiddenCategory ### 📊 Changes **10 files changed** (+49 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/autocomplete/CategoryAutocomplete.tsx` (+25 -0) 📝 `packages/desktop-client/src/components/autocomplete/ItemHeader.tsx` (+11 -1) 📝 `packages/desktop-client/src/components/budget/rollover/CoverTooltip.tsx` (+1 -0) 📝 `packages/desktop-client/src/components/budget/rollover/TransferTooltip.tsx` (+1 -0) 📝 `packages/desktop-client/src/components/modals/CloseAccount.tsx` (+1 -0) 📝 `packages/desktop-client/src/components/modals/ConfirmCategoryDelete.tsx` (+1 -0) 📝 `packages/desktop-client/src/components/modals/EditField.jsx` (+1 -0) 📝 `packages/desktop-client/src/components/transactions/TransactionsTable.jsx` (+1 -0) 📝 `packages/desktop-client/src/components/util/GenericInput.jsx` (+1 -0) ➕ `upcoming-release-notes/2429.md` (+6 -0) </details> ### 📄 Description Picking up #1843 as it was basically complete. Seemed like everyone had come to concensus on how to implement and best UI, just needed some tweaks to get it passing CI. I've also added the same logic/process to the category groups that was applied to the items. Props to @Shazib for doing all the legwork and coding. I have `showhiddenitems = true` on "all accounts" transaction table so you can see what it looks like. It's disabled in the filters menu so you can compare. I plan to disable on the transactions table before merge. --- <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-10 20:58:43 -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#11354