[PR #1823] [MERGED] Maintenance: Converting Utils and Sort to typescript #57629

Closed
opened 2026-05-06 21:54:03 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1823
Author: @MikesGlitch
Created: 10/21/2023
Status: Merged
Merged: 10/22/2023
Merged by: @MatissJanis

Base: masterHead: maintenance/typescript-utils


📝 Commits (4)

📊 Changes

9 files changed (+76 additions, -18 deletions)

View changed files

📝 packages/desktop-client/src/components/ManageRules.tsx (+28 -4)
📝 packages/desktop-client/src/components/budget/util.ts (+18 -7)
📝 packages/desktop-client/src/components/modals/PlaidExternalMsg.tsx (+9 -1)
📝 packages/desktop-client/src/components/sort.tsx (+3 -2)
📝 packages/desktop-client/src/components/util/DisplayId.tsx (+7 -1)
📝 packages/loot-core/src/server/rules/types/handlers.ts (+1 -1)
📝 packages/loot-core/src/shared/rules.ts (+1 -1)
📝 packages/loot-core/src/types/models/rule.d.ts (+3 -1)
upcoming-release-notes/1823.md (+6 -0)

📄 Description

Convert Sort Utils, DisplayId, PlaidExternalMsg 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/1823 **Author:** [@MikesGlitch](https://github.com/MikesGlitch) **Created:** 10/21/2023 **Status:** ✅ Merged **Merged:** 10/22/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `maintenance/typescript-utils` --- ### 📝 Commits (4) - [`46b251f`](https://github.com/actualbudget/actual/commit/46b251f4aed67eab20bc40e52a1c28a56f52bb1a) adding some types - [`8da26e7`](https://github.com/actualbudget/actual/commit/8da26e711105305c229b88bcd083a2bef1d05cb3) adding types to plainexternalmsg modal - [`7628099`](https://github.com/actualbudget/actual/commit/76280997a0e9c6ae6da3097b66b9c5a85c57cf42) rules o typescript - [`df848b7`](https://github.com/actualbudget/actual/commit/df848b7a064c1d7790b6eebb2939a0a65152cfa4) fix lint ### 📊 Changes **9 files changed** (+76 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/ManageRules.tsx` (+28 -4) 📝 `packages/desktop-client/src/components/budget/util.ts` (+18 -7) 📝 `packages/desktop-client/src/components/modals/PlaidExternalMsg.tsx` (+9 -1) 📝 `packages/desktop-client/src/components/sort.tsx` (+3 -2) 📝 `packages/desktop-client/src/components/util/DisplayId.tsx` (+7 -1) 📝 `packages/loot-core/src/server/rules/types/handlers.ts` (+1 -1) 📝 `packages/loot-core/src/shared/rules.ts` (+1 -1) 📝 `packages/loot-core/src/types/models/rule.d.ts` (+3 -1) ➕ `upcoming-release-notes/1823.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 Sort Utils, DisplayId, PlaidExternalMsg 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-05-06 21:54:03 -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#57629