[PR #3964] [MERGED] ♻️ (typescript) refactor ScheduleDetails to tsx #5136

Closed
opened 2026-02-28 21:06:34 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3964
Author: @MatissJanis
Created: 12/11/2024
Status: Merged
Merged: 1/7/2025
Merged by: @MatissJanis

Base: masterHead: matiss/scheduledetails


📝 Commits (6)

  • 88be7ed ♻️ (typescript) refactor ScheduleDetails to tsx
  • 00e349b Release notes
  • a39e387 Cleanup
  • 42e6d37 AI code review suggestion
  • 936889a Merge branch 'master' into matiss/scheduledetails
  • 690889c Merge branch master

📊 Changes

8 files changed (+226 additions, -94 deletions)

View changed files

📝 packages/desktop-client/src/components/schedules/ScheduleDetails.tsx (+196 -68)
📝 packages/desktop-client/src/components/util/AmountInput.tsx (+9 -1)
📝 packages/desktop-client/src/hooks/useSelected.tsx (+2 -1)
📝 packages/loot-core/src/client/query-helpers.ts (+1 -1)
📝 packages/loot-core/src/types/models/rule.d.ts (+6 -4)
📝 packages/loot-core/src/types/models/schedule.d.ts (+5 -18)
📝 packages/loot-core/src/types/server-handlers.d.ts (+1 -1)
upcoming-release-notes/3964.md (+6 -0)

📄 Description

Related: https://github.com/actualbudget/actual/issues/3954


🔄 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/3964 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 12/11/2024 **Status:** ✅ Merged **Merged:** 1/7/2025 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/scheduledetails` --- ### 📝 Commits (6) - [`88be7ed`](https://github.com/actualbudget/actual/commit/88be7edc8e3765d20c173b483dd6a6a0c952088d) :recycle: (typescript) refactor ScheduleDetails to tsx - [`00e349b`](https://github.com/actualbudget/actual/commit/00e349b08a645ea6d0f32b43f35d4189a48151a4) Release notes - [`a39e387`](https://github.com/actualbudget/actual/commit/a39e387a94c54e5b414206b86f4aa00156de0603) Cleanup - [`42e6d37`](https://github.com/actualbudget/actual/commit/42e6d37f70fc92d265861033a53ecf42250f84ec) AI code review suggestion - [`936889a`](https://github.com/actualbudget/actual/commit/936889a91aa2d3441ed4c7e208bedc8839a1329f) Merge branch 'master' into matiss/scheduledetails - [`690889c`](https://github.com/actualbudget/actual/commit/690889ce7a4b0608d1743a6a59401ca2d2f6e704) Merge branch master ### 📊 Changes **8 files changed** (+226 additions, -94 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/schedules/ScheduleDetails.tsx` (+196 -68) 📝 `packages/desktop-client/src/components/util/AmountInput.tsx` (+9 -1) 📝 `packages/desktop-client/src/hooks/useSelected.tsx` (+2 -1) 📝 `packages/loot-core/src/client/query-helpers.ts` (+1 -1) 📝 `packages/loot-core/src/types/models/rule.d.ts` (+6 -4) 📝 `packages/loot-core/src/types/models/schedule.d.ts` (+5 -18) 📝 `packages/loot-core/src/types/server-handlers.d.ts` (+1 -1) ➕ `upcoming-release-notes/3964.md` (+6 -0) </details> ### 📄 Description Related: https://github.com/actualbudget/actual/issues/3954 --- <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 21:06:34 -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#5136