[PR #2067] [MERGED] Add new types for reports files #18458

Closed
opened 2026-04-14 20:43:40 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2067
Author: @carkom
Created: 12/11/2023
Status: Merged
Merged: 12/12/2023
Merged by: @carkom

Base: masterHead: addTypes


📝 Commits (8)

📊 Changes

13 files changed (+131 additions, -54 deletions)

View changed files

📝 packages/desktop-client/src/components/reports/ChooseGraph.tsx (+15 -5)
📝 packages/desktop-client/src/components/reports/ReportOptions.tsx (+3 -3)
📝 packages/desktop-client/src/components/reports/ReportTableHeader.tsx (+5 -3)
📝 packages/desktop-client/src/components/reports/ReportTableTotals.tsx (+15 -2)
packages/desktop-client/src/components/reports/entities.d.ts (+44 -0)
📝 packages/desktop-client/src/components/reports/graphs/AreaGraph.tsx (+2 -1)
📝 packages/desktop-client/src/components/reports/graphs/BarGraph.tsx (+22 -29)
📝 packages/desktop-client/src/components/reports/graphs/DonutGraph.tsx (+3 -6)
📝 packages/desktop-client/src/components/reports/graphs/StackedBarGraph.tsx (+3 -2)
📝 packages/desktop-client/src/components/reports/reports/CustomReport.js (+4 -0)
📝 packages/desktop-client/src/components/reports/spreadsheets/default-spreadsheet.tsx (+6 -2)
📝 packages/desktop-client/src/components/reports/spreadsheets/grouped-spreadsheet.ts (+3 -1)
upcoming-release-notes/2067.md (+6 -0)

📄 Description

Adding types to prep for typescript updates in coming PR.


🔄 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/2067 **Author:** [@carkom](https://github.com/carkom) **Created:** 12/11/2023 **Status:** ✅ Merged **Merged:** 12/12/2023 **Merged by:** [@carkom](https://github.com/carkom) **Base:** `master` ← **Head:** `addTypes` --- ### 📝 Commits (8) - [`6e694ce`](https://github.com/actualbudget/actual/commit/6e694ce7e45a8a6574b39dfea45ca247dc2b557a) work - [`66764db`](https://github.com/actualbudget/actual/commit/66764dbdb4d6d645744ef4276b66087287c859c2) notes - [`b4e1bff`](https://github.com/actualbudget/actual/commit/b4e1bff9761826c830cbdadc5c64ffa9ddde3569) error fixes - [`e686011`](https://github.com/actualbudget/actual/commit/e686011c2f43e1e05ff2b3275160b61b25e89a74) updates - [`ab9b611`](https://github.com/actualbudget/actual/commit/ab9b611c8159b37b4c4905f8116b31918e7c68b3) card fix - [`ebead44`](https://github.com/actualbudget/actual/commit/ebead445c49577bfa92ea353b26b128fe288ad44) fix filters - [`fc34529`](https://github.com/actualbudget/actual/commit/fc345299855afe95d2f4a99b3726e2bbfc52ea9c) splitting PR work - [`b92f134`](https://github.com/actualbudget/actual/commit/b92f1342f3f75c3b748686007105aec9a08ffc06) notes ### 📊 Changes **13 files changed** (+131 additions, -54 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/reports/ChooseGraph.tsx` (+15 -5) 📝 `packages/desktop-client/src/components/reports/ReportOptions.tsx` (+3 -3) 📝 `packages/desktop-client/src/components/reports/ReportTableHeader.tsx` (+5 -3) 📝 `packages/desktop-client/src/components/reports/ReportTableTotals.tsx` (+15 -2) ➕ `packages/desktop-client/src/components/reports/entities.d.ts` (+44 -0) 📝 `packages/desktop-client/src/components/reports/graphs/AreaGraph.tsx` (+2 -1) 📝 `packages/desktop-client/src/components/reports/graphs/BarGraph.tsx` (+22 -29) 📝 `packages/desktop-client/src/components/reports/graphs/DonutGraph.tsx` (+3 -6) 📝 `packages/desktop-client/src/components/reports/graphs/StackedBarGraph.tsx` (+3 -2) 📝 `packages/desktop-client/src/components/reports/reports/CustomReport.js` (+4 -0) 📝 `packages/desktop-client/src/components/reports/spreadsheets/default-spreadsheet.tsx` (+6 -2) 📝 `packages/desktop-client/src/components/reports/spreadsheets/grouped-spreadsheet.ts` (+3 -1) ➕ `upcoming-release-notes/2067.md` (+6 -0) </details> ### 📄 Description Adding types to prep for typescript updates in coming PR. --- <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-14 20:43:41 -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#18458