[PR #5687] [MERGED] [Maintenance] Remove usage of a raw variable in PayeeAutocomplete component #6066

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5687
Author: @joel-jeremy
Created: 9/4/2025
Status: Merged
Merged: 9/5/2025
Merged by: @joel-jeremy

Base: masterHead: remove-variable-in-component-render-PayeeAutocomplete


📝 Commits (2)

  • c55a52a Remove usage of a raw variable in PayeeAutocomplete component
  • c47cc15 Add note on 100 payees limit

📊 Changes

2 files changed (+95 additions, -58 deletions)

View changed files

📝 packages/desktop-client/src/components/autocomplete/PayeeAutocomplete.tsx (+89 -58)
upcoming-release-notes/5687.md (+6 -0)

📄 Description

The PayeeAutocomplete uses a lastType variable during rendering which is hard to follow, this PR makes changes so that a variable that changes during render is no longer needed.


🔄 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/5687 **Author:** [@joel-jeremy](https://github.com/joel-jeremy) **Created:** 9/4/2025 **Status:** ✅ Merged **Merged:** 9/5/2025 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `remove-variable-in-component-render-PayeeAutocomplete` --- ### 📝 Commits (2) - [`c55a52a`](https://github.com/actualbudget/actual/commit/c55a52a09f682759ff053dad2edea92730bb0e07) Remove usage of a raw variable in PayeeAutocomplete component - [`c47cc15`](https://github.com/actualbudget/actual/commit/c47cc15ff61461d1d13a44f63ecbb8772b3c0697) Add note on 100 payees limit ### 📊 Changes **2 files changed** (+95 additions, -58 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/autocomplete/PayeeAutocomplete.tsx` (+89 -58) ➕ `upcoming-release-notes/5687.md` (+6 -0) </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes. Try running yarn generate:release-notes *before* pushing your PR for an interactive experience. --> The PayeeAutocomplete uses a `lastType` variable during rendering which is hard to follow, this PR makes changes so that a variable that changes during render is no longer needed. --- <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 21:23:23 -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#6066