[PR #5495] [MERGED] fix live report date mode not supporting a 2 month window #5964

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5495
Author: @matt-fidd
Created: 8/6/2025
Status: Merged
Merged: 8/6/2025
Merged by: @matt-fidd

Base: masterHead: report-live-window


📝 Commits (2)

📊 Changes

3 files changed (+9 additions, -5 deletions)

View changed files

📝 packages/desktop-client/src/components/reports/Header.tsx (+1 -1)
📝 packages/desktop-client/src/components/reports/reportRanges.ts (+2 -4)
upcoming-release-notes/5495.md (+6 -0)

📄 Description

Fixes https://github.com/actualbudget/actual/issues/3988

I'm not sure what this if statement was originally in there to catch, but I'd imagine it was because the one month window was using a positive offset instead of 0.


🔄 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/5495 **Author:** [@matt-fidd](https://github.com/matt-fidd) **Created:** 8/6/2025 **Status:** ✅ Merged **Merged:** 8/6/2025 **Merged by:** [@matt-fidd](https://github.com/matt-fidd) **Base:** `master` ← **Head:** `report-live-window` --- ### 📝 Commits (2) - [`1238378`](https://github.com/actualbudget/actual/commit/1238378d2c2380f640360e87f7be5ff671242f9d) allow live report date ranges 2 months wide - [`5407bea`](https://github.com/actualbudget/actual/commit/5407bea5da31bb13162330d2c799aaf017f7bf55) note ### 📊 Changes **3 files changed** (+9 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/reports/Header.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/reports/reportRanges.ts` (+2 -4) ➕ `upcoming-release-notes/5495.md` (+6 -0) </details> ### 📄 Description Fixes https://github.com/actualbudget/actual/issues/3988 I'm not sure what this if statement was originally in there to catch, but I'd imagine it was because the one month window was using a positive offset instead of 0. --- <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:44 -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#5964