[PR #2861] [MERGED] Add filtering of group name to autocomplete for transactions #4555

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2861
Author: @Crazypkr1099
Created: 6/9/2024
Status: Merged
Merged: 6/18/2024
Merged by: @youngcw

Base: masterHead: autoCompleteCategories


📝 Commits (10+)

  • 2476e45 Delete packages/desktop-client/e2e directory
  • bbec585 Delete packages/desktop-client/e2e directory
  • d9570dc Add toggleable option to autoCompleteCategories
  • 6d6c9fb Merge branch 'master' into autoCompleteCategories
  • 341993d Create 2861.md
  • f451dc6 Fixing typescript error & removing console.log
  • 0efa14d Merge branch 'autoCompleteCategories' of https://github.com/Crazypkr1099/actual into autoCompleteCategories
  • 65b7083 Added themesetting back in
  • 654f1bc Added filtering and separation for group name autocomplete
  • 4247932 Merge branch 'master' into autoCompleteCategories

📊 Changes

3 files changed (+51 additions, -9 deletions)

View changed files

📝 packages/desktop-client/src/components/autocomplete/CategoryAutocomplete.tsx (+44 -8)
📝 packages/desktop-client/src/components/transactions/TransactionsTable.test.jsx (+1 -1)
upcoming-release-notes/2861.md (+6 -0)

📄 Description

Reference #1681

I am anticipating criticism, so I am all ears. If you have a better place to put this option, please let me know :) I just really need this option.


🔄 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/2861 **Author:** [@Crazypkr1099](https://github.com/Crazypkr1099) **Created:** 6/9/2024 **Status:** ✅ Merged **Merged:** 6/18/2024 **Merged by:** [@youngcw](https://github.com/youngcw) **Base:** `master` ← **Head:** `autoCompleteCategories` --- ### 📝 Commits (10+) - [`2476e45`](https://github.com/actualbudget/actual/commit/2476e45735ba21cd48079b009abada05d0b39898) Delete packages/desktop-client/e2e directory - [`bbec585`](https://github.com/actualbudget/actual/commit/bbec585305fb908aa2df980dcdfd74b9351d30db) Delete packages/desktop-client/e2e directory - [`d9570dc`](https://github.com/actualbudget/actual/commit/d9570dc36480605c90373754edb6eca291e66d0c) Add toggleable option to autoCompleteCategories - [`6d6c9fb`](https://github.com/actualbudget/actual/commit/6d6c9fb5d60024bad4dd8dc3f5e1c42b6064cb94) Merge branch 'master' into autoCompleteCategories - [`341993d`](https://github.com/actualbudget/actual/commit/341993d47b7af921f6ca0e9681b679c02e241281) Create 2861.md - [`f451dc6`](https://github.com/actualbudget/actual/commit/f451dc66cb3f1d4deaa61e9b36428729d07c0337) Fixing typescript error & removing console.log - [`0efa14d`](https://github.com/actualbudget/actual/commit/0efa14d2ad0bb75847d07510e405616a5cea0298) Merge branch 'autoCompleteCategories' of https://github.com/Crazypkr1099/actual into autoCompleteCategories - [`65b7083`](https://github.com/actualbudget/actual/commit/65b7083850a8cea68053348de1d02520b6a0fcd3) Added themesetting back in - [`654f1bc`](https://github.com/actualbudget/actual/commit/654f1bcaa4ec0b2a3cf99aa4eb580c2c0e43ef9f) Added filtering and separation for group name autocomplete - [`4247932`](https://github.com/actualbudget/actual/commit/42479321fd7d03a7171217d8e0ea8ca8936b41e5) Merge branch 'master' into autoCompleteCategories ### 📊 Changes **3 files changed** (+51 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/autocomplete/CategoryAutocomplete.tsx` (+44 -8) 📝 `packages/desktop-client/src/components/transactions/TransactionsTable.test.jsx` (+1 -1) ➕ `upcoming-release-notes/2861.md` (+6 -0) </details> ### 📄 Description Reference #1681 I am anticipating criticism, so I am all ears. If you have a better place to put this option, please let me know :) I just really need this option. --- <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:57:34 -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#4555