[PR #3491] [MERGED] Fix mobile page header buttons #23493

Closed
opened 2026-04-16 17:31:17 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3491
Author: @joel-jeremy
Created: 9/23/2024
Status: Merged
Merged: 9/24/2024
Merged by: @joel-jeremy

Base: masterHead: button2-fix-styles


📝 Commits (9)

📊 Changes

13 files changed (+91 additions, -169 deletions)

View changed files

📝 packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-loads-the-budget-page-with-budgeted-amounts-1-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-loads-the-budget-page-with-budgeted-amounts-2-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-loads-the-budget-page-with-budgeted-amounts-3-chromium-linux.png (+0 -0)
📝 packages/desktop-client/src/components/Page.tsx (+7 -2)
📝 packages/desktop-client/src/components/common/Button2.tsx (+39 -62)
📝 packages/desktop-client/src/components/mobile/MobileBackButton.tsx (+5 -17)
📝 packages/desktop-client/src/components/mobile/MobileNavTabs.tsx (+1 -1)
📝 packages/desktop-client/src/components/mobile/accounts/AccountTransactions.jsx (+13 -10)
📝 packages/desktop-client/src/components/mobile/accounts/Accounts.jsx (+1 -13)
📝 packages/desktop-client/src/components/mobile/budget/BudgetTable.jsx (+17 -49)
📝 packages/desktop-client/src/components/mobile/transactions/AddTransactionButton.tsx (+1 -14)
📝 packages/desktop-client/src/components/mobile/transactions/FocusableAmountInput.tsx (+1 -1)
upcoming-release-notes/3491.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/3491 **Author:** [@joel-jeremy](https://github.com/joel-jeremy) **Created:** 9/23/2024 **Status:** ✅ Merged **Merged:** 9/24/2024 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `button2-fix-styles` --- ### 📝 Commits (9) - [`5425969`](https://github.com/actualbudget/actual/commit/542596949bfd7acccb0222a4fa804106b58c2043) Fix button2 styles - [`63eb845`](https://github.com/actualbudget/actual/commit/63eb84579343501b6c5d7bb7f14c9f0ae193c654) Create 3491.md - [`bae8c4e`](https://github.com/actualbudget/actual/commit/bae8c4e0c407ff9cb245609e931c952b0b21417c) VRT - [`02acf31`](https://github.com/actualbudget/actual/commit/02acf31b86c46b4574c29100e74aaed6ffc1f97d) Revert VRT - [`0759ed1`](https://github.com/actualbudget/actual/commit/0759ed11640128237528b5ccd4c93e71c75c3869) Put pressed css on Page component - [`c5e69f1`](https://github.com/actualbudget/actual/commit/c5e69f1efa180b8826c2d4efffd7c2172980133e) Remove data-pressed - [`a2b097c`](https://github.com/actualbudget/actual/commit/a2b097cbfad21f98269578a3c5a4041926f90c55) Fix lint errors - [`8d8e46b`](https://github.com/actualbudget/actual/commit/8d8e46b736428b729d30a3749333f9ef0498b290) [chore] Update README - [`fd54c52`](https://github.com/actualbudget/actual/commit/fd54c52e01b6c1597d9d95c2010e2c5a40756ef1) Remove Icon ### 📊 Changes **13 files changed** (+91 additions, -169 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-loads-the-budget-page-with-budgeted-amounts-1-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-loads-the-budget-page-with-budgeted-amounts-2-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-loads-the-budget-page-with-budgeted-amounts-3-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/src/components/Page.tsx` (+7 -2) 📝 `packages/desktop-client/src/components/common/Button2.tsx` (+39 -62) 📝 `packages/desktop-client/src/components/mobile/MobileBackButton.tsx` (+5 -17) 📝 `packages/desktop-client/src/components/mobile/MobileNavTabs.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/mobile/accounts/AccountTransactions.jsx` (+13 -10) 📝 `packages/desktop-client/src/components/mobile/accounts/Accounts.jsx` (+1 -13) 📝 `packages/desktop-client/src/components/mobile/budget/BudgetTable.jsx` (+17 -49) 📝 `packages/desktop-client/src/components/mobile/transactions/AddTransactionButton.tsx` (+1 -14) 📝 `packages/desktop-client/src/components/mobile/transactions/FocusableAmountInput.tsx` (+1 -1) ➕ `upcoming-release-notes/3491.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-04-16 17:31:17 -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#23493