[PR #1663] [MERGED] (mobile) pull down to trigger bank-sync #18244

Closed
opened 2026-04-14 20:39:16 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1663
Author: @MatissJanis
Created: 9/6/2023
Status: Merged
Merged: 9/7/2023
Merged by: @MatissJanis

Base: masterHead: matiss/mobile-bank-sync


📝 Commits (3)

  • 716947b (mobile) pull down to trigger bank-sync
  • c2b6ec0 Release notes
  • 35b9bf2 Remove canSync checks

📊 Changes

7 files changed (+117 additions, -155 deletions)

View changed files

📝 packages/desktop-client/package.json (+1 -0)
📝 packages/desktop-client/src/components/accounts/MobileAccount.js (+30 -47)
📝 packages/desktop-client/src/components/accounts/MobileAccountDetails.js (+21 -13)
📝 packages/desktop-client/src/components/accounts/MobileAccounts.js (+47 -88)
📝 packages/desktop-client/src/components/transactions/MobileTransaction.js (+1 -7)
upcoming-release-notes/1663.md (+6 -0)
📝 yarn.lock (+11 -0)

📄 Description

Feature: pull down on the accounts (plural) or transaction list to trigger a sync (simple actual-server sync + bank-sync (if set-up)) while using the mobile app.


🔄 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/1663 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 9/6/2023 **Status:** ✅ Merged **Merged:** 9/7/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/mobile-bank-sync` --- ### 📝 Commits (3) - [`716947b`](https://github.com/actualbudget/actual/commit/716947be04162be93ef19b51807b3bce3855f093) :sparkles: (mobile) pull down to trigger bank-sync - [`c2b6ec0`](https://github.com/actualbudget/actual/commit/c2b6ec0c87708cc029013330c4e37e43994e30d1) Release notes - [`35b9bf2`](https://github.com/actualbudget/actual/commit/35b9bf27766c266a962d0963f06716ff2b9a6d30) Remove canSync checks ### 📊 Changes **7 files changed** (+117 additions, -155 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/package.json` (+1 -0) 📝 `packages/desktop-client/src/components/accounts/MobileAccount.js` (+30 -47) 📝 `packages/desktop-client/src/components/accounts/MobileAccountDetails.js` (+21 -13) 📝 `packages/desktop-client/src/components/accounts/MobileAccounts.js` (+47 -88) 📝 `packages/desktop-client/src/components/transactions/MobileTransaction.js` (+1 -7) ➕ `upcoming-release-notes/1663.md` (+6 -0) 📝 `yarn.lock` (+11 -0) </details> ### 📄 Description Feature: pull down on the accounts (plural) or transaction list to trigger a sync (simple actual-server sync + bank-sync (if set-up)) while using the mobile app. --- <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-04-14 20:39:16 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#18244