[PR #2542] [MERGED] Show/hide reconciled transactions in the account view #53661

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2542
Author: @davidkus
Created: 4/2/2024
Status: Merged
Merged: 4/4/2024
Merged by: @youngcw

Base: masterHead: show-hide-reconciled


📝 Commits (5)

  • 8dc4ec2 Show/hide reconciled transactions
  • 5224e3b Adding release note
  • 677943c Fixing lint issues
  • deca5ef Filters should still apply after hiding/showing reconciled
  • 6cb9434 Using fetch transactions with filter parameter

📊 Changes

4 files changed (+39 additions, -0 deletions)

View changed files

📝 packages/desktop-client/src/components/accounts/Account.jsx (+24 -0)
📝 packages/desktop-client/src/components/accounts/Header.jsx (+8 -0)
📝 packages/loot-core/src/types/prefs.d.ts (+1 -0)
upcoming-release-notes/2542.md (+6 -0)

📄 Description

Adds toggle to show/hide reconciled transactions in the account view.
This functions similar to how it works in YNAB:

  1. Setting is stored in local prefs (persisted between refresh)
  2. Setting is per-account

edit:
Just some more context on this:

I had previously added a filter for reconciled transactions in #2108. But this doesn't really work as I'd want it (and other people have requested). Really what we want is for this to persist, and behave like the YNAB "view" for hiding reconciled transactions (e.g. still show scheduled transactions).

https://github.com/actualbudget/actual/assets/5488094/72b60afd-51d4-49f8-b8d3-ee9618de8ec6


🔄 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/2542 **Author:** [@davidkus](https://github.com/davidkus) **Created:** 4/2/2024 **Status:** ✅ Merged **Merged:** 4/4/2024 **Merged by:** [@youngcw](https://github.com/youngcw) **Base:** `master` ← **Head:** `show-hide-reconciled` --- ### 📝 Commits (5) - [`8dc4ec2`](https://github.com/actualbudget/actual/commit/8dc4ec276d382e353d8b01d279e876bddcc12c1a) Show/hide reconciled transactions - [`5224e3b`](https://github.com/actualbudget/actual/commit/5224e3baa167fab36cb54902ff576775b6f62a3d) Adding release note - [`677943c`](https://github.com/actualbudget/actual/commit/677943c2e065763cef3fe197ce5b8fd9fd65c79b) Fixing lint issues - [`deca5ef`](https://github.com/actualbudget/actual/commit/deca5efb5e953ed06ec707af8021c2ca96d1c72a) Filters should still apply after hiding/showing reconciled - [`6cb9434`](https://github.com/actualbudget/actual/commit/6cb943485a8424e1c26d70c1c1adbf478870d5a3) Using fetch transactions with filter parameter ### 📊 Changes **4 files changed** (+39 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/accounts/Account.jsx` (+24 -0) 📝 `packages/desktop-client/src/components/accounts/Header.jsx` (+8 -0) 📝 `packages/loot-core/src/types/prefs.d.ts` (+1 -0) ➕ `upcoming-release-notes/2542.md` (+6 -0) </details> ### 📄 Description Adds toggle to show/hide reconciled transactions in the account view. This functions similar to how it works in YNAB: 1. Setting is stored in local prefs (persisted between refresh) 2. Setting is per-account edit: Just some more context on this: I had previously added a filter for reconciled transactions in #2108. But this doesn't really work as I'd want it (and other people have requested). Really what we want is for this to persist, and behave like the YNAB "view" for hiding reconciled transactions (e.g. still show scheduled transactions). https://github.com/actualbudget/actual/assets/5488094/72b60afd-51d4-49f8-b8d3-ee9618de8ec6 --- <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:30:24 -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#53661