[PR #1758] [MERGED] Swipe up mobile navbar #3942

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1758
Author: @joel-jeremy
Created: 10/2/2023
Status: Merged
Merged: 11/13/2023
Merged by: @joel-jeremy

Base: masterHead: swipe-up-mobile-navbar


📝 Commits (9)

📊 Changes

14 files changed (+209 additions, -25 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-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-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/e2e/page-models/mobile-navigation.js (+8 -0)
📝 packages/desktop-client/package.json (+1 -0)
📝 packages/desktop-client/src/components/ScrollProvider.tsx (+1 -1)
📝 packages/desktop-client/src/components/mobile/MobileNavTabs.tsx (+174 -24)
upcoming-release-notes/1758.md (+6 -0)
📝 yarn.lock (+19 -0)

📄 Description

Swipe up mobile navbar to reveal more menus.


🔄 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/1758 **Author:** [@joel-jeremy](https://github.com/joel-jeremy) **Created:** 10/2/2023 **Status:** ✅ Merged **Merged:** 11/13/2023 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `swipe-up-mobile-navbar` --- ### 📝 Commits (9) - [`6a36587`](https://github.com/actualbudget/actual/commit/6a36587753bf64ed3652df2f499934365f587be3) Swipe up mobile navbar to reveal more menus - [`0db896c`](https://github.com/actualbudget/actual/commit/0db896c1cfe09b015417e6ce316d24653e7e4ea6) Release notes - [`0150a50`](https://github.com/actualbudget/actual/commit/0150a508a07912dbf78cd8b62d4c96f5d9693b44) Revert navbar button height to 70 - [`679556a`](https://github.com/actualbudget/actual/commit/679556a3f74e2c95ae086edc0e8bbaac7abf6466) Reduce debounce value - [`236468d`](https://github.com/actualbudget/actual/commit/236468d38b7a03de930e855de63ac9673ff50259) More tabs coming soon - [`724f4b5`](https://github.com/actualbudget/actual/commit/724f4b5a6f047a995435033177c6e31c77a9ebab) VRT update - [`26098a3`](https://github.com/actualbudget/actual/commit/26098a3e5dcc3ff67e9b70115bb85a2b240168a8) VRT update - [`e418d76`](https://github.com/actualbudget/actual/commit/e418d7632d6e4358b3ef5b55b62c07e5cbc5bd55) Fix: e2e tests - [`7eb1867`](https://github.com/actualbudget/actual/commit/7eb18678992c18a904de9a5e341d7a7f6fbb1c92) Smoother mobile navtabs ### 📊 Changes **14 files changed** (+209 additions, -25 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-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-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/e2e/page-models/mobile-navigation.js` (+8 -0) 📝 `packages/desktop-client/package.json` (+1 -0) 📝 `packages/desktop-client/src/components/ScrollProvider.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/mobile/MobileNavTabs.tsx` (+174 -24) ➕ `upcoming-release-notes/1758.md` (+6 -0) 📝 `yarn.lock` (+19 -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 --> Swipe up mobile navbar to reveal more menus. --- <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:11 -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#3942