[PR #4349] [MERGED] ♻️ replace loot-core/src imports with loot-core #54637

Closed
opened 2026-05-01 00:45:42 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4349
Author: @MatissJanis
Created: 2/10/2025
Status: Merged
Merged: 2/11/2025
Merged by: @MatissJanis

Base: masterHead: matiss/loot-core


📝 Commits (2)

  • 39fc052 ♻️ replace loot-core/src imports with loot-core
  • 79fd963 Merge branch 'master' into matiss/loot-core

📊 Changes

224 files changed (+455 additions, -465 deletions)

View changed files

📝 packages/api/methods.ts (+1 -1)
📝 packages/api/tsconfig.dist.json (+0 -1)
📝 packages/desktop-client/e2e/budget.mobile.test.ts (+1 -1)
📝 packages/desktop-client/src/browser-preload.browser.js (+1 -1)
📝 packages/desktop-client/src/components/App.tsx (+2 -5)
📝 packages/desktop-client/src/components/FatalError.tsx (+1 -1)
📝 packages/desktop-client/src/components/FinancesApp.tsx (+1 -1)
📝 packages/desktop-client/src/components/GlobalKeys.ts (+1 -1)
📝 packages/desktop-client/src/components/LoggedInUser.tsx (+1 -1)
📝 packages/desktop-client/src/components/ManageRules.tsx (+7 -10)
📝 packages/desktop-client/src/components/Modals.tsx (+2 -2)
📝 packages/desktop-client/src/components/NotesButton.tsx (+1 -1)
📝 packages/desktop-client/src/components/Notifications.tsx (+1 -1)
📝 packages/desktop-client/src/components/ServerContext.tsx (+1 -1)
📝 packages/desktop-client/src/components/ThemeSelector.tsx (+1 -1)
📝 packages/desktop-client/src/components/Titlebar.tsx (+4 -4)
📝 packages/desktop-client/src/components/accounts/Account.tsx (+17 -17)
📝 packages/desktop-client/src/components/accounts/Balance.tsx (+3 -3)
📝 packages/desktop-client/src/components/accounts/Reconcile.tsx (+3 -3)
📝 packages/desktop-client/src/components/admin/UserAccess/UserAccess.tsx (+2 -2)

...and 80 more files

📄 Description

Cleanup: removing loot-core/src/* imports in favour of loot-core/*.

This standardisation will also help eventually to move to proper monorepo module resolution via yarn instead of mixing yarn & ts for this.


🔄 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/4349 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 2/10/2025 **Status:** ✅ Merged **Merged:** 2/11/2025 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/loot-core` --- ### 📝 Commits (2) - [`39fc052`](https://github.com/actualbudget/actual/commit/39fc052e61be38470bcbdb4ddaa39964ef089f76) :recycle: replace loot-core/src imports with loot-core - [`79fd963`](https://github.com/actualbudget/actual/commit/79fd9638fdec4e94d51e4a9e29b16e9669425c6c) Merge branch 'master' into matiss/loot-core ### 📊 Changes **224 files changed** (+455 additions, -465 deletions) <details> <summary>View changed files</summary> 📝 `packages/api/methods.ts` (+1 -1) 📝 `packages/api/tsconfig.dist.json` (+0 -1) 📝 `packages/desktop-client/e2e/budget.mobile.test.ts` (+1 -1) 📝 `packages/desktop-client/src/browser-preload.browser.js` (+1 -1) 📝 `packages/desktop-client/src/components/App.tsx` (+2 -5) 📝 `packages/desktop-client/src/components/FatalError.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/FinancesApp.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/GlobalKeys.ts` (+1 -1) 📝 `packages/desktop-client/src/components/LoggedInUser.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/ManageRules.tsx` (+7 -10) 📝 `packages/desktop-client/src/components/Modals.tsx` (+2 -2) 📝 `packages/desktop-client/src/components/NotesButton.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/Notifications.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/ServerContext.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/ThemeSelector.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/Titlebar.tsx` (+4 -4) 📝 `packages/desktop-client/src/components/accounts/Account.tsx` (+17 -17) 📝 `packages/desktop-client/src/components/accounts/Balance.tsx` (+3 -3) 📝 `packages/desktop-client/src/components/accounts/Reconcile.tsx` (+3 -3) 📝 `packages/desktop-client/src/components/admin/UserAccess/UserAccess.tsx` (+2 -2) _...and 80 more files_ </details> ### 📄 Description Cleanup: removing `loot-core/src/*` imports in favour of `loot-core/*`. This standardisation will also help eventually to move to proper monorepo module resolution via yarn instead of mixing yarn & ts for this. --- <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-05-01 00:45:42 -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#54637