[PR #2557] [MERGED] Custom Reports: Fix live range #22976

Closed
opened 2026-04-16 17:08:42 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2557
Author: @carkom
Created: 4/5/2024
Status: Merged
Merged: 4/6/2024
Merged by: @carkom

Base: masterHead: fixLiveRange


📝 Commits (5)

📊 Changes

7 files changed (+111 additions, -60 deletions)

View changed files

📝 packages/desktop-client/src/components/reports/ReportSidebar.jsx (+3 -38)
packages/desktop-client/src/components/reports/getLiveRange.ts (+44 -0)
📝 packages/desktop-client/src/components/reports/reportRanges.ts (+1 -1)
📝 packages/desktop-client/src/components/reports/reports/CustomReport.jsx (+22 -12)
📝 packages/desktop-client/src/components/reports/reports/CustomReportListCards.tsx (+12 -1)
📝 packages/desktop-client/src/components/reports/reports/GetCardData.tsx (+23 -8)
upcoming-release-notes/2557.md (+6 -0)

📄 Description

Fixes live dateRange not updating with new month (interval).


🔄 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/2557 **Author:** [@carkom](https://github.com/carkom) **Created:** 4/5/2024 **Status:** ✅ Merged **Merged:** 4/6/2024 **Merged by:** [@carkom](https://github.com/carkom) **Base:** `master` ← **Head:** `fixLiveRange` --- ### 📝 Commits (5) - [`ea5b6c1`](https://github.com/actualbudget/actual/commit/ea5b6c1c3568f813685853d9ed6243825d76c951) fix live range - [`7cb1255`](https://github.com/actualbudget/actual/commit/7cb12553db2471d501d693561abbae2246ae961a) card updates - [`e8dbeb3`](https://github.com/actualbudget/actual/commit/e8dbeb322951153a0775b3cbf85eca2a2008901e) type fix - [`1cb9cbd`](https://github.com/actualbudget/actual/commit/1cb9cbd954145df10428ab9f60ce36633ebe10e7) notes - [`d7ab013`](https://github.com/actualbudget/actual/commit/d7ab013e984a0851111631f7471289dc5c6a85bf) Merge branch 'master' into fixLiveRange ### 📊 Changes **7 files changed** (+111 additions, -60 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/reports/ReportSidebar.jsx` (+3 -38) ➕ `packages/desktop-client/src/components/reports/getLiveRange.ts` (+44 -0) 📝 `packages/desktop-client/src/components/reports/reportRanges.ts` (+1 -1) 📝 `packages/desktop-client/src/components/reports/reports/CustomReport.jsx` (+22 -12) 📝 `packages/desktop-client/src/components/reports/reports/CustomReportListCards.tsx` (+12 -1) 📝 `packages/desktop-client/src/components/reports/reports/GetCardData.tsx` (+23 -8) ➕ `upcoming-release-notes/2557.md` (+6 -0) </details> ### 📄 Description Fixes live dateRange not updating with new month (interval). --- <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-16 17:08:42 -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#22976