[PR #1501] [MERGED] 🐛 Schedule table in Link Schedule modal is collapsed #22393

Closed
opened 2026-04-16 16:43:42 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1501
Author: @trevdor
Created: 8/10/2023
Status: Merged
Merged: 8/20/2023
Merged by: @trevdor

Base: masterHead: bug/1500-empty-schedules-modal


📝 Commits (7)

  • ac05350 🐛 Schedule table in Link Schedule modal is collapsed
  • aeb1bdd release notes
  • 3249617 fixup! 🐛 Schedule table in Link Schedule modal is collapsed
  • dc0845b Fix useSchedules type
  • 8ead703 Merge branch 'master' into bug/1500-empty-schedules-modal
  • f35be38 PR Feedback: Fix circular dep
  • efdc84b Merge branch 'master' into bug/1500-empty-schedules-modal

📊 Changes

7 files changed (+116 additions, -68 deletions)

View changed files

📝 packages/desktop-client/src/components/Modals.tsx (+2 -1)
packages/desktop-client/src/components/schedules/LinkSchedule.js (+0 -65)
packages/desktop-client/src/components/schedules/LinkSchedule.tsx (+95 -0)
📝 packages/desktop-client/src/hooks/useActions.ts (+1 -1)
packages/desktop-client/src/types/modals.d.ts (+10 -0)
📝 packages/loot-core/src/client/data-hooks/schedules.tsx (+2 -1)
upcoming-release-notes/1501.md (+6 -0)

📄 Description

Fixes #1500

  • Converted LinkSchedule module to TS
  • Enhanced (hopefully) the copy in the modal body.

🔄 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/1501 **Author:** [@trevdor](https://github.com/trevdor) **Created:** 8/10/2023 **Status:** ✅ Merged **Merged:** 8/20/2023 **Merged by:** [@trevdor](https://github.com/trevdor) **Base:** `master` ← **Head:** `bug/1500-empty-schedules-modal` --- ### 📝 Commits (7) - [`ac05350`](https://github.com/actualbudget/actual/commit/ac05350249caefad73a158558ab22f9762239e0e) :bug: Schedule table in Link Schedule modal is collapsed - [`aeb1bdd`](https://github.com/actualbudget/actual/commit/aeb1bdddbcef6a3110dcd8ac2b886339b0b75fe5) release notes - [`3249617`](https://github.com/actualbudget/actual/commit/3249617995f9a4b33f5ba817477e93793e3c8032) fixup! :bug: Schedule table in Link Schedule modal is collapsed - [`dc0845b`](https://github.com/actualbudget/actual/commit/dc0845bc9b027cfac26e352f6029f295eefbcb37) Fix useSchedules type - [`8ead703`](https://github.com/actualbudget/actual/commit/8ead7039cc3c4b51687dd8529daf70bb4acb5934) Merge branch 'master' into bug/1500-empty-schedules-modal - [`f35be38`](https://github.com/actualbudget/actual/commit/f35be38d20180b79453fc94f072cc28c1139643c) PR Feedback: Fix circular dep - [`efdc84b`](https://github.com/actualbudget/actual/commit/efdc84bec0e7fd3e23ae8374920655d5d14e487c) Merge branch 'master' into bug/1500-empty-schedules-modal ### 📊 Changes **7 files changed** (+116 additions, -68 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/Modals.tsx` (+2 -1) ➖ `packages/desktop-client/src/components/schedules/LinkSchedule.js` (+0 -65) ➕ `packages/desktop-client/src/components/schedules/LinkSchedule.tsx` (+95 -0) 📝 `packages/desktop-client/src/hooks/useActions.ts` (+1 -1) ➕ `packages/desktop-client/src/types/modals.d.ts` (+10 -0) 📝 `packages/loot-core/src/client/data-hooks/schedules.tsx` (+2 -1) ➕ `upcoming-release-notes/1501.md` (+6 -0) </details> ### 📄 Description Fixes #1500 * Converted LinkSchedule module to TS * Enhanced (hopefully) the copy in the modal body. --- <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-04-16 16:43:42 -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#22393