[PR #1853] [MERGED] Mobile create account #3986

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1853
Author: @joel-jeremy
Created: 11/3/2023
Status: Merged
Merged: 11/19/2023
Merged by: @joel-jeremy

Base: masterHead: mobile-create-account


📝 Commits (7)

📊 Changes

12 files changed (+217 additions, -156 deletions)

View changed files

📝 packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-checks-that-settings-page-can-be-opened-1-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-checks-that-settings-page-can-be-opened-2-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-checks-that-settings-page-can-be-opened-3-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-checks-that-settings-page-can-be-opened-4-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-opens-the-accounts-page-and-asserts-on-balances-1-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-opens-the-accounts-page-and-asserts-on-balances-2-chromium-linux.png (+0 -0)
📝 packages/desktop-client/src/components/Page.tsx (+62 -20)
📝 packages/desktop-client/src/components/accounts/MobileAccountDetails.js (+110 -103)
📝 packages/desktop-client/src/components/accounts/MobileAccounts.js (+37 -33)
📝 packages/desktop-client/src/components/modals/CreateLocalAccount.tsx (+1 -0)
📝 packages/desktop-client/src/components/transactions/MobileTransaction.js (+1 -0)
upcoming-release-notes/1853.md (+6 -0)

📄 Description


🔄 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/1853 **Author:** [@joel-jeremy](https://github.com/joel-jeremy) **Created:** 11/3/2023 **Status:** ✅ Merged **Merged:** 11/19/2023 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `mobile-create-account` --- ### 📝 Commits (7) - [`0db11f7`](https://github.com/actualbudget/actual/commit/0db11f7c33f1d60778a5ee88a4643ea84e78938f) Mobile create account - [`ea44b7e`](https://github.com/actualbudget/actual/commit/ea44b7ec700f5bc5943ba302e5aa8b8d01ff028f) Release notes - [`410ac1a`](https://github.com/actualbudget/actual/commit/410ac1a42708891f52fdcc64eaa28dfe7f5705e6) Update add button style - [`dd50f77`](https://github.com/actualbudget/actual/commit/dd50f77b029a4ec0af95c742730dfa1ac7f49a5f) Add back desktop page header padding - [`8cd8ff6`](https://github.com/actualbudget/actual/commit/8cd8ff69fb5448822be3f7ae82e54747da638758) Empty accounts handling - [`bce471f`](https://github.com/actualbudget/actual/commit/bce471fb4ccf79fcb647c8e3dba970f970d86792) decimal keyboard on CreateLocalAccount balance input - [`0777423`](https://github.com/actualbudget/actual/commit/077742343c001541d5f18a8dc79eceb5ef35ede1) VRT updates ### 📊 Changes **12 files changed** (+217 additions, -156 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-checks-that-settings-page-can-be-opened-1-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-checks-that-settings-page-can-be-opened-2-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-checks-that-settings-page-can-be-opened-3-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-checks-that-settings-page-can-be-opened-4-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-opens-the-accounts-page-and-asserts-on-balances-1-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-opens-the-accounts-page-and-asserts-on-balances-2-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/src/components/Page.tsx` (+62 -20) 📝 `packages/desktop-client/src/components/accounts/MobileAccountDetails.js` (+110 -103) 📝 `packages/desktop-client/src/components/accounts/MobileAccounts.js` (+37 -33) 📝 `packages/desktop-client/src/components/modals/CreateLocalAccount.tsx` (+1 -0) 📝 `packages/desktop-client/src/components/transactions/MobileTransaction.js` (+1 -0) ➕ `upcoming-release-notes/1853.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 --> --- <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:49:52 -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#3986