[PR #1673] [CLOSED] Autocomplete components on mobile #3889

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1673
Author: @joel-jeremy
Created: 9/8/2023
Status: Closed

Base: masterHead: autocomplete-components-on-mobile


📝 Commits (10+)

📊 Changes

11 files changed (+303 additions, -77 deletions)

View changed files

📝 packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-creates-a-transaction-from-accounts-id-page-1-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-creates-a-transaction-via-footer-button-1-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-creates-a-transaction-via-footer-button-2-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/page-models/mobile-transaction-entry-page.js (+1 -1)
📝 packages/desktop-client/src/components/autocomplete/AccountAutocomplete.js (+27 -3)
📝 packages/desktop-client/src/components/autocomplete/CategoryAutocomplete.tsx (+37 -3)
📝 packages/desktop-client/src/components/autocomplete/PayeeAutocomplete.js (+29 -4)
📝 packages/desktop-client/src/components/mobile/MobileAmountInput.js (+3 -3)
📝 packages/desktop-client/src/components/mobile/MobileForms.js (+2 -1)
📝 packages/desktop-client/src/components/transactions/MobileTransaction.js (+198 -62)
upcoming-release-notes/1673.md (+6 -0)

📄 Description

Reuse desktop's autocomplete components in mobile.


🔄 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/1673 **Author:** [@joel-jeremy](https://github.com/joel-jeremy) **Created:** 9/8/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `autocomplete-components-on-mobile` --- ### 📝 Commits (10+) - [`ca7455a`](https://github.com/actualbudget/actual/commit/ca7455aa67b30cddea74db2a974bc320e6eba783) Autocomplete components on mobile - [`a9a8f2e`](https://github.com/actualbudget/actual/commit/a9a8f2e7aebdb1bb83ae2115478e1a437409407f) Navigation - [`5deccc5`](https://github.com/actualbudget/actual/commit/5deccc53362963f401c63a8b7939840b70f14632) Fix isAdding - [`2ece517`](https://github.com/actualbudget/actual/commit/2ece517653740348daf179e9dbea096fb09f4609) Tooltip on top of input to avoid being covered by keyboard - [`37ab62a`](https://github.com/actualbudget/actual/commit/37ab62a46ca190b0c014263c9f4df382cec19771) Remove unnecessary onPointerUp - [`c8e4245`](https://github.com/actualbudget/actual/commit/c8e42456bc6a7bc7e1e5b549b78d5036b985835c) Revert tooltip + add autocomplete onUpdate - [`7613911`](https://github.com/actualbudget/actual/commit/7613911d51e7fc3f480a349e98353f58a4b7884d) Check disabled - [`974a2e1`](https://github.com/actualbudget/actual/commit/974a2e1f27e1cd0e6108632a108a8840442fc8d5) Fix autocomplete behavior - [`fcf2614`](https://github.com/actualbudget/actual/commit/fcf2614405af3de7a524503eb45afd73752feac5) Release notes - [`e22ac9e`](https://github.com/actualbudget/actual/commit/e22ac9ea5fc27a14ef114830aaf068f01f227008) VRT fix ### 📊 Changes **11 files changed** (+303 additions, -77 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-creates-a-transaction-from-accounts-id-page-1-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-creates-a-transaction-via-footer-button-1-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-creates-a-transaction-via-footer-button-2-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/page-models/mobile-transaction-entry-page.js` (+1 -1) 📝 `packages/desktop-client/src/components/autocomplete/AccountAutocomplete.js` (+27 -3) 📝 `packages/desktop-client/src/components/autocomplete/CategoryAutocomplete.tsx` (+37 -3) 📝 `packages/desktop-client/src/components/autocomplete/PayeeAutocomplete.js` (+29 -4) 📝 `packages/desktop-client/src/components/mobile/MobileAmountInput.js` (+3 -3) 📝 `packages/desktop-client/src/components/mobile/MobileForms.js` (+2 -1) 📝 `packages/desktop-client/src/components/transactions/MobileTransaction.js` (+198 -62) ➕ `upcoming-release-notes/1673.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 --> Reuse desktop's autocomplete components in mobile. --- <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:21 -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#3889