[PR #4063] [MERGED] (typescript) Refactoring the mobile TransactionList component to typescript #5168

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

📋 Pull Request Information

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

Base: masterHead: refactor-mob-transaction-list


📝 Commits (7)

  • ce3b81d refactor: transaction-list to ts
  • a2efa90 docs: add release note
  • dbc86ed Merge branch 'master' into refactor-mob-transaction-list
  • 56eba2e address PR comments
  • 5623c21 typing getMenuItemStyle
  • 81295e6 Merge branch 'master' into refactor-mob-transaction-list
  • c06df65 refactor: added runtime check for NaN

📊 Changes

4 files changed (+53 additions, -14 deletions)

View changed files

📝 packages/desktop-client/src/components/common/Menu.tsx (+1 -1)
📝 packages/desktop-client/src/components/mobile/transactions/TransactionList.tsx (+46 -12)
📝 packages/desktop-client/src/components/mobile/transactions/TransactionListItem.tsx (+0 -1)
upcoming-release-notes/4063.md (+6 -0)

📄 Description

Refactoring the mobile TransactionList component to 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/4063 **Author:** [@leoltl](https://github.com/leoltl) **Created:** 12/31/2024 **Status:** ✅ Merged **Merged:** 1/16/2025 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `refactor-mob-transaction-list` --- ### 📝 Commits (7) - [`ce3b81d`](https://github.com/actualbudget/actual/commit/ce3b81d9b385b0c3f038aa69ea8515f5ce4941e0) refactor: transaction-list to ts - [`a2efa90`](https://github.com/actualbudget/actual/commit/a2efa903822a0499a5be46b90e5a916b6a380784) docs: add release note - [`dbc86ed`](https://github.com/actualbudget/actual/commit/dbc86ed189fe3e88349a7d5174345f49ed7066e1) Merge branch 'master' into refactor-mob-transaction-list - [`56eba2e`](https://github.com/actualbudget/actual/commit/56eba2e1d1a7bc8efffe9e9517cc135fa0ea0e32) address PR comments - [`5623c21`](https://github.com/actualbudget/actual/commit/5623c2151b4b556ec7d5c67477e25b3d3456c1a7) typing getMenuItemStyle - [`81295e6`](https://github.com/actualbudget/actual/commit/81295e6f52975a9ad25198c8892f02e10a6cda43) Merge branch 'master' into refactor-mob-transaction-list - [`c06df65`](https://github.com/actualbudget/actual/commit/c06df652dbfb813f0a596cb5b78ea6f672d4099d) refactor: added runtime check for NaN ### 📊 Changes **4 files changed** (+53 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/common/Menu.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/mobile/transactions/TransactionList.tsx` (+46 -12) 📝 `packages/desktop-client/src/components/mobile/transactions/TransactionListItem.tsx` (+0 -1) ➕ `upcoming-release-notes/4063.md` (+6 -0) </details> ### 📄 Description Refactoring the mobile TransactionList component to 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:14 -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#5168