[PR #1729] [MERGED] Fix schedule searchbar #3925

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1729
Author: @shaankhosla
Created: 9/23/2023
Status: Merged
Merged: 9/24/2023
Merged by: @MatissJanis

Base: masterHead: schedule_search


📝 Commits (9)

📊 Changes

9 files changed (+43 additions, -24 deletions)

View changed files

📝 packages/desktop-client/e2e/schedules.test.js (+10 -0)
📝 packages/desktop-client/e2e/schedules.test.js-snapshots/Schedules-checks-the-page-visuals-1-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/schedules.test.js-snapshots/Schedules-creates-a-new-schedule-posts-the-transaction-and-later-completes-it-1-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/schedules.test.js-snapshots/Schedules-creates-a-new-schedule-posts-the-transaction-and-later-completes-it-2-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/schedules.test.js-snapshots/Schedules-creates-a-new-schedule-posts-the-transaction-and-later-completes-it-3-chromium-linux.png (+0 -0)
packages/desktop-client/e2e/schedules.test.js-snapshots/Schedules-creates-a-new-schedule-posts-the-transaction-and-later-completes-it-4-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/transactions.test.js-snapshots/Transactions-creates-a-split-test-transaction-1-chromium-linux.png (+0 -0)
📝 packages/desktop-client/src/components/schedules/index.tsx (+27 -24)
upcoming-release-notes/1729.md (+6 -0)

📄 Description

Fixes #1713


🔄 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/1729 **Author:** [@shaankhosla](https://github.com/shaankhosla) **Created:** 9/23/2023 **Status:** ✅ Merged **Merged:** 9/24/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `schedule_search` --- ### 📝 Commits (9) - [`a2b518f`](https://github.com/actualbudget/actual/commit/a2b518f0abf0d2a453a5e543f2a1d8e22ca1595a) schedule_search - [`7ea86a7`](https://github.com/actualbudget/actual/commit/7ea86a7cfdedfa370e1493e2b458b0418b602ce0) release notes - [`c28d627`](https://github.com/actualbudget/actual/commit/c28d627f02a047a6c609c26258d1528a9706abc8) updated vrt screenshots - [`b222a38`](https://github.com/actualbudget/actual/commit/b222a38b2ecb2eee0908882f4520cab85afecbe4) delete space - [`d862ad2`](https://github.com/actualbudget/actual/commit/d862ad29eec39fea8978d2f39fd6ab7f85cb7643) update vrt tests - [`efbdabe`](https://github.com/actualbudget/actual/commit/efbdabee94d44f5cce9bcade3dc7748a79a39e89) new test - [`e009eaa`](https://github.com/actualbudget/actual/commit/e009eaa6319505551b55c47deed266dbe8e151c4) lint - [`8864d7f`](https://github.com/actualbudget/actual/commit/8864d7f80c153f1e0518ecb30eb064a3aa41c2fc) update vrt tests - [`278ed13`](https://github.com/actualbudget/actual/commit/278ed137c8b7c828a288b7bce7c33a8348fafa86) don't fill page ### 📊 Changes **9 files changed** (+43 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/e2e/schedules.test.js` (+10 -0) 📝 `packages/desktop-client/e2e/schedules.test.js-snapshots/Schedules-checks-the-page-visuals-1-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/schedules.test.js-snapshots/Schedules-creates-a-new-schedule-posts-the-transaction-and-later-completes-it-1-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/schedules.test.js-snapshots/Schedules-creates-a-new-schedule-posts-the-transaction-and-later-completes-it-2-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/schedules.test.js-snapshots/Schedules-creates-a-new-schedule-posts-the-transaction-and-later-completes-it-3-chromium-linux.png` (+0 -0) ➕ `packages/desktop-client/e2e/schedules.test.js-snapshots/Schedules-creates-a-new-schedule-posts-the-transaction-and-later-completes-it-4-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/transactions.test.js-snapshots/Transactions-creates-a-split-test-transaction-1-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/src/components/schedules/index.tsx` (+27 -24) ➕ `upcoming-release-notes/1729.md` (+6 -0) </details> ### 📄 Description Fixes #1713 --- <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:48:55 -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#3925