[PR #1897] [MERGED] [Maintenance] Convert ExpenseGroup, ExpenseCategory, IncomeCategory components to Typescript. #4010

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

📋 Pull Request Information

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

Base: masterHead: maintenance/typescript-components


📝 Commits (6)

📊 Changes

9 files changed (+107 additions, -30 deletions)

View changed files

📝 packages/desktop-client/src/components/budget/ExpenseCategory.tsx (+27 -5)
📝 packages/desktop-client/src/components/budget/ExpenseGroup.tsx (+28 -3)
📝 packages/desktop-client/src/components/budget/IncomeCategory.tsx (+26 -3)
📝 packages/desktop-client/src/components/budget/RenderMonths.tsx (+1 -1)
📝 packages/desktop-client/src/components/budget/SidebarCategory.tsx (+3 -6)
📝 packages/desktop-client/src/components/budget/SidebarGroup.tsx (+1 -1)
📝 packages/desktop-client/src/components/sidebar/Account.tsx (+1 -1)
📝 packages/desktop-client/src/components/sort.tsx (+14 -10)
upcoming-release-notes/1897.md (+6 -0)

📄 Description

Convert ExpenseGroup, ExpenseCategory, IncomeCategory 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/1897 **Author:** [@MikesGlitch](https://github.com/MikesGlitch) **Created:** 11/11/2023 **Status:** ✅ Merged **Merged:** 11/11/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `maintenance/typescript-components` --- ### 📝 Commits (6) - [`6628f66`](https://github.com/actualbudget/actual/commit/6628f6673367185188b56b8404bf57280e5f647c) expensegroup to typescript - [`d812f01`](https://github.com/actualbudget/actual/commit/d812f01ba3fdfaaaefa892cd3b4891394eaf84c4) notes - [`970e191`](https://github.com/actualbudget/actual/commit/970e19198e5025fa2ed5b92741ca22ad88ae670f) sidebarcategory typescript - [`e50e3b8`](https://github.com/actualbudget/actual/commit/e50e3b8daf15b25b6ea5e87cdbc44496ede8ef4e) income cateogry to typescript - [`3217e07`](https://github.com/actualbudget/actual/commit/3217e07d57fc9e02d988140b82438d94988481c1) fixing lint issues - [`9c41c5e`](https://github.com/actualbudget/actual/commit/9c41c5e0753bf27f0636b19f17c99562726c24d7) fix small bug that is never getting used anyway ### 📊 Changes **9 files changed** (+107 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/budget/ExpenseCategory.tsx` (+27 -5) 📝 `packages/desktop-client/src/components/budget/ExpenseGroup.tsx` (+28 -3) 📝 `packages/desktop-client/src/components/budget/IncomeCategory.tsx` (+26 -3) 📝 `packages/desktop-client/src/components/budget/RenderMonths.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/budget/SidebarCategory.tsx` (+3 -6) 📝 `packages/desktop-client/src/components/budget/SidebarGroup.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/sidebar/Account.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/sort.tsx` (+14 -10) ➕ `upcoming-release-notes/1897.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 ExpenseGroup, ExpenseCategory, IncomeCategory 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:15 -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#4010