[PR #1479] [MERGED] ♻️ (typescript) migrating hooks to TypeScript #3770

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1479
Author: @MatissJanis
Created: 8/7/2023
Status: Merged
Merged: 8/12/2023
Merged by: @MatissJanis

Base: masterHead: matiss/typescript-hooks


📝 Commits (4)

  • 99e0532 ♻️ (typescript) migrating hooks to TypeScript
  • 685e6bd Release notes
  • 81c95f7 Feedback fix
  • c5e9e7f Merge branch 'master' into matiss/typescript-hooks

📊 Changes

5 files changed (+117 additions, -41 deletions)

View changed files

📝 packages/desktop-client/src/hooks/usePrevious.ts (+2 -2)
📝 packages/desktop-client/src/hooks/useProperFocus.tsx (+32 -11)
📝 packages/desktop-client/src/hooks/useSelected.tsx (+69 -23)
📝 packages/loot-core/src/platform/client/undo/index.d.ts (+8 -5)
upcoming-release-notes/1479.md (+6 -0)

📄 Description

Upgrading some JS hooks to TS. There are some small functional changes. I will call them out in comments.


🔄 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/1479 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 8/7/2023 **Status:** ✅ Merged **Merged:** 8/12/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/typescript-hooks` --- ### 📝 Commits (4) - [`99e0532`](https://github.com/actualbudget/actual/commit/99e0532563e0ddf1429462dd7b84746529d54ce8) :recycle: (typescript) migrating hooks to TypeScript - [`685e6bd`](https://github.com/actualbudget/actual/commit/685e6bd92c47b7badbc6d42f9a8dec7e9cecb6df) Release notes - [`81c95f7`](https://github.com/actualbudget/actual/commit/81c95f7decc8f4dca149578d2681eebb2cff8ea7) Feedback fix - [`c5e9e7f`](https://github.com/actualbudget/actual/commit/c5e9e7f1a43e24e3d24fa97e5d6659787dcf6279) Merge branch 'master' into matiss/typescript-hooks ### 📊 Changes **5 files changed** (+117 additions, -41 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/hooks/usePrevious.ts` (+2 -2) 📝 `packages/desktop-client/src/hooks/useProperFocus.tsx` (+32 -11) 📝 `packages/desktop-client/src/hooks/useSelected.tsx` (+69 -23) 📝 `packages/loot-core/src/platform/client/undo/index.d.ts` (+8 -5) ➕ `upcoming-release-notes/1479.md` (+6 -0) </details> ### 📄 Description Upgrading some JS hooks to TS. There are some small functional changes. I will call them out in comments. --- <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:46:29 -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#3770