[PR #2500] [MERGED] Autocomplete changes related to mobile modals PR #46154

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2500
Author: @joel-jeremy
Created: 3/24/2024
Status: Merged
Merged: 3/25/2024
Merged by: @joel-jeremy

Base: masterHead: autocomplete-changes-related-to-mobile-modals


📝 Commits (5)

📊 Changes

31 files changed (+388 additions, -219 deletions)

View changed files

📝 packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-creates-a-transaction-via-footer-button-5-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-creates-a-transaction-via-footer-button-6-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-opens-individual-account-page-and-checks-that-filtering-is-working-1-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-opens-individual-account-page-and-checks-that-filtering-is-working-2-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-opens-individual-account-page-and-checks-that-filtering-is-working-3-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-opens-individual-account-page-and-checks-that-filtering-is-working-4-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-opens-individual-account-page-and-checks-that-filtering-is-working-5-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-opens-individual-account-page-and-checks-that-filtering-is-working-6-chromium-linux.png (+0 -0)
📝 packages/desktop-client/src/components/autocomplete/AccountAutocomplete.tsx (+59 -18)
📝 packages/desktop-client/src/components/autocomplete/Autocomplete.tsx (+94 -67)
📝 packages/desktop-client/src/components/autocomplete/CategoryAutocomplete.tsx (+58 -33)
📝 packages/desktop-client/src/components/autocomplete/ItemHeader.tsx (+14 -2)
📝 packages/desktop-client/src/components/autocomplete/PayeeAutocomplete.tsx (+99 -49)
📝 packages/desktop-client/src/components/autocomplete/ReportAutocomplete.tsx (+5 -3)
📝 packages/desktop-client/src/components/budget/rollover/CoverTooltip.tsx (+1 -1)
📝 packages/desktop-client/src/components/budget/rollover/TransferTooltip.tsx (+1 -1)
📝 packages/desktop-client/src/components/common/Input.tsx (+1 -1)
📝 packages/desktop-client/src/components/common/Menu.tsx (+1 -1)
📝 packages/desktop-client/src/components/mobile/accounts/AccountDetails.jsx (+2 -6)
📝 packages/desktop-client/src/components/mobile/transactions/Transaction.jsx (+6 -7)

...and 11 more files

📄 Description

Split changes from #2472 for easier review.


🔄 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/2500 **Author:** [@joel-jeremy](https://github.com/joel-jeremy) **Created:** 3/24/2024 **Status:** ✅ Merged **Merged:** 3/25/2024 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `autocomplete-changes-related-to-mobile-modals` --- ### 📝 Commits (5) - [`62f1261`](https://github.com/actualbudget/actual/commit/62f12614423650ea7f42af02b88704e1719c1e41) Autocomplete changes related to mobile modals PR - [`327d961`](https://github.com/actualbudget/actual/commit/327d9616683ca9ed517d2b49f4bb63d50aedb885) Release notes - [`c7f654a`](https://github.com/actualbudget/actual/commit/c7f654ad8c8c5aa769646b10e7bc69d982be4679) Fix lint error - [`0e3f6ea`](https://github.com/actualbudget/actual/commit/0e3f6ea60d605aa220815e5318c120dd9561a2a7) AccountDetails - [`7163f4c`](https://github.com/actualbudget/actual/commit/7163f4c9869e109408b3336bfaa235c2fe680911) Code review updates ### 📊 Changes **31 files changed** (+388 additions, -219 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-creates-a-transaction-via-footer-button-5-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-creates-a-transaction-via-footer-button-6-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-opens-individual-account-page-and-checks-that-filtering-is-working-1-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-opens-individual-account-page-and-checks-that-filtering-is-working-2-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-opens-individual-account-page-and-checks-that-filtering-is-working-3-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-opens-individual-account-page-and-checks-that-filtering-is-working-4-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-opens-individual-account-page-and-checks-that-filtering-is-working-5-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-opens-individual-account-page-and-checks-that-filtering-is-working-6-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/src/components/autocomplete/AccountAutocomplete.tsx` (+59 -18) 📝 `packages/desktop-client/src/components/autocomplete/Autocomplete.tsx` (+94 -67) 📝 `packages/desktop-client/src/components/autocomplete/CategoryAutocomplete.tsx` (+58 -33) 📝 `packages/desktop-client/src/components/autocomplete/ItemHeader.tsx` (+14 -2) 📝 `packages/desktop-client/src/components/autocomplete/PayeeAutocomplete.tsx` (+99 -49) 📝 `packages/desktop-client/src/components/autocomplete/ReportAutocomplete.tsx` (+5 -3) 📝 `packages/desktop-client/src/components/budget/rollover/CoverTooltip.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/budget/rollover/TransferTooltip.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/common/Input.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/common/Menu.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/mobile/accounts/AccountDetails.jsx` (+2 -6) 📝 `packages/desktop-client/src/components/mobile/transactions/Transaction.jsx` (+6 -7) _...and 11 more files_ </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 --> Split changes from #2472 for easier review. --- <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:14:53 -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#46154