[PR #2329] [CLOSED] [WIP] Migrate Balance.jsx -> Balance.tsx #18618

Closed
opened 2026-04-14 20:47:57 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2329
Author: @jfdoming
Created: 2/4/2024
Status: Closed

Base: masterHead: jfdoming/balance-typescript


📝 Commits (5)

📊 Changes

12 files changed (+91 additions, -35 deletions)

View changed files

📝 packages/desktop-client/src/components/accounts/Balance.tsx (+47 -16)
📝 packages/desktop-client/src/components/budget/BalanceWithCarryover.tsx (+3 -3)
📝 packages/desktop-client/src/components/budget/report/budgetsummary/ExpenseProgress.tsx (+2 -2)
📝 packages/desktop-client/src/components/budget/report/budgetsummary/IncomeProgress.tsx (+2 -2)
📝 packages/desktop-client/src/components/budget/report/budgetsummary/Saved.tsx (+3 -2)
📝 packages/desktop-client/src/components/budget/rollover/BalanceTooltip.tsx (+4 -2)
📝 packages/desktop-client/src/components/budget/rollover/budgetsummary/ToBudget.tsx (+1 -1)
📝 packages/desktop-client/src/components/spreadsheet/useSheetValue.ts (+4 -1)
📝 packages/desktop-client/src/components/table.tsx (+1 -1)
📝 packages/desktop-client/src/hooks/useSelected.tsx (+2 -2)
📝 packages/loot-core/src/client/data-hooks/schedules.tsx (+16 -3)
upcoming-release-notes/2329.md (+6 -0)

📄 Description

Relates to #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/2329 **Author:** [@jfdoming](https://github.com/jfdoming) **Created:** 2/4/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `jfdoming/balance-typescript` --- ### 📝 Commits (5) - [`c4cc5c9`](https://github.com/actualbudget/actual/commit/c4cc5c960df4a1119ab25f5cc23df826c7f619c5) Migrate `Balance.jsx` to Typescript - [`5d9d9fb`](https://github.com/actualbudget/actual/commit/5d9d9fb2b54161a07346421c718fcdd4fcc67498) Release notes - [`efa1eb3`](https://github.com/actualbudget/actual/commit/efa1eb323d5d54ad1f40f660ef8c5ffc92b078bf) Linter - [`0a2942d`](https://github.com/actualbudget/actual/commit/0a2942db5d0aebbfa211cfaf03aa28c638affafe) Strict linter - [`953be17`](https://github.com/actualbudget/actual/commit/953be176476b39c70497a68ac16f95f8a4b60f53) Merge branch 'master' into jfdoming/balance-typescript ### 📊 Changes **12 files changed** (+91 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/accounts/Balance.tsx` (+47 -16) 📝 `packages/desktop-client/src/components/budget/BalanceWithCarryover.tsx` (+3 -3) 📝 `packages/desktop-client/src/components/budget/report/budgetsummary/ExpenseProgress.tsx` (+2 -2) 📝 `packages/desktop-client/src/components/budget/report/budgetsummary/IncomeProgress.tsx` (+2 -2) 📝 `packages/desktop-client/src/components/budget/report/budgetsummary/Saved.tsx` (+3 -2) 📝 `packages/desktop-client/src/components/budget/rollover/BalanceTooltip.tsx` (+4 -2) 📝 `packages/desktop-client/src/components/budget/rollover/budgetsummary/ToBudget.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/spreadsheet/useSheetValue.ts` (+4 -1) 📝 `packages/desktop-client/src/components/table.tsx` (+1 -1) 📝 `packages/desktop-client/src/hooks/useSelected.tsx` (+2 -2) 📝 `packages/loot-core/src/client/data-hooks/schedules.tsx` (+16 -3) ➕ `upcoming-release-notes/2329.md` (+6 -0) </details> ### 📄 Description Relates to #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-04-14 20:47:58 -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#18618