[PR #2481] [MERGED] ♻️ (typescript) port some common components to strict TS #22935

Closed
opened 2026-04-16 17:06:49 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2481
Author: @MatissJanis
Created: 3/19/2024
Status: Merged
Merged: 3/23/2024
Merged by: @MatissJanis

Base: masterHead: matiss/strict-ts-7


📝 Commits (3)

  • 3eb9a2e ♻️ (typescript) port some common components to strict TS
  • f43a597 Release notes
  • 7efd5cd Merge branch 'master' into matiss/strict-ts-7

📊 Changes

14 files changed (+86 additions, -57 deletions)

View changed files

📝 packages/desktop-client/src/components/common/AlignedText.tsx (+3 -4)
📝 packages/desktop-client/src/components/common/Button.tsx (+23 -11)
📝 packages/desktop-client/src/components/common/InitialFocus.ts (+5 -4)
📝 packages/desktop-client/src/components/common/Input.tsx (+3 -4)
📝 packages/desktop-client/src/components/common/InputWithContent.tsx (+2 -3)
📝 packages/desktop-client/src/components/common/Link.tsx (+6 -3)
📝 packages/desktop-client/src/components/common/Menu.tsx (+22 -15)
📝 packages/desktop-client/src/components/common/MenuTooltip.tsx (+8 -3)
📝 packages/desktop-client/src/components/common/Modal.tsx (+1 -1)
📝 packages/desktop-client/src/components/common/Search.tsx (+4 -5)
📝 packages/desktop-client/src/components/util/AmountInput.tsx (+1 -1)
📝 packages/desktop-client/src/hooks/useMergedRefs.ts (+1 -2)
📝 packages/desktop-client/src/hooks/useProperFocus.tsx (+1 -1)
upcoming-release-notes/2481.md (+6 -0)

📄 Description


🔄 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/2481 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 3/19/2024 **Status:** ✅ Merged **Merged:** 3/23/2024 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/strict-ts-7` --- ### 📝 Commits (3) - [`3eb9a2e`](https://github.com/actualbudget/actual/commit/3eb9a2e5f7400c8d67258fa153edcdf27ac4ec67) :recycle: (typescript) port some common components to strict TS - [`f43a597`](https://github.com/actualbudget/actual/commit/f43a597cba3510fd0f64b2a634dc8aa170a5eb05) Release notes - [`7efd5cd`](https://github.com/actualbudget/actual/commit/7efd5cdf58d8231295658cb7f2a320fd2e5f8bde) Merge branch 'master' into matiss/strict-ts-7 ### 📊 Changes **14 files changed** (+86 additions, -57 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/common/AlignedText.tsx` (+3 -4) 📝 `packages/desktop-client/src/components/common/Button.tsx` (+23 -11) 📝 `packages/desktop-client/src/components/common/InitialFocus.ts` (+5 -4) 📝 `packages/desktop-client/src/components/common/Input.tsx` (+3 -4) 📝 `packages/desktop-client/src/components/common/InputWithContent.tsx` (+2 -3) 📝 `packages/desktop-client/src/components/common/Link.tsx` (+6 -3) 📝 `packages/desktop-client/src/components/common/Menu.tsx` (+22 -15) 📝 `packages/desktop-client/src/components/common/MenuTooltip.tsx` (+8 -3) 📝 `packages/desktop-client/src/components/common/Modal.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/common/Search.tsx` (+4 -5) 📝 `packages/desktop-client/src/components/util/AmountInput.tsx` (+1 -1) 📝 `packages/desktop-client/src/hooks/useMergedRefs.ts` (+1 -2) 📝 `packages/desktop-client/src/hooks/useProperFocus.tsx` (+1 -1) ➕ `upcoming-release-notes/2481.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 --> --- <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-16 17:06:49 -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#22935