[PR #2004] [MERGED] [Maintenance] BudgetTotals, GoCardlessLink, Import, WelcomeScreen components to Typescript. #4067

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2004
Author: @MikesGlitch
Created: 12/1/2023
Status: Merged
Merged: 12/2/2023
Merged by: @MatissJanis

Base: masterHead: maintenance/add-types-to-modals


📝 Commits (5)

  • 3f56836 adding types to some modals
  • ba4a9a0 adding release notes
  • 0d37ece forgetting deletefile.js for now
  • 946800c welcomescreen to typescript
  • 90054c0 Update packages/loot-core/src/client/actions/budgets.ts

📊 Changes

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

View changed files

📝 packages/desktop-client/src/components/budget/BudgetTotals.tsx (+9 -2)
📝 packages/desktop-client/src/components/gocardless/GoCardlessLink.tsx (+0 -0)
📝 packages/desktop-client/src/components/manager/Import.tsx (+10 -3)
📝 packages/desktop-client/src/components/manager/WelcomeScreen.tsx (+1 -1)
📝 packages/loot-core/src/client/actions/budgets.ts (+1 -4)
📝 packages/loot-core/src/client/state-types/modals.d.ts (+11 -1)
📝 packages/loot-core/src/types/file.d.ts (+3 -0)
upcoming-release-notes/2004.md (+6 -0)

📄 Description

Convert BudgetTotals, GoCardlessLink, Import, WelcomeScreen components to Typescript.

https://github.com/actualbudget/actual/issues/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/2004 **Author:** [@MikesGlitch](https://github.com/MikesGlitch) **Created:** 12/1/2023 **Status:** ✅ Merged **Merged:** 12/2/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `maintenance/add-types-to-modals` --- ### 📝 Commits (5) - [`3f56836`](https://github.com/actualbudget/actual/commit/3f56836f08f6f036f99226d3de15e4a9dfb2033f) adding types to some modals - [`ba4a9a0`](https://github.com/actualbudget/actual/commit/ba4a9a0771831c20ac17f8a4983f14c9ca843cbd) adding release notes - [`0d37ece`](https://github.com/actualbudget/actual/commit/0d37ecef15b0eb3a16ff87edda2f746dd0294c6f) forgetting deletefile.js for now - [`946800c`](https://github.com/actualbudget/actual/commit/946800c58cf0211fb921eee3aaec4758d21b22df) welcomescreen to typescript - [`90054c0`](https://github.com/actualbudget/actual/commit/90054c0dd679ea7c7ff31e542cea5ecddf0bc06c) Update packages/loot-core/src/client/actions/budgets.ts ### 📊 Changes **8 files changed** (+41 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/budget/BudgetTotals.tsx` (+9 -2) 📝 `packages/desktop-client/src/components/gocardless/GoCardlessLink.tsx` (+0 -0) 📝 `packages/desktop-client/src/components/manager/Import.tsx` (+10 -3) 📝 `packages/desktop-client/src/components/manager/WelcomeScreen.tsx` (+1 -1) 📝 `packages/loot-core/src/client/actions/budgets.ts` (+1 -4) 📝 `packages/loot-core/src/client/state-types/modals.d.ts` (+11 -1) 📝 `packages/loot-core/src/types/file.d.ts` (+3 -0) ➕ `upcoming-release-notes/2004.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 BudgetTotals, GoCardlessLink, Import, WelcomeScreen components to Typescript. https://github.com/actualbudget/actual/issues/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:51:02 -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#4067