[PR #1078] [MERGED] chore: migrate some JS to TS #3506

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1078
Author: @TomAFrench
Created: 5/30/2023
Status: Merged
Merged: 6/1/2023
Merged by: @j-f1

Base: masterHead: misc-ts


📝 Commits (3)

📊 Changes

8 files changed (+34 additions, -10 deletions)

View changed files

📝 packages/desktop-client/src/hooks/useLatestVersion.ts (+2 -2)
📝 packages/desktop-client/src/hooks/useResizeObserver.ts (+3 -1)
📝 packages/desktop-client/src/hooks/useSyncServerStatus.ts (+3 -1)
📝 packages/desktop-client/src/index.tsx (+11 -0)
📝 packages/desktop-client/src/polyfills.ts (+1 -1)
📝 packages/desktop-client/src/util.ts (+1 -1)
📝 packages/desktop-client/src/util/versions.ts (+7 -4)
upcoming-release-notes/1078.md (+6 -0)

📄 Description

I'm just replacing some JS files with TS, nothing huge.


🔄 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/1078 **Author:** [@TomAFrench](https://github.com/TomAFrench) **Created:** 5/30/2023 **Status:** ✅ Merged **Merged:** 6/1/2023 **Merged by:** [@j-f1](https://github.com/j-f1) **Base:** `master` ← **Head:** `misc-ts` --- ### 📝 Commits (3) - [`87808b1`](https://github.com/actualbudget/actual/commit/87808b1223eccd06b6eed8d364037309ce644c69) chore: migrate some JS to TS - [`78c4e3d`](https://github.com/actualbudget/actual/commit/78c4e3d157c8061169bfada6a9193e64fdbc8056) chore: lint fixes - [`42183c4`](https://github.com/actualbudget/actual/commit/42183c489c4f7f841b99c8c465e82f43a4b82523) chore: add changelog entry ### 📊 Changes **8 files changed** (+34 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/hooks/useLatestVersion.ts` (+2 -2) 📝 `packages/desktop-client/src/hooks/useResizeObserver.ts` (+3 -1) 📝 `packages/desktop-client/src/hooks/useSyncServerStatus.ts` (+3 -1) 📝 `packages/desktop-client/src/index.tsx` (+11 -0) 📝 `packages/desktop-client/src/polyfills.ts` (+1 -1) 📝 `packages/desktop-client/src/util.ts` (+1 -1) 📝 `packages/desktop-client/src/util/versions.ts` (+7 -4) ➕ `upcoming-release-notes/1078.md` (+6 -0) </details> ### 📄 Description I'm just replacing some JS files with TS, nothing huge. --- <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:42:38 -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#3506