[PR #2118] [MERGED] ESLint no default exports 4 #4129

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2118
Author: @joel-jeremy
Created: 12/22/2023
Status: Merged
Merged: 1/6/2024
Merged by: @joel-jeremy

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


📝 Commits (5)

📊 Changes

68 files changed (+111 additions, -100 deletions)

View changed files

📝 .eslintrc.js (+9 -0)
📝 packages/desktop-client/src/components/FatalError.tsx (+3 -3)
📝 packages/desktop-client/src/components/ManageRules.tsx (+2 -2)
📝 packages/desktop-client/src/components/Notifications.tsx (+1 -1)
📝 packages/desktop-client/src/components/Titlebar.tsx (+1 -1)
📝 packages/desktop-client/src/components/accounts/Header.jsx (+3 -3)
📝 packages/desktop-client/src/components/accounts/MobileAccounts.jsx (+1 -1)
📝 packages/desktop-client/src/components/budget/report/budgetsummary/BudgetSummary.tsx (+1 -1)
📝 packages/desktop-client/src/components/common/MenuButton.tsx (+1 -1)
📝 packages/desktop-client/src/components/common/Modal.tsx (+1 -3)
📝 packages/desktop-client/src/components/common/Paragraph.tsx (+1 -1)
📝 packages/desktop-client/src/components/common/Search.tsx (+1 -1)
📝 packages/desktop-client/src/components/common/Select.tsx (+1 -1)
📝 packages/desktop-client/src/components/common/Stack.tsx (+1 -3)
📝 packages/desktop-client/src/components/common/TextOneLine.tsx (+1 -1)
📝 packages/desktop-client/src/components/filters/FiltersMenu.jsx (+2 -2)
📝 packages/desktop-client/src/components/filters/SavedFilters.jsx (+1 -1)
📝 packages/desktop-client/src/components/gocardless/GoCardlessLink.tsx (+2 -2)
📝 packages/desktop-client/src/components/manager/DeleteFile.tsx (+1 -1)
📝 packages/desktop-client/src/components/manager/Import.tsx (+1 -1)

...and 48 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/2118 **Author:** [@joel-jeremy](https://github.com/joel-jeremy) **Created:** 12/22/2023 **Status:** ✅ Merged **Merged:** 1/6/2024 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `eslint-no-default-exports-4` --- ### 📝 Commits (5) - [`d57eadd`](https://github.com/actualbudget/actual/commit/d57eadd96c69a66b6e27cc3f1d82fd5edf083a0d) ESLint no-default-exports part 4 - [`e9aeddf`](https://github.com/actualbudget/actual/commit/e9aeddfc0c141825a8815eab43112c9c638c1ae7) Fix default imports - [`a8e32eb`](https://github.com/actualbudget/actual/commit/a8e32eb4b8f918243692f0db10a5977dfb08dbad) Fix default imports - [`d932a6d`](https://github.com/actualbudget/actual/commit/d932a6d1c0cd396f42f202c0647a60667486e2a7) Fix manager Modals import - [`e3bff93`](https://github.com/actualbudget/actual/commit/e3bff93d3e636e967b4be1a5a43c2d409b982886) Release notes ### 📊 Changes **68 files changed** (+111 additions, -100 deletions) <details> <summary>View changed files</summary> 📝 `.eslintrc.js` (+9 -0) 📝 `packages/desktop-client/src/components/FatalError.tsx` (+3 -3) 📝 `packages/desktop-client/src/components/ManageRules.tsx` (+2 -2) 📝 `packages/desktop-client/src/components/Notifications.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/Titlebar.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/accounts/Header.jsx` (+3 -3) 📝 `packages/desktop-client/src/components/accounts/MobileAccounts.jsx` (+1 -1) 📝 `packages/desktop-client/src/components/budget/report/budgetsummary/BudgetSummary.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/common/MenuButton.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/common/Modal.tsx` (+1 -3) 📝 `packages/desktop-client/src/components/common/Paragraph.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/common/Search.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/common/Select.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/common/Stack.tsx` (+1 -3) 📝 `packages/desktop-client/src/components/common/TextOneLine.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/filters/FiltersMenu.jsx` (+2 -2) 📝 `packages/desktop-client/src/components/filters/SavedFilters.jsx` (+1 -1) 📝 `packages/desktop-client/src/components/gocardless/GoCardlessLink.tsx` (+2 -2) 📝 `packages/desktop-client/src/components/manager/DeleteFile.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/manager/Import.tsx` (+1 -1) _...and 48 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:51:57 -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#4129