Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔥 stripping out plaid integration #2616

Merged
merged 1 commit into from
Apr 18, 2024
Merged

Conversation

MatissJanis
Copy link
Member

@MatissJanis MatissJanis commented Apr 16, 2024

Stripping out the old Plaid integration that was never working in the open source version.

Nobody has picked it up in >1yr. Furthermore - I believe the code has gotten quite outdated, so it will be easier to start from scratch with the example of gocardless/simplefin.

Plaid was partially stripped in this PR, but now I'm finishing the job.

Copy link

netlify bot commented Apr 16, 2024

Deploy Preview for actualbudget ready!

Name Link
🔨 Latest commit a39c0ee
🔍 Latest deploy log https://app.netlify.com/sites/actualbudget/deploys/661ed17baea42a0008946513
😎 Deploy Preview https://deploy-preview-2616.demo.actualbudget.org
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@@ -62,49 +23,3 @@ export async function findOrCreateBank(institution, requisitionId) {

return bankData;
}

export async function addGoCardlessAccounts(
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unused

@@ -720,21 +701,6 @@ handlers['simplefin-accounts-link'] = async function ({
return 'ok';
};

handlers['gocardless-accounts-connect'] = async function ({
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unused

Copy link
Contributor

Bundle Stats — desktop-client

Hey there, this message comes from a GitHub action that helps you and reviewers to understand how these changes affect the size of this project's bundle.

As this PR is updated, I'll keep you updated on how the bundle size is impacted.

Total

Files count Total bundle size % Changed
9 4.64 MB → 4.64 MB (-4.49 kB) -0.09%
Changeset
File Δ Size
src/components/modals/GoCardlessExternalMsg.tsx 📉 -4 B (-0.04%) 9.79 kB → 9.78 kB
src/components/Modals.tsx 📉 -349 B (-2.39%) 14.28 kB → 13.94 kB
src/components/modals/PlaidExternalMsg.tsx 🔥 -4.15 kB (-100%) 4.15 kB → 0 B
View detailed bundle breakdown

Added

No assets were added

Removed

No assets were removed

Bigger

No assets were bigger

Smaller

Asset File Size % Changed
static/js/index.js 2.97 MB → 2.97 MB (-4.49 kB) -0.15%

Unchanged

Asset File Size % Changed
static/js/indexeddb-main-thread-worker-e59fee74.js 13.5 kB 0%
static/js/resize-observer.js 18.37 kB 0%
static/js/BackgroundImage.js 122.29 kB 0%
static/js/usePreviewTransactions.js 790 B 0%
static/js/AppliedFilters.js 20.35 kB 0%
static/js/narrow.js 56.71 kB 0%
static/js/wide.js 264.08 kB 0%
static/js/ReportRouter.js 1.19 MB 0%

Copy link
Contributor

Bundle Stats — loot-core

Hey there, this message comes from a GitHub action that helps you and reviewers to understand how these changes affect the size of this project's bundle.

As this PR is updated, I'll keep you updated on how the bundle size is impacted.

Total

Files count Total bundle size % Changed
1 1.2 MB → 1.2 MB (-4 kB) -0.32%
Changeset
File Δ Size
packages/loot-core/src/server/server-config.ts 📉 -50 B (-6.25%) 800 B → 750 B
packages/loot-core/src/server/main.ts 📉 -5.03 kB (-7.81%) 64.39 kB → 59.36 kB
packages/loot-core/src/server/accounts/sync.ts 📉 -2.73 kB (-10.99%) 24.87 kB → 22.13 kB
packages/loot-core/src/server/accounts/link.ts 📉 -2.3 kB (-82.31%) 2.79 kB → 506 B
View detailed bundle breakdown

Added

No assets were added

Removed

No assets were removed

Bigger

No assets were bigger

Smaller

Asset File Size % Changed
kcab.worker.js 1.2 MB → 1.2 MB (-4 kB) -0.32%

Unchanged

No assets were unchanged

@MatissJanis MatissJanis marked this pull request as ready for review April 16, 2024 19:30
@MatissJanis MatissJanis merged commit 1c04aea into master Apr 18, 2024
20 checks passed
@MatissJanis MatissJanis deleted the matiss/delete-plaid branch April 18, 2024 17:31
@trafico-bot trafico-bot bot added ✨ Merged Pull Request has been merged successfully and removed ✅ Approved labels Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Merged Pull Request has been merged successfully
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants