[PR #2727] [MERGED] Custom Reports: TS strict changes #2 #53781

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2727
Author: @carkom
Created: 5/8/2024
Status: Merged
Merged: 5/14/2024
Merged by: @carkom

Base: masterHead: CR-strict2


📝 Commits (8)

📊 Changes

6 files changed (+141 additions, -103 deletions)

View changed files

📝 packages/desktop-client/src/components/reports/ReportOptions.ts (+28 -10)
📝 packages/desktop-client/src/components/reports/SaveReport.tsx (+10 -8)
📝 packages/desktop-client/src/components/reports/spreadsheets/custom-spreadsheet.ts (+83 -77)
📝 packages/desktop-client/src/components/reports/spreadsheets/filterEmptyRows.ts (+10 -6)
📝 packages/desktop-client/src/components/reports/spreadsheets/grouped-spreadsheet.ts (+4 -2)
upcoming-release-notes/2727.md (+6 -0)

📄 Description

Making files in custom reports to comply with TS strict - stage 2


🔄 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/2727 **Author:** [@carkom](https://github.com/carkom) **Created:** 5/8/2024 **Status:** ✅ Merged **Merged:** 5/14/2024 **Merged by:** [@carkom](https://github.com/carkom) **Base:** `master` ← **Head:** `CR-strict2` --- ### 📝 Commits (8) - [`ef3ea83`](https://github.com/actualbudget/actual/commit/ef3ea83c132aeee15fb5386a7fbcbdc94f268a38) TS strict changes - [`7ae341b`](https://github.com/actualbudget/actual/commit/7ae341bffb55adc656b05c0e2bb30d251c228b30) notes - [`73ac839`](https://github.com/actualbudget/actual/commit/73ac83911a4fd0aaaef051d03ba361f153ef88ef) TS strict custom spreadsheets - [`c51659e`](https://github.com/actualbudget/actual/commit/c51659e5522c1cdb8ca842b06d46f9a96de96ddc) notes - [`ad15bf2`](https://github.com/actualbudget/actual/commit/ad15bf21ac7e63b1cd32cd44144726e9b503f30c) render row changes - [`e8afe4d`](https://github.com/actualbudget/actual/commit/e8afe4da83721577b74b5db8ba45f06cefd2d734) Merge branch 'master' into CR-strict2 - [`a220b98`](https://github.com/actualbudget/actual/commit/a220b981b1c1bae0870f9a57b1e02e512826f734) update report - [`3152235`](https://github.com/actualbudget/actual/commit/3152235df15dda0ca6a360f535065e3676986015) notes ### 📊 Changes **6 files changed** (+141 additions, -103 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/reports/ReportOptions.ts` (+28 -10) 📝 `packages/desktop-client/src/components/reports/SaveReport.tsx` (+10 -8) 📝 `packages/desktop-client/src/components/reports/spreadsheets/custom-spreadsheet.ts` (+83 -77) 📝 `packages/desktop-client/src/components/reports/spreadsheets/filterEmptyRows.ts` (+10 -6) 📝 `packages/desktop-client/src/components/reports/spreadsheets/grouped-spreadsheet.ts` (+4 -2) ➕ `upcoming-release-notes/2727.md` (+6 -0) </details> ### 📄 Description Making files in custom reports to comply with TS strict - stage 2 --- <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:45:18 -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#53781