[PR #2169] [MERGED] ESLint no-default-exports 7 #4153

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2169
Author: @joel-jeremy
Created: 1/4/2024
Status: Merged
Merged: 1/6/2024
Merged by: @joel-jeremy

Base: masterHead: eslint-no-default-exports-7


📝 Commits (4)

📊 Changes

62 files changed (+167 additions, -182 deletions)

View changed files

📝 .eslintrc.js (+3 -3)
📝 packages/desktop-client/src/components/Titlebar.tsx (+1 -1)
📝 packages/desktop-client/src/components/accounts/Account.jsx (+1 -1)
📝 packages/desktop-client/src/components/accounts/AccountSyncCheck.jsx (+1 -1)
📝 packages/desktop-client/src/components/accounts/MobileAccount.jsx (+2 -2)
📝 packages/desktop-client/src/components/accounts/MobileAccountDetails.jsx (+1 -1)
📝 packages/desktop-client/src/components/accounts/MobileAccounts.jsx (+1 -1)
📝 packages/desktop-client/src/components/autocomplete/AccountAutocomplete.tsx (+2 -2)
📝 packages/desktop-client/src/components/autocomplete/Autocomplete.tsx (+1 -1)
📝 packages/desktop-client/src/components/autocomplete/CategoryAutocomplete.tsx (+2 -2)
📝 packages/desktop-client/src/components/autocomplete/PayeeAutocomplete.tsx (+3 -2)
📝 packages/desktop-client/src/components/autocomplete/SavedFilterAutocomplete.tsx (+2 -2)
📝 packages/desktop-client/src/components/budget/BalanceWithCarryover.tsx (+1 -1)
📝 packages/desktop-client/src/components/budget/BudgetCategories.jsx (+8 -10)
📝 packages/desktop-client/src/components/budget/BudgetPageHeader.tsx (+1 -3)
📝 packages/desktop-client/src/components/budget/BudgetSummaries.tsx (+3 -5)
📝 packages/desktop-client/src/components/budget/BudgetTable.jsx (+4 -6)
📝 packages/desktop-client/src/components/budget/BudgetTotals.tsx (+2 -4)
📝 packages/desktop-client/src/components/budget/DynamicBudgetTable.tsx (+19 -18)
📝 packages/desktop-client/src/components/budget/ExpenseCategory.tsx (+3 -5)

...and 42 more files

📄 Description

The number of files changed should go down once the previous parts gets merged.


🔄 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/2169 **Author:** [@joel-jeremy](https://github.com/joel-jeremy) **Created:** 1/4/2024 **Status:** ✅ Merged **Merged:** 1/6/2024 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `eslint-no-default-exports-7` --- ### 📝 Commits (4) - [`52f0eb5`](https://github.com/actualbudget/actual/commit/52f0eb5064d783595848170b983d11c424a43770) Fix default imports - [`3889bf0`](https://github.com/actualbudget/actual/commit/3889bf020d8b7b8614d272b73bcdb264032ccd85) Fix manager Modals import - [`edf179d`](https://github.com/actualbudget/actual/commit/edf179dc16dfdaa2c798830637fc0a384cb70253) ESLint no default exports 7 - [`5877327`](https://github.com/actualbudget/actual/commit/5877327f583957119e96d2da0cca5874e79679be) Release notes ### 📊 Changes **62 files changed** (+167 additions, -182 deletions) <details> <summary>View changed files</summary> 📝 `.eslintrc.js` (+3 -3) 📝 `packages/desktop-client/src/components/Titlebar.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/accounts/Account.jsx` (+1 -1) 📝 `packages/desktop-client/src/components/accounts/AccountSyncCheck.jsx` (+1 -1) 📝 `packages/desktop-client/src/components/accounts/MobileAccount.jsx` (+2 -2) 📝 `packages/desktop-client/src/components/accounts/MobileAccountDetails.jsx` (+1 -1) 📝 `packages/desktop-client/src/components/accounts/MobileAccounts.jsx` (+1 -1) 📝 `packages/desktop-client/src/components/autocomplete/AccountAutocomplete.tsx` (+2 -2) 📝 `packages/desktop-client/src/components/autocomplete/Autocomplete.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/autocomplete/CategoryAutocomplete.tsx` (+2 -2) 📝 `packages/desktop-client/src/components/autocomplete/PayeeAutocomplete.tsx` (+3 -2) 📝 `packages/desktop-client/src/components/autocomplete/SavedFilterAutocomplete.tsx` (+2 -2) 📝 `packages/desktop-client/src/components/budget/BalanceWithCarryover.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/budget/BudgetCategories.jsx` (+8 -10) 📝 `packages/desktop-client/src/components/budget/BudgetPageHeader.tsx` (+1 -3) 📝 `packages/desktop-client/src/components/budget/BudgetSummaries.tsx` (+3 -5) 📝 `packages/desktop-client/src/components/budget/BudgetTable.jsx` (+4 -6) 📝 `packages/desktop-client/src/components/budget/BudgetTotals.tsx` (+2 -4) 📝 `packages/desktop-client/src/components/budget/DynamicBudgetTable.tsx` (+19 -18) 📝 `packages/desktop-client/src/components/budget/ExpenseCategory.tsx` (+3 -5) _...and 42 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 --> The number of files changed should go down once the previous parts gets merged. --- <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:52:17 -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#4153