[PR #3029] [MERGED] Perform bank sync in same order as accounts shown in sidebar. #4647

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3029
Author: @psybers
Created: 7/10/2024
Status: Merged
Merged: 7/11/2024
Merged by: @MatissJanis

Base: masterHead: sync-order


📝 Commits (4)

  • 011db2e Perform bank sync in same order as accounts shown in sidebar.
  • d8b23dd add release note
  • 55a4850 Sort from the UI too.
  • 0ae1a80 fix linter

📊 Changes

3 files changed (+13 additions, -1 deletions)

View changed files

📝 packages/loot-core/src/client/actions/account.ts (+5 -0)
📝 packages/loot-core/src/server/main.ts (+2 -1)
upcoming-release-notes/3029.md (+6 -0)

📄 Description

Right now bank sync syncs one bank at a time, based on the default sort order returned by the SQL query. This makes them sync in the same order they show in the left sidebar.


🔄 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/3029 **Author:** [@psybers](https://github.com/psybers) **Created:** 7/10/2024 **Status:** ✅ Merged **Merged:** 7/11/2024 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `sync-order` --- ### 📝 Commits (4) - [`011db2e`](https://github.com/actualbudget/actual/commit/011db2e45917c605196ce682b4407d031e524998) Perform bank sync in same order as accounts shown in sidebar. - [`d8b23dd`](https://github.com/actualbudget/actual/commit/d8b23dd497e693a13cc3fa1930a711d26f10729b) add release note - [`55a4850`](https://github.com/actualbudget/actual/commit/55a4850a8f648bcea5b3db14338df439490fea17) Sort from the UI too. - [`0ae1a80`](https://github.com/actualbudget/actual/commit/0ae1a809dd8a599b9cb2a7a07788d2eea5d6cdaa) fix linter ### 📊 Changes **3 files changed** (+13 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/loot-core/src/client/actions/account.ts` (+5 -0) 📝 `packages/loot-core/src/server/main.ts` (+2 -1) ➕ `upcoming-release-notes/3029.md` (+6 -0) </details> ### 📄 Description Right now bank sync syncs one bank at a time, based on the default sort order returned by the SQL query. This makes them sync in the same order they show in the left sidebar. --- <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:59:03 -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#4647