[PR #2728] [MERGED] Custom Reports: TS strict changes #3 #53782

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

📋 Pull Request Information

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

Base: masterHead: CR-strict3


📝 Commits (10+)

📊 Changes

14 files changed (+229 additions, -160 deletions)

View changed files

📝 packages/desktop-client/src/components/reports/ChooseGraph.tsx (+37 -23)
📝 packages/desktop-client/src/components/reports/Container.tsx (+6 -3)
📝 packages/desktop-client/src/components/reports/GraphButton.tsx (+1 -2)
📝 packages/desktop-client/src/components/reports/graphs/AreaGraph.tsx (+31 -11)
📝 packages/desktop-client/src/components/reports/graphs/BarGraph.tsx (+2 -2)
📝 packages/desktop-client/src/components/reports/graphs/DonutGraph.tsx (+1 -1)
📝 packages/desktop-client/src/components/reports/graphs/LineGraph.tsx (+1 -1)
📝 packages/desktop-client/src/components/reports/graphs/StackedBarGraph.tsx (+1 -1)
📝 packages/desktop-client/src/components/reports/graphs/showActivity.ts (+1 -1)
📝 packages/desktop-client/src/components/reports/spreadsheets/calculateLegend.ts (+1 -1)
📝 packages/desktop-client/src/components/reports/spreadsheets/filterEmptyRows.ts (+1 -1)
📝 packages/desktop-client/src/components/reports/spreadsheets/grouped-spreadsheet.ts (+85 -67)
📝 packages/desktop-client/src/components/reports/spreadsheets/recalculate.ts (+55 -46)
upcoming-release-notes/2728.md (+6 -0)

📄 Description

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


🔄 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/2728 **Author:** [@carkom](https://github.com/carkom) **Created:** 5/8/2024 **Status:** ✅ Merged **Merged:** 5/16/2024 **Merged by:** [@carkom](https://github.com/carkom) **Base:** `master` ← **Head:** `CR-strict3` --- ### 📝 Commits (10+) - [`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 - [`0eb992c`](https://github.com/actualbudget/actual/commit/0eb992c88a4e2118af596b4105959b1e41e0d10f) TS strict group speadsheets - [`f8bce97`](https://github.com/actualbudget/actual/commit/f8bce9708826fc815207c7cfd323ac4bba068f86) notes - [`fc801db`](https://github.com/actualbudget/actual/commit/fc801db6b2d6dd90fa9d7ccea07ecbe518fc3e06) AreaGraph - [`d6ad4bb`](https://github.com/actualbudget/actual/commit/d6ad4bb432a50d3249872fb0530672aa3d117821) render row changes - [`dd79243`](https://github.com/actualbudget/actual/commit/dd79243c65c61580e36abd5ec4d940ebcf880542) Merge branch 'master' into CR-strict3 - [`499e08d`](https://github.com/actualbudget/actual/commit/499e08de56cbeb57ed438830acb5e704ac388cb2) type fix ### 📊 Changes **14 files changed** (+229 additions, -160 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/reports/ChooseGraph.tsx` (+37 -23) 📝 `packages/desktop-client/src/components/reports/Container.tsx` (+6 -3) 📝 `packages/desktop-client/src/components/reports/GraphButton.tsx` (+1 -2) 📝 `packages/desktop-client/src/components/reports/graphs/AreaGraph.tsx` (+31 -11) 📝 `packages/desktop-client/src/components/reports/graphs/BarGraph.tsx` (+2 -2) 📝 `packages/desktop-client/src/components/reports/graphs/DonutGraph.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/reports/graphs/LineGraph.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/reports/graphs/StackedBarGraph.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/reports/graphs/showActivity.ts` (+1 -1) 📝 `packages/desktop-client/src/components/reports/spreadsheets/calculateLegend.ts` (+1 -1) 📝 `packages/desktop-client/src/components/reports/spreadsheets/filterEmptyRows.ts` (+1 -1) 📝 `packages/desktop-client/src/components/reports/spreadsheets/grouped-spreadsheet.ts` (+85 -67) 📝 `packages/desktop-client/src/components/reports/spreadsheets/recalculate.ts` (+55 -46) ➕ `upcoming-release-notes/2728.md` (+6 -0) </details> ### 📄 Description Making files in custom reports to comply with TS strict - stage 3 --- <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:33 -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#53782