[PR #2046] [MERGED] Custom Reports typescript updates and small functional changes #22694

Closed
opened 2026-04-16 16:57:04 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: masterHead: renameReportVariables


📝 Commits (9)

📊 Changes

11 files changed (+180 additions, -149 deletions)

View changed files

📝 packages/desktop-client/src/components/reports/ChooseGraph.tsx (+11 -6)
packages/desktop-client/src/components/reports/ModeButton.tsx (+39 -0)
packages/desktop-client/src/components/reports/ReportLegend.tsx (+70 -0)
📝 packages/desktop-client/src/components/reports/ReportSidebar.js (+1 -27)
📝 packages/desktop-client/src/components/reports/ReportSummary.tsx (+43 -101)
📝 packages/desktop-client/src/components/reports/graphs/BarGraph.tsx (+1 -1)
📝 packages/desktop-client/src/components/reports/reports/CustomReport.js (+6 -11)
📝 packages/desktop-client/src/components/reports/spreadsheets/cash-flow-spreadsheet.tsx (+1 -1)
📝 packages/desktop-client/src/components/reports/spreadsheets/makeQuery.ts (+1 -1)
📝 packages/desktop-client/src/components/reports/spreadsheets/net-worth-spreadsheet.tsx (+1 -1)
upcoming-release-notes/2046.md (+6 -0)

📄 Description

  • Fixing and adding typescript to most the files
  • Small functional changes

🔄 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/2046 **Author:** [@carkom](https://github.com/carkom) **Created:** 12/7/2023 **Status:** ✅ Merged **Merged:** 12/12/2023 **Merged by:** [@carkom](https://github.com/carkom) **Base:** `master` ← **Head:** `renameReportVariables` --- ### 📝 Commits (9) - [`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 - [`81457aa`](https://github.com/actualbudget/actual/commit/81457aa681e91522232a1f14095c45011706a3bd) Merge branch 'master' into renameReportVariables - [`6ce78b0`](https://github.com/actualbudget/actual/commit/6ce78b0231d3d1337c4f6a1e92fdd5eb7fe9cc01) Merge remote-tracking branch 'upstream/master' into renameReportVariables - [`add33fc`](https://github.com/actualbudget/actual/commit/add33fcdecea1d7f9a928070090972089bbff172) fixes ### 📊 Changes **11 files changed** (+180 additions, -149 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/reports/ChooseGraph.tsx` (+11 -6) ➕ `packages/desktop-client/src/components/reports/ModeButton.tsx` (+39 -0) ➕ `packages/desktop-client/src/components/reports/ReportLegend.tsx` (+70 -0) 📝 `packages/desktop-client/src/components/reports/ReportSidebar.js` (+1 -27) 📝 `packages/desktop-client/src/components/reports/ReportSummary.tsx` (+43 -101) 📝 `packages/desktop-client/src/components/reports/graphs/BarGraph.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/reports/reports/CustomReport.js` (+6 -11) 📝 `packages/desktop-client/src/components/reports/spreadsheets/cash-flow-spreadsheet.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/reports/spreadsheets/makeQuery.ts` (+1 -1) 📝 `packages/desktop-client/src/components/reports/spreadsheets/net-worth-spreadsheet.tsx` (+1 -1) ➕ `upcoming-release-notes/2046.md` (+6 -0) </details> ### 📄 Description - Fixing and adding typescript to most the files - Small functional changes --- <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 16:57:04 -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#22694