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

[WIP] [Address suppressed ESLint errors] Fix exhaustive deps errors in FinancesApp.tsx #4125

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

joel-jeremy
Copy link
Contributor

  • 'packages/desktop-client/src/components/accounts/Account.jsx',
  • 'packages/desktop-client/src/components/accounts/MobileAccount.jsx',
  • 'packages/desktop-client/src/components/accounts/MobileAccounts.jsx',
  • 'packages/desktop-client/src/components/App.tsx',
  • 'packages/desktop-client/src/components/budget/BudgetCategories.jsx',
  • 'packages/desktop-client/src/components/budget/BudgetSummaries.tsx',
  • 'packages/desktop-client/src/components/budget/DynamicBudgetTable.tsx',
  • 'packages/desktop-client/src/components/budget/index.tsx',
  • 'packages/desktop-client/src/components/budget/MobileBudget.tsx',
  • 'packages/desktop-client/src/components/budget/envelope/HoldMenu.tsx',
  • 'packages/desktop-client/src/components/budget/envelope/TransferMenu.tsx',
  • 'packages/desktop-client/src/components/common/Menu.tsx',
  • 'packages/desktop-client/src/components/FinancesApp.tsx',
  • 'packages/desktop-client/src/components/GlobalKeys.ts',
  • 'packages/desktop-client/src/components/LoggedInUser.tsx',
  • 'packages/desktop-client/src/components/manager/ManagementApp.jsx',
  • 'packages/desktop-client/src/components/manager/subscribe/common.tsx',
  • 'packages/desktop-client/src/components/ManageRules.tsx',
  • 'packages/desktop-client/src/components/mobile/MobileAmountInput.jsx',
  • 'packages/desktop-client/src/components/mobile/MobileNavTabs.tsx',
  • 'packages/desktop-client/src/components/Modals.tsx',
  • 'packages/desktop-client/src/components/modals/EditRule.jsx',
  • 'packages/desktop-client/src/components/modals/ImportTransactions.jsx',
  • 'packages/desktop-client/src/components/modals/MergeUnusedPayees.jsx',
  • 'packages/desktop-client/src/components/Notifications.tsx',
  • 'packages/desktop-client/src/components/payees/ManagePayees.jsx',
  • 'packages/desktop-client/src/components/payees/ManagePayeesWithData.jsx',
  • 'packages/desktop-client/src/components/payees/PayeeTable.tsx',
  • 'packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTable.tsx',
  • 'packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTableTotals.tsx',
  • 'packages/desktop-client/src/components/reports/reports/CashFlowCard.jsx',
  • 'packages/desktop-client/src/components/reports/reports/CustomReport.jsx',
  • 'packages/desktop-client/src/components/reports/reports/NetWorthCard.jsx',
  • 'packages/desktop-client/src/components/reports/SaveReportName.tsx',
  • 'packages/desktop-client/src/components/reports/useReport.ts',
  • 'packages/desktop-client/src/components/schedules/ScheduleDetails.jsx',
  • 'packages/desktop-client/src/components/schedules/SchedulesTable.tsx',
  • 'packages/desktop-client/src/components/select/DateSelect.tsx',
  • 'packages/desktop-client/src/components/sidebar/Tools.tsx',
  • 'packages/desktop-client/src/components/sort.tsx',
  • 'packages/desktop-client/src/components/spreadsheet/useSheetValue.ts',
  • 'packages/desktop-client/src/components/table.tsx',
  • 'packages/desktop-client/src/components/Titlebar.tsx',
  • 'packages/desktop-client/src/components/transactions/MobileTransaction.jsx',
  • 'packages/desktop-client/src/components/transactions/SelectedTransactions.jsx',
  • 'packages/desktop-client/src/components/transactions/SimpleTransactionsTable.jsx',
  • 'packages/desktop-client/src/components/transactions/TransactionList.jsx',
  • 'packages/desktop-client/src/components/transactions/TransactionsTable.jsx',
  • 'packages/desktop-client/src/components/transactions/TransactionsTable.test.jsx',
  • 'packages/desktop-client/src/hooks/useAccounts.ts',
  • 'packages/desktop-client/src/hooks/useCategories.ts',
  • 'packages/desktop-client/src/hooks/usePayees.ts',
  • 'packages/desktop-client/src/hooks/useProperFocus.tsx',
  • 'packages/desktop-client/src/hooks/useSelected.tsx',
  • 'packages/loot-core/src/client/query-hooks.tsx',

@actual-github-bot actual-github-bot bot changed the title [Address suppressed ESLint errors] Fix exhaustive deps errors in FinancesApp.tsx [WIP] [Address suppressed ESLint errors] Fix exhaustive deps errors in FinancesApp.tsx Jan 10, 2025
Copy link

netlify bot commented Jan 10, 2025

Deploy Preview for actualbudget ready!

Name Link
🔨 Latest commit a1ea12c
🔍 Latest deploy log https://app.netlify.com/sites/actualbudget/deploys/67815ed5e99aaa0008ec4d03
😎 Deploy Preview https://deploy-preview-4125.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.

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
18 5.93 MB → 5.92 MB (-18.7 kB) -0.31%
Changeset
File Δ Size
src/components/App.tsx 📈 +188 B (+3.14%) 5.84 kB → 6.02 kB
src/components/FinancesApp.tsx 📈 +60 B (+0.51%) 11.59 kB → 11.65 kB
locale/en.json 📈 +2 B (+0.00%) 93.64 kB → 93.64 kB
locale/de.json 📉 -194 B (-3.97%) 4.78 kB → 4.59 kB
locale/uk.json 📉 -15.6 kB (-11.45%) 136.3 kB → 120.7 kB
locale/fr.json 📉 -2.88 kB (-18.62%) 15.49 kB → 12.6 kB
locale/pl.json 📉 -281 B (-94.30%) 298 B → 17 B
View detailed bundle breakdown

Added

No assets were added

Removed

No assets were removed

Bigger

Asset File Size % Changed
static/js/index.js 3.74 MB → 3.74 MB (+248 B) +0.01%
static/js/en.js 93.64 kB → 93.64 kB (+2 B) +0.00%

Smaller

Asset File Size % Changed
static/js/uk.js 136.3 kB → 120.7 kB (-15.6 kB) -11.45%
static/js/fr.js 15.49 kB → 12.6 kB (-2.88 kB) -18.62%
static/js/pl.js 298 B → 17 B (-281 B) -94.30%
static/js/de.js 4.78 kB → 4.59 kB (-194 B) -3.97%

Unchanged

Asset File Size % Changed
static/js/es.js 3.45 kB 0%
static/js/ta.js 17 B 0%
static/js/indexeddb-main-thread-worker-e59fee74.js 13.5 kB 0%
static/js/useAccountPreviewTransactions.js 1.63 kB 0%
static/js/workbox-window.prod.es5.js 5.69 kB 0%
static/js/AppliedFilters.js 10.24 kB 0%
static/js/narrow.js 84.3 kB 0%
static/js/resize-observer.js 18.37 kB 0%
static/js/zh-Hant.js 10.13 kB 0%
static/js/BackgroundImage.js 122.29 kB 0%
static/js/wide.js 104.78 kB 0%
static/js/ReportRouter.js 1.58 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.33 MB 0%

Changeset

No files were changed

View detailed bundle breakdown

Added

No assets were added

Removed

No assets were removed

Bigger

No assets were bigger

Smaller

No assets were smaller

Unchanged

Asset File Size % Changed
kcab.worker.js 1.33 MB 0%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant