[PR #1768] [MERGED] Maintenance: BudgetSummary & CreateLocalAccount to tsx #3945

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1768
Author: @MikesGlitch
Created: 10/7/2023
Status: Merged
Merged: 10/9/2023
Merged by: @MatissJanis

Base: masterHead: maintenance/js-to-ts-modals-1


📝 Commits (4)

  • 8dddf29 CreateLocalAccount to tsx
  • 2e3ed49 budgetsummary to typescript
  • 85d4cc5 adding release notes
  • d1bbdd6 fix autocomplete onupdate type - it's optional

📊 Changes

5 files changed (+28 additions, -9 deletions)

View changed files

📝 packages/desktop-client/src/components/autocomplete/Autocomplete.tsx (+1 -1)
📝 packages/desktop-client/src/components/common/InlineField.tsx (+1 -1)
📝 packages/desktop-client/src/components/modals/BudgetSummary.tsx (+11 -5)
📝 packages/desktop-client/src/components/modals/CreateLocalAccount.tsx (+9 -2)
upcoming-release-notes/1768.md (+6 -0)

📄 Description

Convert BudgetSummary modal(mobile) and CreateLocalAccounts components to TypeScript.

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/1768 **Author:** [@MikesGlitch](https://github.com/MikesGlitch) **Created:** 10/7/2023 **Status:** ✅ Merged **Merged:** 10/9/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `maintenance/js-to-ts-modals-1` --- ### 📝 Commits (4) - [`8dddf29`](https://github.com/actualbudget/actual/commit/8dddf29ae53c857a30ad307c578e301e7f6231ec) CreateLocalAccount to tsx - [`2e3ed49`](https://github.com/actualbudget/actual/commit/2e3ed491c0826604e1b585fb2753db133a263fdb) budgetsummary to typescript - [`85d4cc5`](https://github.com/actualbudget/actual/commit/85d4cc5ff80c78262552e17928a6979fb3a30dbd) adding release notes - [`d1bbdd6`](https://github.com/actualbudget/actual/commit/d1bbdd63e902e1093750873c6e72a13a09e91753) fix autocomplete onupdate type - it's optional ### 📊 Changes **5 files changed** (+28 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/autocomplete/Autocomplete.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/common/InlineField.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/modals/BudgetSummary.tsx` (+11 -5) 📝 `packages/desktop-client/src/components/modals/CreateLocalAccount.tsx` (+9 -2) ➕ `upcoming-release-notes/1768.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 BudgetSummary modal(mobile) and CreateLocalAccounts components to TypeScript. 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-02-28 20:49: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#3945