[PR #783] [MERGED] Remove a few unused class components, convert a few components to functions #3325

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/783
Author: @j-f1
Created: 3/18/2023
Status: Merged
Merged: 3/18/2023
Merged by: @j-f1

Base: masterHead: jed/no-class


📝 Commits (10+)

  • bbd038e Remove unused tutorial components
  • 5e303f9 Remove unused TooltipTarget
  • 3c5f910 HoverTarget: port to function component
  • 480ad10 Reports: port to function component
  • f2ba46e Container: port to function component
  • 8903d78 ConfirmCategoryDelete: port to function component
  • dd128b5 GlobalKeys: port to function component
  • 4b000c8 TransactionSearchInput: port to function component
  • 3578ae0 ManagementApp: port to function component
  • eb1cc6d release notes

📊 Changes

11 files changed (+329 additions, -715 deletions)

View changed files

📝 packages/desktop-client/src/components/GlobalKeys.js (+8 -18)
packages/desktop-client/src/components/Tutorial.js (+0 -274)
packages/desktop-client/src/components/TutorialPoints.js (+0 -41)
📝 packages/desktop-client/src/components/accounts/MobileAccountDetails.js (+45 -55)
📝 packages/desktop-client/src/components/manager/ManagementApp.js (+126 -133)
📝 packages/desktop-client/src/components/modals/ConfirmCategoryDelete.js (+90 -92)
📝 packages/desktop-client/src/components/reports/Container.js (+15 -21)
📝 packages/desktop-client/src/components/reports/index.js (+8 -12)
packages/loot-design/src/components/TutorialPoint.js (+0 -21)
📝 packages/loot-design/src/components/common.js (+31 -48)
upcoming-release-notes/783.md (+6 -0)

📄 Description


🔄 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/783 **Author:** [@j-f1](https://github.com/j-f1) **Created:** 3/18/2023 **Status:** ✅ Merged **Merged:** 3/18/2023 **Merged by:** [@j-f1](https://github.com/j-f1) **Base:** `master` ← **Head:** `jed/no-class` --- ### 📝 Commits (10+) - [`bbd038e`](https://github.com/actualbudget/actual/commit/bbd038ec0220bc88fc4fee7331c459769088e320) Remove unused tutorial components - [`5e303f9`](https://github.com/actualbudget/actual/commit/5e303f912a7d53a8235a2788a77969f9dac6e702) Remove unused TooltipTarget - [`3c5f910`](https://github.com/actualbudget/actual/commit/3c5f9100cd89711c4cf5c3c2e78f72727aaa4f3f) HoverTarget: port to function component - [`480ad10`](https://github.com/actualbudget/actual/commit/480ad109cc5602bb4262615c442531767b77a2ff) Reports: port to function component - [`f2ba46e`](https://github.com/actualbudget/actual/commit/f2ba46eaf650e06f2af08b390d07b30693889b17) Container: port to function component - [`8903d78`](https://github.com/actualbudget/actual/commit/8903d7813b46105c3622336f837415b33cb966fb) ConfirmCategoryDelete: port to function component - [`dd128b5`](https://github.com/actualbudget/actual/commit/dd128b506ade80f1d3ec88ae3660988d493c9efa) GlobalKeys: port to function component - [`4b000c8`](https://github.com/actualbudget/actual/commit/4b000c82e4e5f5b259db7b93b829fba54bd42e7f) TransactionSearchInput: port to function component - [`3578ae0`](https://github.com/actualbudget/actual/commit/3578ae0bcba7ed6abc0b1bda9d0778bbd0d900d6) ManagementApp: port to function component - [`eb1cc6d`](https://github.com/actualbudget/actual/commit/eb1cc6d854b185099454163a4578f1dd5ef2d5fb) release notes ### 📊 Changes **11 files changed** (+329 additions, -715 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/GlobalKeys.js` (+8 -18) ➖ `packages/desktop-client/src/components/Tutorial.js` (+0 -274) ➖ `packages/desktop-client/src/components/TutorialPoints.js` (+0 -41) 📝 `packages/desktop-client/src/components/accounts/MobileAccountDetails.js` (+45 -55) 📝 `packages/desktop-client/src/components/manager/ManagementApp.js` (+126 -133) 📝 `packages/desktop-client/src/components/modals/ConfirmCategoryDelete.js` (+90 -92) 📝 `packages/desktop-client/src/components/reports/Container.js` (+15 -21) 📝 `packages/desktop-client/src/components/reports/index.js` (+8 -12) ➖ `packages/loot-design/src/components/TutorialPoint.js` (+0 -21) 📝 `packages/loot-design/src/components/common.js` (+31 -48) ➕ `upcoming-release-notes/783.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 --> --- <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:39:56 -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#3325