[PR #5521] [MERGED] Display absolute date of reconciliation #5979

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5521
Author: @j-maas
Created: 8/8/2025
Status: Merged
Merged: 8/13/2025
Merged by: @matt-fidd

Base: masterHead: absolute-reconciliation


📝 Commits (6)

  • 3f3f696 Display absolute date of reconciliation
  • f39a738 Add updcoming release note
  • 2d54f03 [autofix.ci] apply automated fixes
  • b0a5b29 Merge branch 'master' into absolute-reconciliation
  • 305e06c Fix dateFormat import for consistency
  • 98da0b3 Improve translation support by using i18n placeholders instead of string concat

📊 Changes

3 files changed (+31 additions, -2 deletions)

View changed files

📝 packages/desktop-client/src/components/accounts/Header.tsx (+16 -1)
📝 packages/desktop-client/src/components/accounts/Reconcile.tsx (+9 -1)
upcoming-release-notes/5521.md (+6 -0)

📄 Description

Fixes #5321.

Since it was a very small fix, I just made this PR. Tested it locally (yarn start) and it works as expected (except for a pre-existing minor bug, #5522, I noticed).

I hope the way I got the preferred date format is correct.


🔄 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/5521 **Author:** [@j-maas](https://github.com/j-maas) **Created:** 8/8/2025 **Status:** ✅ Merged **Merged:** 8/13/2025 **Merged by:** [@matt-fidd](https://github.com/matt-fidd) **Base:** `master` ← **Head:** `absolute-reconciliation` --- ### 📝 Commits (6) - [`3f3f696`](https://github.com/actualbudget/actual/commit/3f3f696411ee420bbd52083b0cb110076150c3e9) Display absolute date of reconciliation - [`f39a738`](https://github.com/actualbudget/actual/commit/f39a73817557017f0dca69e1fc24842e6c72b825) Add updcoming release note - [`2d54f03`](https://github.com/actualbudget/actual/commit/2d54f0385c90526285afefafd8dc47fabe3cd663) [autofix.ci] apply automated fixes - [`b0a5b29`](https://github.com/actualbudget/actual/commit/b0a5b2928d6667bebb165f353d6720be2e1e9776) Merge branch 'master' into absolute-reconciliation - [`305e06c`](https://github.com/actualbudget/actual/commit/305e06c0335bafba30c8293a196073dbb3f5c68f) Fix dateFormat import for consistency - [`98da0b3`](https://github.com/actualbudget/actual/commit/98da0b374c10e5ceb037343c12b0e61c8050b3f9) Improve translation support by using i18n placeholders instead of string concat ### 📊 Changes **3 files changed** (+31 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/accounts/Header.tsx` (+16 -1) 📝 `packages/desktop-client/src/components/accounts/Reconcile.tsx` (+9 -1) ➕ `upcoming-release-notes/5521.md` (+6 -0) </details> ### 📄 Description Fixes #5321. Since it was a very small fix, I just made this PR. Tested it locally (`yarn start`) and it works as expected (except for a pre-existing minor bug, #5522, I noticed). I hope the way I got the preferred date format is correct. --- <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:21:58 -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#5979