[PR #1834] [MERGED] Maintenance: Moving some components to Typescript #3978

Closed
opened 2026-02-28 20:49:45 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1834
Author: @MikesGlitch
Created: 10/28/2023
Status: Merged
Merged: 11/4/2023
Merged by: @MatissJanis

Base: masterHead: maintenance/typescript-components-1


📝 Commits (4)

📊 Changes

13 files changed (+144 additions, -41 deletions)

View changed files

📝 packages/desktop-client/src/components/Titlebar.tsx (+8 -2)
📝 packages/desktop-client/src/components/budget/BudgetPageHeader.tsx (+10 -3)
📝 packages/desktop-client/src/components/budget/DynamicBudgetTable.tsx (+27 -17)
📝 packages/desktop-client/src/components/budget/index.tsx (+66 -9)
📝 packages/desktop-client/src/components/budget/rollover/HoldTooltip.tsx (+1 -1)
📝 packages/desktop-client/src/components/budget/rollover/TransferTooltip.tsx (+1 -1)
📝 packages/desktop-client/src/components/table.tsx (+2 -1)
📝 packages/loot-core/src/client/SpreadsheetProvider.tsx (+2 -1)
📝 packages/loot-core/src/client/actions/queries.ts (+1 -1)
📝 packages/loot-core/src/server/spreadsheet/spreadsheet.ts (+1 -1)
📝 packages/loot-core/src/types/prefs.d.ts (+2 -1)
📝 packages/loot-core/src/types/server-handlers.d.ts (+17 -3)
upcoming-release-notes/1834.md (+6 -0)

📄 Description

Convert Titlebar, BudgetPageHeader, DynamicBudgetTable, Tooltips components to Typescript

#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/1834 **Author:** [@MikesGlitch](https://github.com/MikesGlitch) **Created:** 10/28/2023 **Status:** ✅ Merged **Merged:** 11/4/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `maintenance/typescript-components-1` --- ### 📝 Commits (4) - [`a13eec3`](https://github.com/actualbudget/actual/commit/a13eec3dce7f1949259c5a09601f2d76c96365c8) js to tsx for some comonents - [`36d8da3`](https://github.com/actualbudget/actual/commit/36d8da3c4f77291c6a2b9dc532a273612d6d136a) adding release notes - [`44700fe`](https://github.com/actualbudget/actual/commit/44700fec1abf0ef1d70b4f79845d9c2197b6a877) missing type - [`c42b310`](https://github.com/actualbudget/actual/commit/c42b310d139bd82cd22b81f617040b8f6c8de96f) Update 1834.md ### 📊 Changes **13 files changed** (+144 additions, -41 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/Titlebar.tsx` (+8 -2) 📝 `packages/desktop-client/src/components/budget/BudgetPageHeader.tsx` (+10 -3) 📝 `packages/desktop-client/src/components/budget/DynamicBudgetTable.tsx` (+27 -17) 📝 `packages/desktop-client/src/components/budget/index.tsx` (+66 -9) 📝 `packages/desktop-client/src/components/budget/rollover/HoldTooltip.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/budget/rollover/TransferTooltip.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/table.tsx` (+2 -1) 📝 `packages/loot-core/src/client/SpreadsheetProvider.tsx` (+2 -1) 📝 `packages/loot-core/src/client/actions/queries.ts` (+1 -1) 📝 `packages/loot-core/src/server/spreadsheet/spreadsheet.ts` (+1 -1) 📝 `packages/loot-core/src/types/prefs.d.ts` (+2 -1) 📝 `packages/loot-core/src/types/server-handlers.d.ts` (+17 -3) ➕ `upcoming-release-notes/1834.md` (+6 -0) </details> ### 📄 Description <!-- 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 --> Convert Titlebar, BudgetPageHeader, DynamicBudgetTable, Tooltips components to Typescript #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 20:49:45 -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#3978