[PR #2874] [CLOSED] [WIP] Category Group selectable in Category Autocomplete to filter #38995

Closed
opened 2026-04-23 11:56:56 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2874
Author: @lelemm
Created: 6/12/2024
Status: Closed

Base: masterHead: ImprovedCategoryAutocomplete


📝 Commits (9)

📊 Changes

6 files changed (+196 additions, -14 deletions)

View changed files

📝 packages/desktop-client/src/components/autocomplete/Autocomplete.tsx (+7 -0)
📝 packages/desktop-client/src/components/autocomplete/CategoryAutocomplete.tsx (+166 -10)
📝 packages/desktop-client/src/components/autocomplete/ItemHeader.tsx (+14 -2)
📝 packages/desktop-client/src/components/transactions/TransactionsTable.test.jsx (+2 -2)
📝 packages/loot-core/src/types/models/category.d.ts (+1 -0)
upcoming-release-notes/2874.md (+6 -0)

📄 Description

fix #2873


🔄 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/2874 **Author:** [@lelemm](https://github.com/lelemm) **Created:** 6/12/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `ImprovedCategoryAutocomplete` --- ### 📝 Commits (9) - [`8500b3e`](https://github.com/actualbudget/actual/commit/8500b3e681322639e237d4c5baebc1a79e987732) Category Group selectable in Category Autocomplete to filter - [`4af9c3f`](https://github.com/actualbudget/actual/commit/4af9c3f476f7f0c747bb4115a84710edf1759c1e) added 2874.md - [`506e70c`](https://github.com/actualbudget/actual/commit/506e70c2faff4f7c167638794fe4ecf0eae51c41) lint pass - [`537fe6d`](https://github.com/actualbudget/actual/commit/537fe6d939d0f0254a342fcca0cd38ac2e4a399b) adjustments - [`612927c`](https://github.com/actualbudget/actual/commit/612927cf5d9fe1a0d8e715b6659a8e5e56103fac) changes based on suggestions - [`4214188`](https://github.com/actualbudget/actual/commit/4214188a3408ae18bb96d08721a63b38272f807b) lint fixes - [`7c3815e`](https://github.com/actualbudget/actual/commit/7c3815e6c85ac15dc81010e42a89840c9f637e46) typecheck fixes - [`9a123a8`](https://github.com/actualbudget/actual/commit/9a123a81d5d35931da2d2e9af8193ae47340e31b) lint and typecheck pass - [`286cf35`](https://github.com/actualbudget/actual/commit/286cf35eeb06d1123266edbdbcf40e9131f6f4a2) test adjustment ### 📊 Changes **6 files changed** (+196 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/autocomplete/Autocomplete.tsx` (+7 -0) 📝 `packages/desktop-client/src/components/autocomplete/CategoryAutocomplete.tsx` (+166 -10) 📝 `packages/desktop-client/src/components/autocomplete/ItemHeader.tsx` (+14 -2) 📝 `packages/desktop-client/src/components/transactions/TransactionsTable.test.jsx` (+2 -2) 📝 `packages/loot-core/src/types/models/category.d.ts` (+1 -0) ➕ `upcoming-release-notes/2874.md` (+6 -0) </details> ### 📄 Description fix #2873 --- <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-23 11:56:56 -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#38995