[PR #3285] [MERGED] typescript: migrate cards from jsx to tsx #4774

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3285
Author: @MatissJanis
Created: 8/17/2024
Status: Merged
Merged: 8/19/2024
Merged by: @MatissJanis

Base: masterHead: matiss/ts-cards


📝 Commits (2)

  • 4224099 typescript: migrate cards from jsx to tsx
  • 762526d Undo some unnecessary changes

📊 Changes

8 files changed (+98 additions, -41 deletions)

View changed files

📝 packages/desktop-client/src/components/reports/reports/CashFlowCard.tsx (+30 -13)
📝 packages/desktop-client/src/components/reports/reports/NetWorthCard.tsx (+17 -6)
📝 packages/desktop-client/src/components/reports/reports/SpendingCard.tsx (+9 -4)
📝 packages/desktop-client/src/components/reports/spreadsheets/cash-flow-spreadsheet.tsx (+28 -7)
📝 packages/desktop-client/src/components/reports/spreadsheets/net-worth-spreadsheet.ts (+1 -1)
📝 packages/desktop-client/src/components/reports/util.ts (+5 -9)
📝 packages/loot-core/src/types/server-handlers.d.ts (+2 -1)
upcoming-release-notes/3285.md (+6 -0)

📄 Description

Also adding translation lines


🔄 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/3285 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 8/17/2024 **Status:** ✅ Merged **Merged:** 8/19/2024 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/ts-cards` --- ### 📝 Commits (2) - [`4224099`](https://github.com/actualbudget/actual/commit/422409966e84b03ae027aed42fd8ca31144fc101) typescript: migrate cards from jsx to tsx - [`762526d`](https://github.com/actualbudget/actual/commit/762526d2bc84ef42379228f6cebdcb5a4d2a3c41) Undo some unnecessary changes ### 📊 Changes **8 files changed** (+98 additions, -41 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/reports/reports/CashFlowCard.tsx` (+30 -13) 📝 `packages/desktop-client/src/components/reports/reports/NetWorthCard.tsx` (+17 -6) 📝 `packages/desktop-client/src/components/reports/reports/SpendingCard.tsx` (+9 -4) 📝 `packages/desktop-client/src/components/reports/spreadsheets/cash-flow-spreadsheet.tsx` (+28 -7) 📝 `packages/desktop-client/src/components/reports/spreadsheets/net-worth-spreadsheet.ts` (+1 -1) 📝 `packages/desktop-client/src/components/reports/util.ts` (+5 -9) 📝 `packages/loot-core/src/types/server-handlers.d.ts` (+2 -1) ➕ `upcoming-release-notes/3285.md` (+6 -0) </details> ### 📄 Description Also adding translation lines --- <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:01:04 -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#4774