[PR #2349] [MERGED] AutoComplete clean-up #46083

Closed
opened 2026-04-26 08:10:59 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2349
Author: @carkom
Created: 2/9/2024
Status: Merged
Merged: 2/21/2024
Merged by: @carkom

Base: masterHead: autoComplete


📝 Commits (8)

📊 Changes

9 files changed (+95 additions, -146 deletions)

View changed files

📝 packages/desktop-client/src/components/autocomplete/AccountAutocomplete.tsx (+4 -30)
📝 packages/desktop-client/src/components/autocomplete/CategoryAutocomplete.tsx (+5 -35)
packages/desktop-client/src/components/autocomplete/FilterAutocomplete.tsx (+34 -0)
📝 packages/desktop-client/src/components/autocomplete/FilterList.tsx (+10 -43)
packages/desktop-client/src/components/autocomplete/ItemHeader.tsx (+26 -0)
📝 packages/desktop-client/src/components/autocomplete/PayeeAutocomplete.tsx (+4 -30)
📝 packages/desktop-client/src/components/modals/EditField.jsx (+4 -6)
📝 packages/desktop-client/src/components/util/GenericInput.jsx (+2 -2)
upcoming-release-notes/2349.md (+6 -0)

📄 Description

Organizing and splitting filters Autocomplete. Splitting out headers function that was duplicated in all autocomplete elements.


🔄 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/2349 **Author:** [@carkom](https://github.com/carkom) **Created:** 2/9/2024 **Status:** ✅ Merged **Merged:** 2/21/2024 **Merged by:** [@carkom](https://github.com/carkom) **Base:** `master` ← **Head:** `autoComplete` --- ### 📝 Commits (8) - [`4c41874`](https://github.com/actualbudget/actual/commit/4c418742e94c55513a04b3fa6b6d487a9b5b977e) AutoComplete clean-up - [`86eae78`](https://github.com/actualbudget/actual/commit/86eae78aa76c4916a7b10b9c4e9c8904e9de03bc) notes - [`c2eb4b3`](https://github.com/actualbudget/actual/commit/c2eb4b3742c4f77d2be66243bb8291c716864ba9) lint fix - [`3576118`](https://github.com/actualbudget/actual/commit/357611835e24c2fd90081bda1ac68dd51b7e3908) Merge branch 'master' into autoComplete - [`9f212fe`](https://github.com/actualbudget/actual/commit/9f212fe46e9b8a581e6e250aac548a1316154c68) fix tests - [`1201a7b`](https://github.com/actualbudget/actual/commit/1201a7b6a2b11fbfd6df42abb2cddf1fbcbb01e8) review fix - [`1e71aab`](https://github.com/actualbudget/actual/commit/1e71aab819dc260481abf336ea24400addc289cb) type - [`0303587`](https://github.com/actualbudget/actual/commit/03035874fc72ad003e660fbe26d50e87b7970a69) Merge branch 'master' into autoComplete ### 📊 Changes **9 files changed** (+95 additions, -146 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/autocomplete/AccountAutocomplete.tsx` (+4 -30) 📝 `packages/desktop-client/src/components/autocomplete/CategoryAutocomplete.tsx` (+5 -35) ➕ `packages/desktop-client/src/components/autocomplete/FilterAutocomplete.tsx` (+34 -0) 📝 `packages/desktop-client/src/components/autocomplete/FilterList.tsx` (+10 -43) ➕ `packages/desktop-client/src/components/autocomplete/ItemHeader.tsx` (+26 -0) 📝 `packages/desktop-client/src/components/autocomplete/PayeeAutocomplete.tsx` (+4 -30) 📝 `packages/desktop-client/src/components/modals/EditField.jsx` (+4 -6) 📝 `packages/desktop-client/src/components/util/GenericInput.jsx` (+2 -2) ➕ `upcoming-release-notes/2349.md` (+6 -0) </details> ### 📄 Description Organizing and splitting filters Autocomplete. Splitting out headers function that was duplicated in all autocomplete elements. --- <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-26 08:10:59 -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#46083