[PR #1419] [MERGED] ♻️ (common) migrating to specific common component import paths pt2 #10781

Closed
opened 2026-04-10 20:42:24 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1419
Author: @MatissJanis
Created: 7/30/2023
Status: Merged
Merged: 7/30/2023
Merged by: @MatissJanis

Base: masterHead: matiss/migrate-paths-2


📝 Commits (7)

  • 8a73298 ♻️ (common) migrating to specific common component import paths pt2
  • a7fdac6 Release notes
  • 231a938 Some more import fixes
  • 5f311d1 Some more migrations
  • f5f6c25 Update 1419.md
  • fe15e6f Update upcoming-release-notes/1419.md
  • ecdc13b erge branch 'master' into matiss/migrate-paths-2

📊 Changes

40 files changed (+157 additions, -106 deletions)

View changed files

📝 packages/desktop-client/src/components/AppBackground.js (+2 -1)
📝 packages/desktop-client/src/components/FatalError.js (+8 -10)
📝 packages/desktop-client/src/components/ManageRules.js (+7 -9)
📝 packages/desktop-client/src/components/Notifications.tsx (+6 -9)
📝 packages/desktop-client/src/components/Page.tsx (+3 -1)
📝 packages/desktop-client/src/components/UpdateNotification.js (+4 -1)
📝 packages/desktop-client/src/components/accounts/Reconcile.js (+5 -1)
📝 packages/desktop-client/src/components/budget/MobileBudgetTable.js (+5 -1)
📝 packages/desktop-client/src/components/budget/misc.js (+4 -1)
📝 packages/desktop-client/src/components/common.tsx (+0 -8)
📝 packages/desktop-client/src/components/gocardless/GoCardlessLink.js (+2 -1)
📝 packages/desktop-client/src/components/manager/BudgetList.js (+4 -1)
📝 packages/desktop-client/src/components/manager/DeleteFile.js (+4 -1)
📝 packages/desktop-client/src/components/manager/Import.js (+5 -1)
📝 packages/desktop-client/src/components/manager/ImportActual.js (+4 -1)
📝 packages/desktop-client/src/components/manager/ImportYNAB4.js (+4 -1)
📝 packages/desktop-client/src/components/manager/ImportYNAB5.js (+5 -1)
📝 packages/desktop-client/src/components/modals/BudgetSummary.js (+4 -1)
📝 packages/desktop-client/src/components/modals/ConfirmCategoryDelete.js (+5 -1)
📝 packages/desktop-client/src/components/modals/CreateAccount.js (+5 -8)

...and 20 more files

📄 Description

Part 2 of the path migration. No functional changes.

Part 1: https://github.com/actualbudget/actual/pull/1418


🔄 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/1419 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 7/30/2023 **Status:** ✅ Merged **Merged:** 7/30/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/migrate-paths-2` --- ### 📝 Commits (7) - [`8a73298`](https://github.com/actualbudget/actual/commit/8a7329858b2e04bd24db12acb67cd1470187abe0) :recycle: (common) migrating to specific common component import paths pt2 - [`a7fdac6`](https://github.com/actualbudget/actual/commit/a7fdac6c6bd91074bf58bf5866ad14352eeec637) Release notes - [`231a938`](https://github.com/actualbudget/actual/commit/231a938e999970d05703435a05419fde55f1c347) Some more import fixes - [`5f311d1`](https://github.com/actualbudget/actual/commit/5f311d1265908085b22f22c3ae51b80aa61ba080) Some more migrations - [`f5f6c25`](https://github.com/actualbudget/actual/commit/f5f6c25e221967c4265cef0b4c06357043de221f) Update 1419.md - [`fe15e6f`](https://github.com/actualbudget/actual/commit/fe15e6f42c6ab95bd7eaa6d937c1df0459a71d9e) Update upcoming-release-notes/1419.md - [`ecdc13b`](https://github.com/actualbudget/actual/commit/ecdc13b28e54ac74fe73eb5a39ddeb2d41a13797) erge branch 'master' into matiss/migrate-paths-2 ### 📊 Changes **40 files changed** (+157 additions, -106 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/AppBackground.js` (+2 -1) 📝 `packages/desktop-client/src/components/FatalError.js` (+8 -10) 📝 `packages/desktop-client/src/components/ManageRules.js` (+7 -9) 📝 `packages/desktop-client/src/components/Notifications.tsx` (+6 -9) 📝 `packages/desktop-client/src/components/Page.tsx` (+3 -1) 📝 `packages/desktop-client/src/components/UpdateNotification.js` (+4 -1) 📝 `packages/desktop-client/src/components/accounts/Reconcile.js` (+5 -1) 📝 `packages/desktop-client/src/components/budget/MobileBudgetTable.js` (+5 -1) 📝 `packages/desktop-client/src/components/budget/misc.js` (+4 -1) 📝 `packages/desktop-client/src/components/common.tsx` (+0 -8) 📝 `packages/desktop-client/src/components/gocardless/GoCardlessLink.js` (+2 -1) 📝 `packages/desktop-client/src/components/manager/BudgetList.js` (+4 -1) 📝 `packages/desktop-client/src/components/manager/DeleteFile.js` (+4 -1) 📝 `packages/desktop-client/src/components/manager/Import.js` (+5 -1) 📝 `packages/desktop-client/src/components/manager/ImportActual.js` (+4 -1) 📝 `packages/desktop-client/src/components/manager/ImportYNAB4.js` (+4 -1) 📝 `packages/desktop-client/src/components/manager/ImportYNAB5.js` (+5 -1) 📝 `packages/desktop-client/src/components/modals/BudgetSummary.js` (+4 -1) 📝 `packages/desktop-client/src/components/modals/ConfirmCategoryDelete.js` (+5 -1) 📝 `packages/desktop-client/src/components/modals/CreateAccount.js` (+5 -8) _...and 20 more files_ </details> ### 📄 Description Part 2 of the path migration. No functional changes. Part 1: https://github.com/actualbudget/actual/pull/1418 --- <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-10 20:42:24 -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#10781