[PR #2896] [MERGED] Consider account sort order in autocomplete #53879

Closed
opened 2026-04-30 22:59:41 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: masterHead: account-sort-order


📝 Commits (2)

  • f597dfd Consider account sort order in autocomplete
  • 9d28ca9 Add release notes

📊 Changes

4 files changed (+14 additions, -8 deletions)

View changed files

📝 packages/desktop-client/src/components/autocomplete/AccountAutocomplete.tsx (+6 -7)
📝 packages/loot-core/src/client/actions/account.ts (+1 -0)
📝 packages/loot-core/src/server/db/index.ts (+1 -1)
upcoming-release-notes/2896.md (+6 -0)

📄 Description

This PR enables the user-defined account sort order in all account lists displayed in the autocomplete dropdowns (account and payee autocomplete).
Currently, the category autocomplete does respect the user-defined sort order while it's not the case for accounts. This little improvement makes the app behavior consistent.


🔄 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/2896 **Author:** [@dymanoid](https://github.com/dymanoid) **Created:** 6/18/2024 **Status:** ✅ Merged **Merged:** 6/18/2024 **Merged by:** [@youngcw](https://github.com/youngcw) **Base:** `master` ← **Head:** `account-sort-order` --- ### 📝 Commits (2) - [`f597dfd`](https://github.com/actualbudget/actual/commit/f597dfdfdfbf5ac99c8b15bd86f1051ca2bf58e1) Consider account sort order in autocomplete - [`9d28ca9`](https://github.com/actualbudget/actual/commit/9d28ca94e8f04d6f9f2497bc8e26ad880ca88f7f) Add release notes ### 📊 Changes **4 files changed** (+14 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/autocomplete/AccountAutocomplete.tsx` (+6 -7) 📝 `packages/loot-core/src/client/actions/account.ts` (+1 -0) 📝 `packages/loot-core/src/server/db/index.ts` (+1 -1) ➕ `upcoming-release-notes/2896.md` (+6 -0) </details> ### 📄 Description This PR enables the user-defined account sort order in all account lists displayed in the autocomplete dropdowns (account and payee autocomplete). Currently, the category autocomplete does respect the user-defined sort order while it's not the case for accounts. This little improvement makes the app behavior consistent. --- <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-30 22:59:41 -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#53879