[PR #2119] [MERGED] ESLint no-default-exports 5 - Text.tsx #4130

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

📋 Pull Request Information

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

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


📝 Commits (5)

📊 Changes

95 files changed (+100 additions, -96 deletions)

View changed files

📝 .eslintrc.js (+1 -1)
📝 packages/desktop-client/src/components/BankSyncStatus.tsx (+1 -1)
📝 packages/desktop-client/src/components/FatalError.tsx (+1 -1)
📝 packages/desktop-client/src/components/LoggedInUser.tsx (+1 -1)
📝 packages/desktop-client/src/components/ManageRules.tsx (+1 -1)
📝 packages/desktop-client/src/components/MobileBackButton.tsx (+1 -1)
📝 packages/desktop-client/src/components/MobileWebMessage.tsx (+1 -1)
📝 packages/desktop-client/src/components/Notes.tsx (+1 -1)
📝 packages/desktop-client/src/components/Notifications.tsx (+1 -1)
📝 packages/desktop-client/src/components/Page.tsx (+1 -1)
📝 packages/desktop-client/src/components/Titlebar.tsx (+1 -1)
📝 packages/desktop-client/src/components/UpdateNotification.tsx (+1 -1)
📝 packages/desktop-client/src/components/accounts/Account.jsx (+1 -1)
📝 packages/desktop-client/src/components/accounts/Balance.jsx (+1 -1)
📝 packages/desktop-client/src/components/accounts/MobileAccounts.jsx (+1 -1)
📝 packages/desktop-client/src/components/accounts/Reconcile.jsx (+1 -1)
📝 packages/desktop-client/src/components/alerts.tsx (+1 -1)
📝 packages/desktop-client/src/components/autocomplete/CategoryAutocomplete.tsx (+1 -1)
📝 packages/desktop-client/src/components/budget/MobileBudgetTable.jsx (+1 -1)
📝 packages/desktop-client/src/components/budget/SidebarGroup.tsx (+1 -1)

...and 75 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/2119 **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-5` --- ### 📝 Commits (5) - [`1980470`](https://github.com/actualbudget/actual/commit/198047044bfa1cd82f062425490acd74c7ffc739) Fix default imports - [`059812a`](https://github.com/actualbudget/actual/commit/059812a38211061a8d88235a02e31a1a6b1268bd) Fix manager Modals import - [`8350ab7`](https://github.com/actualbudget/actual/commit/8350ab735a0aa32e61b58b1c49c3c4f81b1cc042) ESLint no-default-exports part 5 - Text.tsx - [`ee502df`](https://github.com/actualbudget/actual/commit/ee502df8573453cf76a9210ec0145bc55992efe9) Fix default import - [`9597af4`](https://github.com/actualbudget/actual/commit/9597af4a3d41e7390bbeafe0eb3ab6454c55c6e2) Release notes ### 📊 Changes **95 files changed** (+100 additions, -96 deletions) <details> <summary>View changed files</summary> 📝 `.eslintrc.js` (+1 -1) 📝 `packages/desktop-client/src/components/BankSyncStatus.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/FatalError.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/LoggedInUser.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/ManageRules.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/MobileBackButton.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/MobileWebMessage.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/Notes.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/Notifications.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/Page.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/Titlebar.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/UpdateNotification.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/accounts/Account.jsx` (+1 -1) 📝 `packages/desktop-client/src/components/accounts/Balance.jsx` (+1 -1) 📝 `packages/desktop-client/src/components/accounts/MobileAccounts.jsx` (+1 -1) 📝 `packages/desktop-client/src/components/accounts/Reconcile.jsx` (+1 -1) 📝 `packages/desktop-client/src/components/alerts.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/autocomplete/CategoryAutocomplete.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/budget/MobileBudgetTable.jsx` (+1 -1) 📝 `packages/desktop-client/src/components/budget/SidebarGroup.tsx` (+1 -1) _...and 75 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:58 -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#4130