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

✨ (bank-sync) quality of life improvements for sync #2416

Merged
merged 3 commits into from
Mar 4, 2024

Conversation

MatissJanis
Copy link
Member

Small quality of life improvements for bank-sync and a bit of refactoring to facilitate this functionality.

  • added a counter to the toast popover so it's easy to follow the sync progress
  • account transactions get pulled in immediately after sync (as opposed to having sit and wait for all accounts to finish)
  • show yellow progress indicator in the sidebar for accounts that are not yet synced
Screenshot 2024-03-03 at 21 24 27 Screenshot 2024-03-03 at 21 24 19

Copy link

netlify bot commented Mar 3, 2024

Deploy Preview for actualbudget ready!

Name Link
🔨 Latest commit 696fc07
🔍 Latest deploy log https://app.netlify.com/sites/actualbudget/deploys/65e4ec5a67211500086cd8c3
😎 Deploy Preview https://deploy-preview-2416.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

github-actions bot commented Mar 3, 2024

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
10 4.47 MB → 4.47 MB (-81 B) -0.00%
Changeset
File Δ Size
src/components/BankSyncStatus.tsx 📈 +178 B (+11.31%) 1.54 kB → 1.71 kB
src/components/sidebar/Accounts.tsx 📈 +197 B (+5.65%) 3.4 kB → 3.6 kB
src/components/sidebar/Account.tsx 📈 +64 B (+1.82%) 3.44 kB → 3.51 kB
src/style/themes/midnight.ts 📈 +48 B (+0.72%) 6.54 kB → 6.59 kB
src/style/themes/development.ts 📈 +50 B (+0.71%) 6.85 kB → 6.9 kB
src/style/themes/light.ts 📈 +50 B (+0.71%) 6.9 kB → 6.95 kB
src/style/themes/dark.ts 📈 +50 B (+0.70%) 6.94 kB → 6.99 kB
src/components/accounts/Header.jsx 📈 +1 B (+0.01%) 13.72 kB → 13.72 kB
src/components/accounts/Account.jsx 📈 +2 B (+0.00%) 40.41 kB → 40.41 kB
home/runner/work/actual/actual/packages/loot-core/src/client/constants.ts 📉 -55 B (-4.23%) 1.27 kB → 1.21 kB
home/runner/work/actual/actual/packages/loot-core/src/client/actions/account.ts 📉 -343 B (-7.26%) 4.61 kB → 4.28 kB
home/runner/work/actual/actual/packages/loot-core/src/client/reducers/account.ts 📉 -323 B (-32.33%) 999 B → 676 B
View detailed bundle breakdown

Added

No assets were added

Removed

No assets were removed

Bigger

Asset File Size % Changed
static/js/wide.js 267.47 kB → 267.47 kB (+3 B) +0.00%

Smaller

Asset File Size % Changed
static/js/index.js 2.74 MB → 2.74 MB (-84 B) -0.00%

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/ButtonLink.js 379 B 0%
static/js/BackgroundImage.js 122.29 kB 0%
static/js/narrow.js 79.85 kB 0%
static/js/BalanceTooltip.js 6.06 kB 0%
static/js/AppliedFilters.js 20.35 kB 0%
static/js/ReportRouter.js 1.21 MB 0%

Copy link
Contributor

github-actions bot commented Mar 3, 2024

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 (-14 B) -0.00%
Changeset
File Δ Size
packages/loot-core/src/server/main.ts 📉 -49 B (-0.07%) 65.67 kB → 65.62 kB
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 (-14 B) -0.00%

Unchanged

No assets were unchanged

@MatissJanis MatissJanis merged commit 3b77609 into master Mar 4, 2024
19 checks passed
@MatissJanis MatissJanis deleted the matiss/sync-qol branch March 4, 2024 18:42
@trafico-bot trafico-bot bot added ✨ Merged Pull Request has been merged successfully and removed ✅ Approved labels Mar 4, 2024
FlorianLang06 pushed a commit to FlorianLang06/actual that referenced this pull request Mar 7, 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.

None yet

2 participants