[PR #2769] [MERGED] Date Range error catch #4499

Closed
opened 2026-02-28 20:56:38 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2769
Author: @carkom
Created: 5/17/2024
Status: Merged
Merged: 5/20/2024
Merged by: @carkom

Base: masterHead: DateRangeError


📝 Commits (3)

📊 Changes

3 files changed (+40 additions, -13 deletions)

View changed files

📝 packages/desktop-client/src/components/reports/DateRange.tsx (+32 -11)
📝 packages/desktop-client/src/components/reports/reportRanges.ts (+2 -2)
upcoming-release-notes/2769.md (+6 -0)

📄 Description

Updating daterange element to catch any incorrectly formated dates. Current state crashes app when dates are invalid.


🔄 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/2769 **Author:** [@carkom](https://github.com/carkom) **Created:** 5/17/2024 **Status:** ✅ Merged **Merged:** 5/20/2024 **Merged by:** [@carkom](https://github.com/carkom) **Base:** `master` ← **Head:** `DateRangeError` --- ### 📝 Commits (3) - [`3735dc7`](https://github.com/actualbudget/actual/commit/3735dc7fedce847e654df897c8657e594f7c4cba) Date Range error catch - [`a8f464f`](https://github.com/actualbudget/actual/commit/a8f464f1154b2a288f933ce88253b0ee3ee8aa65) notes - [`4d7721c`](https://github.com/actualbudget/actual/commit/4d7721c074295518fe76fbca3df4105f83d09510) update checkDate ### 📊 Changes **3 files changed** (+40 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/reports/DateRange.tsx` (+32 -11) 📝 `packages/desktop-client/src/components/reports/reportRanges.ts` (+2 -2) ➕ `upcoming-release-notes/2769.md` (+6 -0) </details> ### 📄 Description Updating daterange element to catch any incorrectly formated dates. Current state crashes app when dates are invalid. --- <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 20:56:38 -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#4499