[PR #437] [MERGED] chore: remove unsed vars & cleanups #3134

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/437
Author: @MatissJanis
Created: 1/7/2023
Status: Merged
Merged: 1/10/2023
Merged by: @trevdor

Base: masterHead: matiss/unused-vars


📝 Commits (1)

  • 30f0288 chore: remove unsed vars & cleanups

📊 Changes

7 files changed (+44 additions, -121 deletions)

View changed files

📝 packages/desktop-client/src/components/LoggedInUser.js (+1 -2)
📝 packages/loot-core/src/server/aql/compiler.js (+3 -6)
packages/loot-core/src/server/spreadsheet/__snapshots__/spreadsheet.test.js.snap (+5 -0)
📝 packages/loot-core/src/server/spreadsheet/spreadsheet.js (+1 -1)
📝 packages/loot-core/src/server/spreadsheet/spreadsheet.test.js (+34 -36)
packages/loot-design/src/svg/AnimatedLoading.mobile.js (+0 -49)
packages/loot-design/src/svg/AnimatedLoading.web.js (+0 -27)

📄 Description

Removing a couple more unused variables + a tiny improvement in the compiler to make some more tests pass.


🔄 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/437 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 1/7/2023 **Status:** ✅ Merged **Merged:** 1/10/2023 **Merged by:** [@trevdor](https://github.com/trevdor) **Base:** `master` ← **Head:** `matiss/unused-vars` --- ### 📝 Commits (1) - [`30f0288`](https://github.com/actualbudget/actual/commit/30f028808c65bd6864f493949307671dea1a43f3) chore: remove unsed vars & cleanups ### 📊 Changes **7 files changed** (+44 additions, -121 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/LoggedInUser.js` (+1 -2) 📝 `packages/loot-core/src/server/aql/compiler.js` (+3 -6) ➕ `packages/loot-core/src/server/spreadsheet/__snapshots__/spreadsheet.test.js.snap` (+5 -0) 📝 `packages/loot-core/src/server/spreadsheet/spreadsheet.js` (+1 -1) 📝 `packages/loot-core/src/server/spreadsheet/spreadsheet.test.js` (+34 -36) ➖ `packages/loot-design/src/svg/AnimatedLoading.mobile.js` (+0 -49) ➖ `packages/loot-design/src/svg/AnimatedLoading.web.js` (+0 -27) </details> ### 📄 Description Removing a couple more unused variables + a tiny improvement in the compiler to make some more tests pass. --- <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:36: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#3134