[PR #1644] [MERGED] [refactor] Schedules component in tsx #3864

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1644
Author: @muhsinkamil
Created: 9/3/2023
Status: Merged
Merged: 9/4/2023
Merged by: @MatissJanis

Base: masterHead: refactor/1483-schedules


📝 Commits (1)

  • 6ca527b refactor: make Schedules component to tsx

📊 Changes

7 files changed (+40 additions, -19 deletions)

View changed files

📝 packages/desktop-client/src/components/common/Search.tsx (+3 -3)
📝 packages/desktop-client/src/components/schedules/index.tsx (+14 -7)
📝 packages/desktop-client/src/components/settings/Encryption.tsx (+0 -1)
📝 packages/loot-core/src/client/actions/budgets.ts (+0 -1)
📝 packages/loot-core/src/client/actions/modals.ts (+5 -2)
📝 packages/loot-core/src/client/data-hooks/schedules.tsx (+12 -5)
upcoming-release-notes/1644.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/1644 **Author:** [@muhsinkamil](https://github.com/muhsinkamil) **Created:** 9/3/2023 **Status:** ✅ Merged **Merged:** 9/4/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `refactor/1483-schedules` --- ### 📝 Commits (1) - [`6ca527b`](https://github.com/actualbudget/actual/commit/6ca527bafcb0317578f7ad97eeb7bfade0093d63) refactor: make Schedules component to tsx ### 📊 Changes **7 files changed** (+40 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/common/Search.tsx` (+3 -3) 📝 `packages/desktop-client/src/components/schedules/index.tsx` (+14 -7) 📝 `packages/desktop-client/src/components/settings/Encryption.tsx` (+0 -1) 📝 `packages/loot-core/src/client/actions/budgets.ts` (+0 -1) 📝 `packages/loot-core/src/client/actions/modals.ts` (+5 -2) 📝 `packages/loot-core/src/client/data-hooks/schedules.tsx` (+12 -5) ➕ `upcoming-release-notes/1644.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 --> - Relates to https://github.com/actualbudget/actual/issues/1483 - Rewrite `Schedules` component in tsx - Will make a follow up PR for `SchedulesTable` as made in `TODO:`. Didn't want to include that here and make a long PR --- <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:47:59 -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#3864