[PR #4960] [MERGED] Use @desktop-client alias in all of desktop-client package #20047

Closed
opened 2026-04-14 21:25:45 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4960
Author: @joel-jeremy
Created: 5/7/2025
Status: Merged
Merged: 5/22/2025
Merged by: @joel-jeremy

Base: masterHead: use-@desktop-client-alias


📝 Commits (2)

  • 7960805 Use @desktop-client alias in all of desktop-client package
  • 447d453 Run yarn lint:fix

📊 Changes

324 files changed (+1760 additions, -1425 deletions)

View changed files

📝 eslint.config.mjs (+18 -7)
📝 package.json (+1 -0)
📝 packages/desktop-client/src/accounts/accountsSlice.ts (+5 -5)
📝 packages/desktop-client/src/app/appSlice.ts (+4 -4)
📝 packages/desktop-client/src/auth/AuthProvider.tsx (+3 -3)
📝 packages/desktop-client/src/auth/ProtectedRoute.tsx (+1 -2)
📝 packages/desktop-client/src/browser-preload.browser.js (+1 -0)
📝 packages/desktop-client/src/budgets/budgetsSlice.ts (+5 -5)
📝 packages/desktop-client/src/components/App.tsx (+15 -12)
📝 packages/desktop-client/src/components/AppBackground.tsx (+2 -2)
📝 packages/desktop-client/src/components/BankSyncStatus.tsx (+2 -2)
📝 packages/desktop-client/src/components/FinancesApp.tsx (+6 -7)
📝 packages/desktop-client/src/components/HelpMenu.tsx (+2 -3)
📝 packages/desktop-client/src/components/LoggedInUser.tsx (+5 -6)
📝 packages/desktop-client/src/components/ManageRules.tsx (+3 -4)
📝 packages/desktop-client/src/components/Modals.tsx (+2 -3)
📝 packages/desktop-client/src/components/Notes.tsx (+4 -1)
📝 packages/desktop-client/src/components/Notifications.tsx (+4 -4)
📝 packages/desktop-client/src/components/ServerContext.tsx (+2 -2)
📝 packages/desktop-client/src/components/ThemeSelector.tsx (+1 -1)

...and 80 more files

📄 Description

All of these changes were automated via configuring eslint-plugin-typescript-paths and running yarn lint:fix


🔄 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/4960 **Author:** [@joel-jeremy](https://github.com/joel-jeremy) **Created:** 5/7/2025 **Status:** ✅ Merged **Merged:** 5/22/2025 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `use-@desktop-client-alias` --- ### 📝 Commits (2) - [`7960805`](https://github.com/actualbudget/actual/commit/7960805d2c3640388327fc07729409209106c6dc) Use @desktop-client alias in all of desktop-client package - [`447d453`](https://github.com/actualbudget/actual/commit/447d45356986860cdfdea83616a9d1603d12d6fa) Run yarn lint:fix ### 📊 Changes **324 files changed** (+1760 additions, -1425 deletions) <details> <summary>View changed files</summary> 📝 `eslint.config.mjs` (+18 -7) 📝 `package.json` (+1 -0) 📝 `packages/desktop-client/src/accounts/accountsSlice.ts` (+5 -5) 📝 `packages/desktop-client/src/app/appSlice.ts` (+4 -4) 📝 `packages/desktop-client/src/auth/AuthProvider.tsx` (+3 -3) 📝 `packages/desktop-client/src/auth/ProtectedRoute.tsx` (+1 -2) 📝 `packages/desktop-client/src/browser-preload.browser.js` (+1 -0) 📝 `packages/desktop-client/src/budgets/budgetsSlice.ts` (+5 -5) 📝 `packages/desktop-client/src/components/App.tsx` (+15 -12) 📝 `packages/desktop-client/src/components/AppBackground.tsx` (+2 -2) 📝 `packages/desktop-client/src/components/BankSyncStatus.tsx` (+2 -2) 📝 `packages/desktop-client/src/components/FinancesApp.tsx` (+6 -7) 📝 `packages/desktop-client/src/components/HelpMenu.tsx` (+2 -3) 📝 `packages/desktop-client/src/components/LoggedInUser.tsx` (+5 -6) 📝 `packages/desktop-client/src/components/ManageRules.tsx` (+3 -4) 📝 `packages/desktop-client/src/components/Modals.tsx` (+2 -3) 📝 `packages/desktop-client/src/components/Notes.tsx` (+4 -1) 📝 `packages/desktop-client/src/components/Notifications.tsx` (+4 -4) 📝 `packages/desktop-client/src/components/ServerContext.tsx` (+2 -2) 📝 `packages/desktop-client/src/components/ThemeSelector.tsx` (+1 -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. --> All of these changes were automated via configuring `eslint-plugin-typescript-paths` and running `yarn lint:fix` --- <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-14 21:25:45 -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#20047