[PR #4061] [MERGED] (typescript) Refactoring the mobile TransactionListWithBalance component into typescript. #5167

Closed
opened 2026-02-28 21:07:13 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4061
Author: @leoltl
Created: 12/31/2024
Status: Merged
Merged: 1/6/2025
Merged by: @joel-jeremy

Base: masterHead: refactor-txListWBalance-to-tsx


📝 Commits (6)

  • 2dde0f5 refactor: convert txListwBal to tsx
  • 71f9635 docs: add release notes
  • 5c9295a docs: rename notes
  • 242cbc2 refactor: fix missing cleared/uncleared balance
  • 3541428 Merge remote-tracking branch 'upstream/master' into refactor-txListWBalance-to-tsx
  • 3a4802d refactor: use Binding type

📊 Changes

5 files changed (+301 additions, -205 deletions)

View changed files

packages/desktop-client/src/components/mobile/transactions/TransactionListWithBalances.jsx (+0 -197)
packages/desktop-client/src/components/mobile/transactions/TransactionListWithBalances.tsx (+277 -0)
📝 packages/desktop-client/src/components/spreadsheet/index.ts (+9 -0)
📝 packages/loot-core/src/client/queries.ts (+9 -8)
upcoming-release-notes/4061.md (+6 -0)

📄 Description

1st OSS PR, so apologies if there are stuff that I am missing. 😄

Refactoring the mobile TransactionListWithBalance component into typescript.

re #1483.


🔄 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/4061 **Author:** [@leoltl](https://github.com/leoltl) **Created:** 12/31/2024 **Status:** ✅ Merged **Merged:** 1/6/2025 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `refactor-txListWBalance-to-tsx` --- ### 📝 Commits (6) - [`2dde0f5`](https://github.com/actualbudget/actual/commit/2dde0f5ac0cf9f76aca952ca5b81afd33b30794f) refactor: convert txListwBal to tsx - [`71f9635`](https://github.com/actualbudget/actual/commit/71f9635f7259e8d498c5fcada64cf7bc36d65089) docs: add release notes - [`5c9295a`](https://github.com/actualbudget/actual/commit/5c9295a86e1c294dff4fba9cc416164393caa6f4) docs: rename notes - [`242cbc2`](https://github.com/actualbudget/actual/commit/242cbc26f611adbd1b9570f935d1a2332dda7a20) refactor: fix missing cleared/uncleared balance - [`3541428`](https://github.com/actualbudget/actual/commit/3541428e0d8f981013f2cbfcdd13f674a8b3835e) Merge remote-tracking branch 'upstream/master' into refactor-txListWBalance-to-tsx - [`3a4802d`](https://github.com/actualbudget/actual/commit/3a4802d21117b815e6b8be430ec1916a24851bdd) refactor: use Binding type ### 📊 Changes **5 files changed** (+301 additions, -205 deletions) <details> <summary>View changed files</summary> ➖ `packages/desktop-client/src/components/mobile/transactions/TransactionListWithBalances.jsx` (+0 -197) ➕ `packages/desktop-client/src/components/mobile/transactions/TransactionListWithBalances.tsx` (+277 -0) 📝 `packages/desktop-client/src/components/spreadsheet/index.ts` (+9 -0) 📝 `packages/loot-core/src/client/queries.ts` (+9 -8) ➕ `upcoming-release-notes/4061.md` (+6 -0) </details> ### 📄 Description 1st OSS PR, so apologies if there are stuff that I am missing. 😄 Refactoring the mobile TransactionListWithBalance component into typescript. re #1483. --- <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-02-28 21:07:13 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#5167