[PR #1879] [MERGED] Maintenance: BudgetSummaries, MonthPicker, SidebarCategory components to tsx. #4002

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1879
Author: @MikesGlitch
Created: 11/8/2023
Status: Merged
Merged: 11/10/2023
Merged by: @MatissJanis

Base: masterHead: maintenance/ts-refactor-components


📝 Commits (4)

📊 Changes

9 files changed (+58 additions, -16 deletions)

View changed files

📝 packages/desktop-client/src/components/budget/BudgetSummaries.tsx (+14 -5)
📝 packages/desktop-client/src/components/budget/ExpenseGroup.js (+0 -1)
📝 packages/desktop-client/src/components/budget/MonthPicker.tsx (+12 -2)
📝 packages/desktop-client/src/components/budget/MonthsContext.tsx (+1 -1)
📝 packages/desktop-client/src/components/budget/SidebarCategory.tsx (+21 -4)
📝 packages/desktop-client/src/components/budget/SidebarGroup.tsx (+2 -1)
📝 packages/desktop-client/src/components/budget/rollover/BudgetSummary.tsx (+1 -1)
📝 packages/desktop-client/src/hooks/useResizeObserver.ts (+1 -1)
upcoming-release-notes/1879.md (+6 -0)

📄 Description

Convert BudgetSummaries, MonthPicker, SidebarCategory components to Typescript.

https://github.com/actualbudget/actual/issues/1483


🔄 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/1879 **Author:** [@MikesGlitch](https://github.com/MikesGlitch) **Created:** 11/8/2023 **Status:** ✅ Merged **Merged:** 11/10/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `maintenance/ts-refactor-components` --- ### 📝 Commits (4) - [`b34e747`](https://github.com/actualbudget/actual/commit/b34e747f8dcd7be84c9d55d113167dbfca3b0618) moving some files to tsx - [`1c5b7bf`](https://github.com/actualbudget/actual/commit/1c5b7bfa4a253a4023654466e02f7a0062fcfe48) monthcontext and picker - [`9f64ce0`](https://github.com/actualbudget/actual/commit/9f64ce04e56c341ba48bb5eebdfa1a1990fc9b3b) sidebarcategory to typescript - [`26ee152`](https://github.com/actualbudget/actual/commit/26ee152a38e255ab599e8b34b0a2f29c4252348a) fixing type ### 📊 Changes **9 files changed** (+58 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/budget/BudgetSummaries.tsx` (+14 -5) 📝 `packages/desktop-client/src/components/budget/ExpenseGroup.js` (+0 -1) 📝 `packages/desktop-client/src/components/budget/MonthPicker.tsx` (+12 -2) 📝 `packages/desktop-client/src/components/budget/MonthsContext.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/budget/SidebarCategory.tsx` (+21 -4) 📝 `packages/desktop-client/src/components/budget/SidebarGroup.tsx` (+2 -1) 📝 `packages/desktop-client/src/components/budget/rollover/BudgetSummary.tsx` (+1 -1) 📝 `packages/desktop-client/src/hooks/useResizeObserver.ts` (+1 -1) ➕ `upcoming-release-notes/1879.md` (+6 -0) </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes --> Convert BudgetSummaries, MonthPicker, SidebarCategory components to Typescript. https://github.com/actualbudget/actual/issues/1483 --- <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:50:08 -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#4002