[PR #3188] [MERGED] Filter by account when linking schedules #46551

Closed
opened 2026-04-26 08:35:39 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3188
Author: @psybers
Created: 8/4/2024
Status: Merged
Merged: 8/8/2024
Merged by: @youngcw

Base: masterHead: link-schedule


📝 Commits (8)

  • 344c815 Add "S" hotkey for viewing/linking schedules.
  • 1f2f645 Default to filtering by account name when linking a schedule to a transaction.
  • e6b7921 Work on 'all accounts' page.
  • 7e0f71b Update help modal
  • 6b46c48 add release note
  • 11a0811 Merge branch 'master' into link-schedule
  • 8e41e75 Merge branch 'master' into link-schedule
  • 4547112 Merge branch 'master' into link-schedule

📊 Changes

6 files changed (+86 additions, -52 deletions)

View changed files

📝 packages/desktop-client/src/components/Modals.tsx (+1 -0)
📝 packages/desktop-client/src/components/accounts/Header.jsx (+1 -0)
📝 packages/desktop-client/src/components/modals/KeyboardShortcutModal.tsx (+35 -31)
📝 packages/desktop-client/src/components/schedules/ScheduleLink.tsx (+3 -1)
📝 packages/desktop-client/src/components/transactions/SelectedTransactionsButton.jsx (+40 -20)
upcoming-release-notes/3188.md (+6 -0)

📄 Description

This will automatically filter by the current account (if viewing a single account) when linking a schedule. Users can click the 'X' to clear the filter if they want to link to another account's schedule for some reason.

image

This also adds the hotkey "S" for viewing/linking schedule of the selected transaction. The help modal was updated to include this (which meant reorganizing it a bit).

image

🔄 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/3188 **Author:** [@psybers](https://github.com/psybers) **Created:** 8/4/2024 **Status:** ✅ Merged **Merged:** 8/8/2024 **Merged by:** [@youngcw](https://github.com/youngcw) **Base:** `master` ← **Head:** `link-schedule` --- ### 📝 Commits (8) - [`344c815`](https://github.com/actualbudget/actual/commit/344c81505211b42a0874cb70f2c8e5c0697e0b39) Add "S" hotkey for viewing/linking schedules. - [`1f2f645`](https://github.com/actualbudget/actual/commit/1f2f645181e51a7c7d713023b8f05e379c243b78) Default to filtering by account name when linking a schedule to a transaction. - [`e6b7921`](https://github.com/actualbudget/actual/commit/e6b7921af08122a80dcc8f5fad14ee190fafac9f) Work on 'all accounts' page. - [`7e0f71b`](https://github.com/actualbudget/actual/commit/7e0f71ba09b7a399af8770c1be704fe81107c0ac) Update help modal - [`6b46c48`](https://github.com/actualbudget/actual/commit/6b46c488603fb3f98e9bba99b712c90e14039fcc) add release note - [`11a0811`](https://github.com/actualbudget/actual/commit/11a0811c033410e63ce7c1aad8be1a57b3b93411) Merge branch 'master' into link-schedule - [`8e41e75`](https://github.com/actualbudget/actual/commit/8e41e75628a09c097f5e456910160129eb75d621) Merge branch 'master' into link-schedule - [`4547112`](https://github.com/actualbudget/actual/commit/4547112cb43e46845bf9ccd475b3f7e1b7732ab6) Merge branch 'master' into link-schedule ### 📊 Changes **6 files changed** (+86 additions, -52 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/Modals.tsx` (+1 -0) 📝 `packages/desktop-client/src/components/accounts/Header.jsx` (+1 -0) 📝 `packages/desktop-client/src/components/modals/KeyboardShortcutModal.tsx` (+35 -31) 📝 `packages/desktop-client/src/components/schedules/ScheduleLink.tsx` (+3 -1) 📝 `packages/desktop-client/src/components/transactions/SelectedTransactionsButton.jsx` (+40 -20) ➕ `upcoming-release-notes/3188.md` (+6 -0) </details> ### 📄 Description This will automatically filter by the current account (if viewing a single account) when linking a schedule. Users can click the 'X' to clear the filter if they want to link to another account's schedule for some reason. <img width="1043" alt="image" src="https://github.com/user-attachments/assets/721e1503-8970-4d68-80fe-bea683535fa1"> This also adds the hotkey "S" for viewing/linking schedule of the selected transaction. The help modal was updated to include this (which meant reorganizing it a bit). <img width="845" alt="image" src="https://github.com/user-attachments/assets/703979e5-e0bf-4238-9fe9-e29e3eabbd8c"> --- <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-26 08:35:39 -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#46551