[PR #1139] [MERGED] Remove 'export' keyword where not needed. #10601

Closed
opened 2026-04-10 20:38:16 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1139
Author: @Shazib
Created: 6/15/2023
Status: Merged
Merged: 6/15/2023
Merged by: @j-f1

Base: masterHead: export-tidy


📝 Commits (2)

📊 Changes

26 files changed (+53 additions, -59 deletions)

View changed files

📝 packages/desktop-client/src/components/FixedSizeList.js (+1 -1)
📝 packages/desktop-client/src/components/KeyHandlers.tsx (+1 -1)
📝 packages/desktop-client/src/components/ManageRules.js (+2 -9)
📝 packages/desktop-client/src/components/NotesButton.tsx (+1 -1)
📝 packages/desktop-client/src/components/Titlebar.js (+1 -1)
📝 packages/desktop-client/src/components/accounts/MobileAccounts.js (+3 -3)
📝 packages/desktop-client/src/components/accounts/MobileTransaction.js (+4 -4)
📝 packages/desktop-client/src/components/accounts/TransactionsTable.js (+3 -3)
📝 packages/desktop-client/src/components/alerts.tsx (+1 -1)
📝 packages/desktop-client/src/components/autocomplete/AccountAutocomplete.js (+1 -6)
📝 packages/desktop-client/src/components/autocomplete/Autocomplete.tsx (+2 -2)
📝 packages/desktop-client/src/components/autocomplete/CategorySelect.tsx (+1 -1)
📝 packages/desktop-client/src/components/autocomplete/PayeeAutocomplete.js (+1 -1)
📝 packages/desktop-client/src/components/budget/BudgetMonthCountContext.js (+1 -1)
📝 packages/desktop-client/src/components/budget/MobileBudgetTable.js (+8 -8)
📝 packages/desktop-client/src/components/budget/misc.js (+3 -3)
📝 packages/desktop-client/src/components/common.tsx (+1 -1)
📝 packages/desktop-client/src/components/common/Text.tsx (+1 -1)
📝 packages/desktop-client/src/components/modals/EditRule.js (+3 -3)
📝 packages/desktop-client/src/components/modals/ImportTransactions.js (+1 -1)

...and 6 more files

📄 Description

As discussed in #1126 creating separate PRs.

The linter rule isn't actually part of this first PR and will likely be in the final PR as otherwise it will just fail because all the issues aren't resolved.

The code is 'ready' though so as soon as this is merged I will open next one(s)


🔄 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/1139 **Author:** [@Shazib](https://github.com/Shazib) **Created:** 6/15/2023 **Status:** ✅ Merged **Merged:** 6/15/2023 **Merged by:** [@j-f1](https://github.com/j-f1) **Base:** `master` ← **Head:** `export-tidy` --- ### 📝 Commits (2) - [`8fcaa99`](https://github.com/actualbudget/actual/commit/8fcaa995b1c2bb6c37c29e1427442d80bc330db1) Remove unused exports - [`ae6adf6`](https://github.com/actualbudget/actual/commit/ae6adf636656ff5d89250b9482d715cb4efa889f) Add Release Notes ### 📊 Changes **26 files changed** (+53 additions, -59 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/FixedSizeList.js` (+1 -1) 📝 `packages/desktop-client/src/components/KeyHandlers.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/ManageRules.js` (+2 -9) 📝 `packages/desktop-client/src/components/NotesButton.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/Titlebar.js` (+1 -1) 📝 `packages/desktop-client/src/components/accounts/MobileAccounts.js` (+3 -3) 📝 `packages/desktop-client/src/components/accounts/MobileTransaction.js` (+4 -4) 📝 `packages/desktop-client/src/components/accounts/TransactionsTable.js` (+3 -3) 📝 `packages/desktop-client/src/components/alerts.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/autocomplete/AccountAutocomplete.js` (+1 -6) 📝 `packages/desktop-client/src/components/autocomplete/Autocomplete.tsx` (+2 -2) 📝 `packages/desktop-client/src/components/autocomplete/CategorySelect.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/autocomplete/PayeeAutocomplete.js` (+1 -1) 📝 `packages/desktop-client/src/components/budget/BudgetMonthCountContext.js` (+1 -1) 📝 `packages/desktop-client/src/components/budget/MobileBudgetTable.js` (+8 -8) 📝 `packages/desktop-client/src/components/budget/misc.js` (+3 -3) 📝 `packages/desktop-client/src/components/common.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/common/Text.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/modals/EditRule.js` (+3 -3) 📝 `packages/desktop-client/src/components/modals/ImportTransactions.js` (+1 -1) _...and 6 more files_ </details> ### 📄 Description As discussed in #1126 creating separate PRs. The linter rule isn't actually part of this first PR and will likely be in the final PR as otherwise it will just fail because all the issues aren't resolved. The code is 'ready' though so as soon as this is merged I will open next one(s) --- <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-10 20:38:16 -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#10601