[PR #1566] [MERGED] ♻️ convert budget component from class to hook component #22434

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1566
Author: @MatissJanis
Created: 8/22/2023
Status: Merged
Merged: 9/3/2023
Merged by: @MatissJanis

Base: masterHead: matiss/budget-functional


📝 Commits (5)

  • 026dadb ♻️ convert budget component from class to hook component
  • 09a619a Release notes
  • b2f4460 Feedback: move currentMonth
  • 987d385 Merge branch 'master' into matiss/budget-functional
  • 7fcbb08 Merge branch 'master' into matiss/budget-functional

📊 Changes

2 files changed (+226 additions, -287 deletions)

View changed files

📝 packages/desktop-client/src/components/budget/index.js (+220 -287)
upcoming-release-notes/1566.md (+6 -0)

📄 Description

Converting the class component to functional component.

Functionality should be exactly the same. I've intentionally tried to keep it as close to 1:1 as possible without doing additional refactors.

Next step would be to convert it to TS.


🔄 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/1566 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 8/22/2023 **Status:** ✅ Merged **Merged:** 9/3/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/budget-functional` --- ### 📝 Commits (5) - [`026dadb`](https://github.com/actualbudget/actual/commit/026dadb1680a56ef71810738537b0147dd208c21) :recycle: convert budget component from class to hook component - [`09a619a`](https://github.com/actualbudget/actual/commit/09a619add48e7c629838f1250aa7a227d9940f93) Release notes - [`b2f4460`](https://github.com/actualbudget/actual/commit/b2f4460b10825793fb525dc1235a5b913f3c3c98) Feedback: move currentMonth - [`987d385`](https://github.com/actualbudget/actual/commit/987d3853fd13dfa44d6bc686e64ad36e28fd2e68) Merge branch 'master' into matiss/budget-functional - [`7fcbb08`](https://github.com/actualbudget/actual/commit/7fcbb08b0f5f435121fa963719d722c6c968a09c) Merge branch 'master' into matiss/budget-functional ### 📊 Changes **2 files changed** (+226 additions, -287 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/budget/index.js` (+220 -287) ➕ `upcoming-release-notes/1566.md` (+6 -0) </details> ### 📄 Description Converting the class component to functional component. Functionality should be exactly the same. I've intentionally tried to keep it as close to 1:1 as possible without doing additional refactors. Next step would be to convert it to TS. --- <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:45:47 -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#22434