[PR #2898] [MERGED] 🐛 (bank-sync) fix account highlight dissapearing #11631

Closed
opened 2026-04-10 21:06:30 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2898
Author: @MatissJanis
Created: 6/18/2024
Status: Merged
Merged: 7/3/2024
Merged by: @MatissJanis

Base: masterHead: matiss/bank-sync-highlight


📝 Commits (2)

  • 1ec42dc 🐛 (bank-sync) fix account highlight dissapearing
  • 80f3324 Release notes

📊 Changes

3 files changed (+17 additions, -4 deletions)

View changed files

📝 packages/loot-core/src/client/reducers/queries.ts (+9 -3)
📝 packages/loot-core/src/server/main.ts (+2 -1)
upcoming-release-notes/2898.md (+6 -0)

📄 Description

Fixing a personal annoyance.

When you sync an account - it receives a highlight (bold) if new transactions are pulled in. If multiple accounts get synced - the highlight of the first accounts will disappear as new transactions come in.

The correct solution here would be to keep the account highlights until the account is actually opened up.


🔄 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/2898 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 6/18/2024 **Status:** ✅ Merged **Merged:** 7/3/2024 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/bank-sync-highlight` --- ### 📝 Commits (2) - [`1ec42dc`](https://github.com/actualbudget/actual/commit/1ec42dc20bd2fc9c05e473dc5e543fc84ad47b3f) :bug: (bank-sync) fix account highlight dissapearing - [`80f3324`](https://github.com/actualbudget/actual/commit/80f33247b46a608999dd5f381cfa98d88234f17e) Release notes ### 📊 Changes **3 files changed** (+17 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `packages/loot-core/src/client/reducers/queries.ts` (+9 -3) 📝 `packages/loot-core/src/server/main.ts` (+2 -1) ➕ `upcoming-release-notes/2898.md` (+6 -0) </details> ### 📄 Description Fixing a personal annoyance. When you sync an account - it receives a highlight (bold) if new transactions are pulled in. If multiple accounts get synced - the highlight of the first accounts will disappear as new transactions come in. The correct solution here would be to keep the account highlights until the account is actually opened up. --- <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-10 21:06:30 -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#11631