[PR #2255] [MERGED] 🔥 removing unused variables (batch 1) #38638

Closed
opened 2026-04-23 11:40:24 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2255
Author: @MatissJanis
Created: 1/19/2024
Status: Merged
Merged: 1/19/2024
Merged by: @MatissJanis

Base: masterHead: matiss/unused-vars-1


📝 Commits (1)

  • 09bf690 🔥 removing unused variables (batch 1)

📊 Changes

46 files changed (+79 additions, -113 deletions)

View changed files

📝 packages/api/methods.js (+0 -4)
📝 packages/desktop-client/src/components/modals/ImportTransactions.jsx (+10 -10)
📝 packages/desktop-client/src/components/reports/CategorySelector.tsx (+3 -3)
📝 packages/desktop-client/src/components/rules/RulesHeader.tsx (+1 -1)
📝 packages/desktop-client/src/components/schedules/SchedulesTable.tsx (+1 -2)
📝 packages/desktop-client/src/components/select/DateSelect.tsx (+1 -1)
📝 packages/desktop-client/src/components/sidebar/Accounts.tsx (+4 -4)
📝 packages/desktop-client/src/components/table.tsx (+2 -6)
📝 packages/desktop-client/src/components/transactions/SimpleTransactionsTable.jsx (+0 -2)
📝 packages/desktop-client/src/components/transactions/TransactionsTable.test.jsx (+1 -1)
📝 packages/desktop-client/src/components/util/AmountInput.tsx (+0 -1)
📝 packages/desktop-electron/security.js (+3 -3)
📝 packages/desktop-electron/updater.js (+3 -3)
📝 packages/loot-core/migrations/1632571489012_remove_cache.js (+1 -1)
📝 packages/loot-core/src/client/actions/account.ts (+1 -1)
📝 packages/loot-core/src/client/actions/queries.ts (+1 -1)
📝 packages/loot-core/src/client/query-helpers.test.ts (+2 -2)
📝 packages/loot-core/src/platform/client/fetch/index.web.ts (+1 -1)
📝 packages/loot-core/src/platform/exceptions/index.browser.ts (+1 -1)
📝 packages/loot-core/src/platform/exceptions/index.electron.ts (+1 -1)

...and 26 more files

📄 Description

Just removing some unused variables + unused code.

Related: https://github.com/actualbudget/actual/issues/1907


🔄 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/2255 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 1/19/2024 **Status:** ✅ Merged **Merged:** 1/19/2024 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/unused-vars-1` --- ### 📝 Commits (1) - [`09bf690`](https://github.com/actualbudget/actual/commit/09bf69057d6854e4f9f0363dd271f66a257a7530) :fire: removing unused variables (batch 1) ### 📊 Changes **46 files changed** (+79 additions, -113 deletions) <details> <summary>View changed files</summary> 📝 `packages/api/methods.js` (+0 -4) 📝 `packages/desktop-client/src/components/modals/ImportTransactions.jsx` (+10 -10) 📝 `packages/desktop-client/src/components/reports/CategorySelector.tsx` (+3 -3) 📝 `packages/desktop-client/src/components/rules/RulesHeader.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/schedules/SchedulesTable.tsx` (+1 -2) 📝 `packages/desktop-client/src/components/select/DateSelect.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/sidebar/Accounts.tsx` (+4 -4) 📝 `packages/desktop-client/src/components/table.tsx` (+2 -6) 📝 `packages/desktop-client/src/components/transactions/SimpleTransactionsTable.jsx` (+0 -2) 📝 `packages/desktop-client/src/components/transactions/TransactionsTable.test.jsx` (+1 -1) 📝 `packages/desktop-client/src/components/util/AmountInput.tsx` (+0 -1) 📝 `packages/desktop-electron/security.js` (+3 -3) 📝 `packages/desktop-electron/updater.js` (+3 -3) 📝 `packages/loot-core/migrations/1632571489012_remove_cache.js` (+1 -1) 📝 `packages/loot-core/src/client/actions/account.ts` (+1 -1) 📝 `packages/loot-core/src/client/actions/queries.ts` (+1 -1) 📝 `packages/loot-core/src/client/query-helpers.test.ts` (+2 -2) 📝 `packages/loot-core/src/platform/client/fetch/index.web.ts` (+1 -1) 📝 `packages/loot-core/src/platform/exceptions/index.browser.ts` (+1 -1) 📝 `packages/loot-core/src/platform/exceptions/index.electron.ts` (+1 -1) _...and 26 more files_ </details> ### 📄 Description Just removing some unused variables + unused code. Related: https://github.com/actualbudget/actual/issues/1907 --- <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-23 11:40:24 -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#38638