[PR #201] [CLOSED] Remove usage of default exports in loot-core #3049

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/201
Author: @TomAFrench
Created: 8/23/2022
Status: Closed

Base: masterHead: imports-fixup


📝 Commits (1)

  • f8c757f refactor: remove usage of default exports in loot-core

📊 Changes

108 files changed (+197 additions, -218 deletions)

View changed files

📝 packages/loot-core/src/client/SpreadsheetProvider.js (+2 -2)
📝 packages/loot-core/src/client/actions/account.js (+1 -1)
📝 packages/loot-core/src/client/actions/app.js (+1 -1)
📝 packages/loot-core/src/client/actions/budgets.js (+1 -1)
📝 packages/loot-core/src/client/actions/debug.js (+1 -1)
📝 packages/loot-core/src/client/actions/modals.js (+1 -1)
📝 packages/loot-core/src/client/actions/notifications.js (+1 -1)
📝 packages/loot-core/src/client/actions/prefs.js (+1 -1)
📝 packages/loot-core/src/client/actions/queries.js (+2 -2)
📝 packages/loot-core/src/client/actions/sync.js (+1 -1)
📝 packages/loot-core/src/client/actions/tutorial.js (+1 -1)
📝 packages/loot-core/src/client/actions/user.js (+1 -1)
📝 packages/loot-core/src/client/queries.js (+1 -1)
📝 packages/loot-core/src/client/query-helpers.test.js (+1 -1)
📝 packages/loot-core/src/client/reducers/account.js (+1 -1)
📝 packages/loot-core/src/client/reducers/app.js (+1 -1)
📝 packages/loot-core/src/client/reducers/budgets.js (+1 -1)
📝 packages/loot-core/src/client/reducers/debug.js (+1 -1)
📝 packages/loot-core/src/client/reducers/index.js (+11 -11)
📝 packages/loot-core/src/client/reducers/modals.js (+1 -1)

...and 80 more files

📄 Description

This PR includes all the changes to imports/exports from #142 so that PR can change to just include config changes.


🔄 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/201 **Author:** [@TomAFrench](https://github.com/TomAFrench) **Created:** 8/23/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `imports-fixup` --- ### 📝 Commits (1) - [`f8c757f`](https://github.com/actualbudget/actual/commit/f8c757fa3338a265c8f5eaae05d99380c6600030) refactor: remove usage of default exports in loot-core ### 📊 Changes **108 files changed** (+197 additions, -218 deletions) <details> <summary>View changed files</summary> 📝 `packages/loot-core/src/client/SpreadsheetProvider.js` (+2 -2) 📝 `packages/loot-core/src/client/actions/account.js` (+1 -1) 📝 `packages/loot-core/src/client/actions/app.js` (+1 -1) 📝 `packages/loot-core/src/client/actions/budgets.js` (+1 -1) 📝 `packages/loot-core/src/client/actions/debug.js` (+1 -1) 📝 `packages/loot-core/src/client/actions/modals.js` (+1 -1) 📝 `packages/loot-core/src/client/actions/notifications.js` (+1 -1) 📝 `packages/loot-core/src/client/actions/prefs.js` (+1 -1) 📝 `packages/loot-core/src/client/actions/queries.js` (+2 -2) 📝 `packages/loot-core/src/client/actions/sync.js` (+1 -1) 📝 `packages/loot-core/src/client/actions/tutorial.js` (+1 -1) 📝 `packages/loot-core/src/client/actions/user.js` (+1 -1) 📝 `packages/loot-core/src/client/queries.js` (+1 -1) 📝 `packages/loot-core/src/client/query-helpers.test.js` (+1 -1) 📝 `packages/loot-core/src/client/reducers/account.js` (+1 -1) 📝 `packages/loot-core/src/client/reducers/app.js` (+1 -1) 📝 `packages/loot-core/src/client/reducers/budgets.js` (+1 -1) 📝 `packages/loot-core/src/client/reducers/debug.js` (+1 -1) 📝 `packages/loot-core/src/client/reducers/index.js` (+11 -11) 📝 `packages/loot-core/src/client/reducers/modals.js` (+1 -1) _...and 80 more files_ </details> ### 📄 Description This PR includes all the changes to imports/exports from #142 so that PR can change to just include config changes. --- <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:35:34 -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#3049