[PR #3477] [CLOSED] [WIP] Add mobile reconciliation #39307

Closed
opened 2026-04-23 12:15:21 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3477
Author: @aappaapp
Created: 9/21/2024
Status: Closed

Base: masterHead: mobile-reconciling


📝 Commits (7)

📊 Changes

11 files changed (+584 additions, -208 deletions)

View changed files

📝 packages/desktop-client/src/components/Modals.tsx (+11 -0)
📝 packages/desktop-client/src/components/mobile/accounts/AccountTransactions.tsx (+158 -27)
📝 packages/desktop-client/src/components/mobile/accounts/Accounts.jsx (+2 -1)
📝 packages/desktop-client/src/components/mobile/transactions/AddTransactionButton.tsx (+1 -1)
packages/desktop-client/src/components/mobile/transactions/TransactionListWithBalances.jsx (+0 -178)
packages/desktop-client/src/components/mobile/transactions/TransactionListWithBalances.tsx (+288 -0)
📝 packages/desktop-client/src/components/modals/AccountMenuModal.tsx (+12 -0)
packages/desktop-client/src/components/modals/ReconcileModal.tsx (+99 -0)
📝 packages/desktop-client/src/style/styles.ts (+1 -1)
📝 packages/loot-core/src/client/state-types/modals.d.ts (+6 -0)
upcoming-release-notes/3477.md (+6 -0)

📄 Description

Add the ability to reconcile in mobile. I am not very familliar with the codebase so this might be a little messy.

Showcase

Reconcile

Create Transations

Files that converted to TypeScript

  • packages/desktop-client/src/components/mobile/accounts/AccountTransactions.jsx
  • packages/desktop-client/src/components/mobile/transactions/TransactionListWithBalances.jsx

Closes #3385


🔄 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/3477 **Author:** [@aappaapp](https://github.com/aappaapp) **Created:** 9/21/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `mobile-reconciling` --- ### 📝 Commits (7) - [`7275de3`](https://github.com/actualbudget/actual/commit/7275de35087f806c4da2c13e2672d6214022eaa3) Add mobile reconciliation - [`f02ef0a`](https://github.com/actualbudget/actual/commit/f02ef0abd00ae4c7f0d382190beffc5e9787cff6) Fix linting errors - [`a7ae382`](https://github.com/actualbudget/actual/commit/a7ae382c54a985b61da29caac5d10adda261d7bb) Fix typecheck and linting - [`a35d243`](https://github.com/actualbudget/actual/commit/a35d24369306fe78a7e5f4b9df7f37ab6c08b5c5) Add release note - [`3ccec2c`](https://github.com/actualbudget/actual/commit/3ccec2c0ea910d685fe39bd92346339a18b7b247) Fix reconcile amount lost when open a transation - [`927a62e`](https://github.com/actualbudget/actual/commit/927a62e18174a6e34042d7f85f9442a291422889) Fix typecheck errors - [`dd84dd2`](https://github.com/actualbudget/actual/commit/dd84dd21734ff12d8845194ef868232818752e2a) Fix reconcile amount state ### 📊 Changes **11 files changed** (+584 additions, -208 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/Modals.tsx` (+11 -0) 📝 `packages/desktop-client/src/components/mobile/accounts/AccountTransactions.tsx` (+158 -27) 📝 `packages/desktop-client/src/components/mobile/accounts/Accounts.jsx` (+2 -1) 📝 `packages/desktop-client/src/components/mobile/transactions/AddTransactionButton.tsx` (+1 -1) ➖ `packages/desktop-client/src/components/mobile/transactions/TransactionListWithBalances.jsx` (+0 -178) ➕ `packages/desktop-client/src/components/mobile/transactions/TransactionListWithBalances.tsx` (+288 -0) 📝 `packages/desktop-client/src/components/modals/AccountMenuModal.tsx` (+12 -0) ➕ `packages/desktop-client/src/components/modals/ReconcileModal.tsx` (+99 -0) 📝 `packages/desktop-client/src/style/styles.ts` (+1 -1) 📝 `packages/loot-core/src/client/state-types/modals.d.ts` (+6 -0) ➕ `upcoming-release-notes/3477.md` (+6 -0) </details> ### 📄 Description Add the ability to reconcile in mobile. I am not very familliar with the codebase so this might be a little messy. ## Showcase <details> <summary>Reconcile</summary> ![](https://github.com/user-attachments/assets/34509f89-92b9-4f89-8dc2-bd1b4e05fcdc) </details> <details> <summary>Create Transations</summary> ![](https://github.com/user-attachments/assets/c1729bdf-eddc-41f9-aa04-0c355eef0fce) </details> ## Files that converted to TypeScript - `packages/desktop-client/src/components/mobile/accounts/AccountTransactions.jsx` - `packages/desktop-client/src/components/mobile/transactions/TransactionListWithBalances.jsx` Closes #3385 --- <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-23 12:15:21 -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#39307