[PR #3876] [CLOSED] [WIP] ♻️ (typescript) convert TransactionListWithBalances.jsx to .tsx #5105

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3876
Author: @cindywu
Created: 11/22/2024
Status: Closed

Base: masterHead: cindywu/refactor-transaction-list-with-balances-jsx


📝 Commits (8)

📊 Changes

3 files changed (+86 additions, -43 deletions)

View changed files

📝 packages/desktop-client/src/components/mobile/accounts/AccountTransactions.tsx (+12 -7)
📝 packages/desktop-client/src/components/mobile/transactions/TransactionListWithBalances.tsx (+68 -36)
upcoming-release-notes/3876.md (+6 -0)

📄 Description

https://github.com/actualbudget/actual/issues/1483

  • converts CategoryTransactions.jsx to .tsx
  • updates AccountTransactions.tsx

🔄 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/3876 **Author:** [@cindywu](https://github.com/cindywu) **Created:** 11/22/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `cindywu/refactor-transaction-list-with-balances-jsx` --- ### 📝 Commits (8) - [`4503e61`](https://github.com/actualbudget/actual/commit/4503e61ed405aee5300a814ac3b2c5339df52947) wip - [`e1ec317`](https://github.com/actualbudget/actual/commit/e1ec31703a68bcc0b5ffee14b561a5a39dd1c7af) linting - [`9e79753`](https://github.com/actualbudget/actual/commit/9e797533e9595fe9bf86d90efda0ef3687c837a1) revert unwanted changes - [`7deeae3`](https://github.com/actualbudget/actual/commit/7deeae307a9e4c73375ac4823f1321663bf0dd3e) fixes onRefresh - [`328ae64`](https://github.com/actualbudget/actual/commit/328ae64ff3679b3f30a3636ef242515f4d2241d9) fix typecheck - [`03cd67c`](https://github.com/actualbudget/actual/commit/03cd67c4f9f8799eb1503ba8bfc06ab8c0b6c9cf) adds release notes - [`e7bcb1e`](https://github.com/actualbudget/actual/commit/e7bcb1e53dae0eef4508399ea5c9f63c1a2ec9fb) simplify - [`0451d1d`](https://github.com/actualbudget/actual/commit/0451d1d828d0dcb84674bac3701cc14ecd15e989) make linter happy ### 📊 Changes **3 files changed** (+86 additions, -43 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/mobile/accounts/AccountTransactions.tsx` (+12 -7) 📝 `packages/desktop-client/src/components/mobile/transactions/TransactionListWithBalances.tsx` (+68 -36) ➕ `upcoming-release-notes/3876.md` (+6 -0) </details> ### 📄 Description https://github.com/actualbudget/actual/issues/1483 - [x] converts `CategoryTransactions.jsx` to .tsx - [x] updates `AccountTransactions.tsx` <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes --> --- <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:06:03 -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#5105