[PR #4789] [MERGED] Use @desktop-client/hooks alias for cleaner imports #5584

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4789
Author: @joel-jeremy
Created: 4/10/2025
Status: Merged
Merged: 5/5/2025
Merged by: @joel-jeremy

Base: masterHead: path-alias-@hooks


📝 Commits (3)

  • a3c4b13 Use @hooks path alias for cleaner imports
  • b9c4b1b Fix line errors
  • 55bdb31 Update to @desktop-client

📊 Changes

189 files changed (+628 additions, -443 deletions)

View changed files

📝 packages/desktop-client/src/auth/ProtectedRoute.tsx (+2 -1)
📝 packages/desktop-client/src/components/App.tsx (+2 -1)
📝 packages/desktop-client/src/components/FinancesApp.tsx (+5 -4)
📝 packages/desktop-client/src/components/GlobalKeys.ts (+1 -1)
📝 packages/desktop-client/src/components/HelpMenu.tsx (+2 -1)
📝 packages/desktop-client/src/components/LoggedInUser.tsx (+3 -2)
📝 packages/desktop-client/src/components/ManageRules.tsx (+8 -4)
📝 packages/desktop-client/src/components/Modals.tsx (+3 -2)
📝 packages/desktop-client/src/components/NotesButton.tsx (+2 -2)
📝 packages/desktop-client/src/components/PrivacyFilter.tsx (+1 -1)
📝 packages/desktop-client/src/components/Titlebar.tsx (+5 -4)
📝 packages/desktop-client/src/components/accounts/Account.tsx (+18 -17)
📝 packages/desktop-client/src/components/accounts/AccountSyncCheck.tsx (+3 -2)
📝 packages/desktop-client/src/components/accounts/Balance.tsx (+2 -1)
📝 packages/desktop-client/src/components/accounts/Header.tsx (+5 -4)
📝 packages/desktop-client/src/components/admin/UserAccess/UserAccess.tsx (+2 -1)
📝 packages/desktop-client/src/components/admin/UserAccess/UserAccessRow.tsx (+2 -1)
📝 packages/desktop-client/src/components/admin/UserDirectory/UserDirectory.tsx (+5 -1)
📝 packages/desktop-client/src/components/admin/UserDirectory/UserDirectoryHeader.tsx (+3 -2)
📝 packages/desktop-client/src/components/admin/UserDirectory/UserDirectoryPage.tsx (+2 -1)

...and 80 more files

📄 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/4789 **Author:** [@joel-jeremy](https://github.com/joel-jeremy) **Created:** 4/10/2025 **Status:** ✅ Merged **Merged:** 5/5/2025 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `path-alias-@hooks` --- ### 📝 Commits (3) - [`a3c4b13`](https://github.com/actualbudget/actual/commit/a3c4b132fd390de24f3ade4e258e4ec4fcd1016c) Use @hooks path alias for cleaner imports - [`b9c4b1b`](https://github.com/actualbudget/actual/commit/b9c4b1b7b932cce6b5f744fe9d8d6ac17ae31689) Fix line errors - [`55bdb31`](https://github.com/actualbudget/actual/commit/55bdb316f7904f6172b1f80e1aa7d4ac8a4ebf8a) Update to @desktop-client ### 📊 Changes **189 files changed** (+628 additions, -443 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/auth/ProtectedRoute.tsx` (+2 -1) 📝 `packages/desktop-client/src/components/App.tsx` (+2 -1) 📝 `packages/desktop-client/src/components/FinancesApp.tsx` (+5 -4) 📝 `packages/desktop-client/src/components/GlobalKeys.ts` (+1 -1) 📝 `packages/desktop-client/src/components/HelpMenu.tsx` (+2 -1) 📝 `packages/desktop-client/src/components/LoggedInUser.tsx` (+3 -2) 📝 `packages/desktop-client/src/components/ManageRules.tsx` (+8 -4) 📝 `packages/desktop-client/src/components/Modals.tsx` (+3 -2) 📝 `packages/desktop-client/src/components/NotesButton.tsx` (+2 -2) 📝 `packages/desktop-client/src/components/PrivacyFilter.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/Titlebar.tsx` (+5 -4) 📝 `packages/desktop-client/src/components/accounts/Account.tsx` (+18 -17) 📝 `packages/desktop-client/src/components/accounts/AccountSyncCheck.tsx` (+3 -2) 📝 `packages/desktop-client/src/components/accounts/Balance.tsx` (+2 -1) 📝 `packages/desktop-client/src/components/accounts/Header.tsx` (+5 -4) 📝 `packages/desktop-client/src/components/admin/UserAccess/UserAccess.tsx` (+2 -1) 📝 `packages/desktop-client/src/components/admin/UserAccess/UserAccessRow.tsx` (+2 -1) 📝 `packages/desktop-client/src/components/admin/UserDirectory/UserDirectory.tsx` (+5 -1) 📝 `packages/desktop-client/src/components/admin/UserDirectory/UserDirectoryHeader.tsx` (+3 -2) 📝 `packages/desktop-client/src/components/admin/UserDirectory/UserDirectoryPage.tsx` (+2 -1) _...and 80 more files_ </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. Try running yarn generate:release-notes *before* pushing your PR for an interactive experience. --> --- <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 21:14:50 -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#5584